]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
small things
[lyx.git] / src / ChangeLog
1 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
4         approriately in the c-tor and in require().
5         (getPackages): output the appropriate LaTeX for natbib support.
6
7         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
8         variables "use_natbib" and "use_numerical_citations" when reading the
9         LyX file.
10         (readInset): read the various natbib cite commands.
11         (validate): white-space change.
12
13         * bufferparams.[Ch]: new variables "bool use_natbib" and
14         "bool use_numerical_citations".
15         (writeFile): output them in the LyX file.
16
17 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
18
19         * lyxfunc.C (getStatus): add support for all the inset insertion
20         commands.
21
22         * text2.C (insertInset): 
23         * paragraph.C (insetAllowed): 
24         * BufferView_pimpl.C (insertInset): update to take in account the
25         renaming of insertInsetAllowed
26
27         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
28
29         * text2.C (getInset): new method. returns inset at cursor position. 
30
31         * BufferView_pimpl.C (Dispatch): changes because of this.
32
33         * LyXAction.C (init): rename open-stuff to inset-toggle.
34
35         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
36
37         * text2.C (toggleInset): renamed from openStuff; use
38         Inset::open().
39
40 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
41
42         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
43
44         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
45
46 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
47
48         * buffer.C (readLyXformat2): Add filename to the error dialog
49
50 2001-07-18  Juergen Vigna  <jug@sad.it>
51
52         * tabular.C (GetCellNumber): put an assert here instead of the check!
53
54 2001-07-17  Juergen Vigna  <jug@sad.it>
55
56         * BufferView_pimpl.C (toggleSelection): adapted too.
57
58         * text.C (selectNextWord): adapted for use with insets.
59         (selectSelectedWord): ditto
60
61 2001-07-17  Juergen Vigna  <jug@sad.it>
62
63         * sp_spell.C (PSpell): fix initialitation order.
64
65 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
66
67         * paragraph.C: spacing
68
69 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
70
71         * sp_spell.C: repair language selection for pspell
72
73 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
74
75         * lyxfunc.h: change more methods to begin with lower char.
76
77 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
78
79         * buffer.C (parseSingleLyXformat2Token): Generate error insets
80         for unknown layouts.
81
82 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
83
84         * buffer.C (readLyXformat2): Generate an error dialog if there are
85         unknown layouts.
86
87 2001-07-16  Juergen Vigna  <jug@sad.it>
88
89         * sp_spell.C: always compile ISpell part.
90
91         * lyxrc.C: added use_pspell entry and it's handling.
92
93 2001-07-13  Juergen Vigna  <jug@sad.it>
94
95         * sp_spell.C: removed double includes.
96
97 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
98
99         Consistent use of Lsstream.h:
100         * Lsstream.h: added using std::stringstream for consistencies sake.
101
102         * buffer.C: removed using std::stringstream
103
104         * lyxfont.C (stateText):
105         * paragraph.C (asString):
106         * text.C (selectNextWord, selectSelectedWord):
107         * text2.C (setCounter):
108         * vspace.C (asString, asLatexString):
109         std::ostringstream -> ostringstream.
110
111 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
112
113         * LyXAction.C: add LFUN_HELP_ABOUTLYX
114         * commandtags.h: add LFUN_HELP_ABOUTLYX
115         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
116
117 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
118
119         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
120         cursorToggle()
121         * lyx_gui_misc.C: remove spellchecker
122         * lyxfunc.C: showSpellchecker
123         * sp_base.h: added
124         * sp_ispell.h: added
125         * sp_pspell.h: added
126         * sp_spell.C: added
127         * sp_form.[Ch]: removed
128         * spellchecker.[Ch]: removed
129
130 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
131
132         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
133         is set.
134         (simpleTeXSpecialChars): Simply print the input character without
135         any special translation if pass_thru is set.
136
137         * layout.h: Added bool pass_thru to layout class for being able to
138         implement pass through of a paragraph for Literate Programming.
139         
140         * layout.C: add LT_PASS_THRU to LayoutTags enum.
141         * layout.C (LyXLayout): set pass_thru to flase in constructor.
142         * layout.C (Read): add "passthru" to list of layout tags and add
143         code to set the pass_thru boolean when it is read.
144
145 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
146
147         * trans_decl.h: remove allowed from KmodInfo
148
149         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
150         remove allowed code 
151         (Load): adjust
152
153         * paragraph_pimpl.C (erase): use boost::prior
154
155         * Painter.C (text): use data() instead of c_str() when length is
156         also provided.
157         * WorkArea.C (putClipboard): ditto
158         * font.h (width): ditto
159
160         * BufferView2.C: use it-> instead of (*it). for iterators
161         * texrow.C: ditto
162         * paragraph_pimpl.C: ditto
163         * paragraph.C: ditto
164         * minibuffer.C: ditto
165         * language.C: ditto
166         * kbmap.C: ditto
167         * encoding.C: ditto
168         * counters.C: ditto
169         * converter.C: ditto
170         * chset.C: ditto
171         * Variables.C: ditto
172         * TextCache.C: ditto
173         * MenuBackend.C: ditto
174         * LyXAction.C: ditto
175         * LColor.C: ditto
176         * FloatList.C: ditto
177         * DepTable.C: ditto
178         * ColorHandler.C (LyXColorHandler): ditto
179
180 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
181
182         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
183
184         * text2.C (openStuff): reintroduce this method (which had been
185         nuked in NEW_INSETS frenzy).
186
187         * lyxfunc.C (Dispatch): when an action has not been handled, use
188         its name in the error message, not its number.
189
190         * paragraph.C (inInset): change method name to begin with lowercase.
191
192         * undo_funcs.C:
193         * text2.C: updates because of this.
194
195 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
196
197         * ToolbarDefaults.C (add): add spaces in error message
198
199 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
200
201         * buffer.C (readLyXformat2): initialize the ert comp. variables.
202         (readLyXformat2): rename return_par to first_par, use lyxlex's
203         pushToken and remove the manual push handling.
204         (parseSingleLyXformat2Token): add another ert comp. variable:
205         in_tabular, rename return_par to first_par. handle newlines better
206
207 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
208
209         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
210
211 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
212
213         * text2.C (getParFromID): removed
214
215         * buffer.C (getParFromID): new method moved form lyxtext.
216         * BufferView2.C (insertErrors): adjust
217         (setCursorFromRow): adjust
218         * BufferView_pimpl.C (restorePosition): adjust
219         * lyxfunc.C (Dispatch): adjust
220         * undo_funcs.C (textUndo): adjust
221         (textRedo): adjust
222         (textHandleUndo): adjust
223         (textHandleUndo): adjust
224
225 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
226
227         * buffer.C: up' the LYX_FORMAT
228
229         * lyxfont.h: turn NO_LATEX on as default
230
231         * buffer.C (insertErtContents): new methods of tex style compability.
232         (parseSingleLyXformat2Token): use it several places.
233         * tabular.C (OldFormatRead): and here
234
235 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
236
237         * text2.C: remove some commented code.
238         reindent file.
239
240         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
241         * trans.C: changes because of the above.
242
243 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
244
245         * text2.C (setCounter): Fix counters bug with bibliography layout.
246
247 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
248
249         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
250         own member functions
251         (simpleTeXSpecialChars): ditto
252
253 2001-07-06  Juergen Vigna  <jug@sad.it>
254
255         * a lot of files: changed the access to LyXText::status and the
256         call of undo-functions.
257         
258         * undo.[Ch]: added a inset_id to the undo informations.
259
260         * undo_funcs.[Ch]: added and moved here all undo functions.
261
262         * lyxtext.h: give the status enum a weight, made status_ a private
263         variable and made accessor functions for it, removed the whole bunch
264         of undo-functions as they are now in their own file, make some
265         functions publically available. Added function ownerParagraph with
266         int parameter.
267
268         * paragraph.[Ch]: added "bool same_ids" to the constructor,
269         made InInset() a const function, added getParFromID() function.
270
271         * buffer.[Ch]: added const version for inset_iterator functions,
272         added getInsetFromID() function.
273
274         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
275         changed undo functions for new version.
276
277 2001-07-05  Juergen Vigna  <jug@sad.it>
278
279         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
280         unknow mechanism does not call the proper constructor but only this
281         one also if I request the other!?
282
283 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
284
285         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
286
287         * text2.C (LyXText): use initialization lists.
288
289         * lyxtext.h (Selection): initialize set_ and mark_
290         (init): remove method
291
292 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
293
294         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
295
296 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
297
298         * screen.[Ch]: change method names to begin with lowercase 
299
300         * BufferView_pimpl.C (updateScrollbar): simplify further and
301         hopefully make it a bit faster.
302
303 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
304
305         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
306         calling directly xforms functions.
307
308         * Painter.C (Painter): 
309         * lyx_cb.C (MenuWrite): 
310         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
311         fl_display.
312
313         * lyx_gui.C: remove bogus guiruntime extern declaration.
314
315 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
316
317         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
318         in NEW_INSETS
319         (redoDrawingOfParagraph): ditto
320         (redoParagraphs): ditto
321         (cutSelection): don't create a object for CutAndPaste use the
322         static method directly
323         (pasteSelection): ditto
324
325         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
326         LyXview (+ rename)
327
328 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
329
330         * modifications to some other files because of this.
331         
332         * Makefile.am (lyx_SOURCES): add XFormsView
333
334         * XFormsView.[Ch]: new files
335
336         * LyXView.[Ch]: make LyXView a base class for the gui handling for
337         the main window. Move the gui dependent stuff to XFormsView
338
339 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
340
341         * tabular.C (GetCellInset): update cur_cell also in the row/col
342         version of this function.
343
344         * lyxfunc.C: no need to include figure_form.h here.
345
346         * FontLoader.h: 
347         * lyxfunc.h: 
348         * lyxscreen.h: 
349         * text2.C: 
350         * lyxvc.C: no need to include forms.h here.
351
352 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
353
354         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
355
356         * lyxfunc.C (Dispatch): 
357         * Spacing.C (set): 
358         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
359         constructor argument.
360
361 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
362
363         * paragraph.C (Paragraph): dont't clear, and just set layout.
364         (makeSameLayout): use params's copy contructor.
365
366         * ParagraphParameters.[Ch] (makeSame): delete method
367
368 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
369
370         * Variables.[Ch]: fix indentation, rename set to isSet
371
372 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
373
374         * lyxfunc.C (Dispatch): fix typo
375
376 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
377
378         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
379         upper_bound. 
380
381         * bufferlist.C: include assert.h for emergencyWrite().
382
383 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
384
385         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
386           give up at last (bug #425202) !
387  
388 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
389
390         * lyx_gui_misc.C:
391         * sp_form.h:
392         * sp_form.C:
393         * spellchecker.h:
394         * spellchecker.C: strip spellchecker options and bring up
395           preferences tab instead
396          
397 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
398
399         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
400         the istringstream constructor
401
402 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
403
404         * paragraph.C (getLayout): fix return value
405
406         * paragraph.h: do not declare getLayout as inline.
407
408         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
409
410 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
411
412         * lyxcursor.h (operator<): new func
413         (operator>): new func
414         (operator>=): new func
415         (operator<=): new func
416
417         * text.C (changeCase): use selection.start and selection.end
418         (changeRegionCase): require from to be <= to. Require par to be a
419         valid paragraph.
420
421         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
422
423 2001-06-27  Juergen Vigna  <jug@sad.it>
424
425         * text.C (cursorLeftOneWord): changed to return the cursor and added
426         overlay with BufferView * parameter which calls this one.
427         (getWord): added
428         (selectWord): use new getWord function.
429         (changeCase): renamed from changeWordCase as and extended to work
430         also on selections.
431
432         * lyxtext.h: added enum word_location
433
434         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
435         changeCase as this operates now also on selections.
436
437 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
438
439         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
440
441         * many files: send debug output to Debug::INFO instead of
442         Debug::ANY. 
443
444         * converter.C (View): 
445         (Convert): 
446         (Move): send debug output to Debug::FILES instead of console.
447
448 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
449
450         * lyxfunc.C (getStatus): use func_status
451
452         * func_status.h: new header, describing the results of
453         LyXFunc::getStatus;
454
455         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
456         LFUN_MATH_HALIGN.
457
458 2001-06-25  The LyX Project  <jug@sad.it>
459
460         * buffer.C (sgmlOpenTag):
461         (sgmlCloseTag):
462         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
463
464 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
465
466         * text2.C: remove some dead code
467
468         * tabular.C (GetCellInset): store the last cell checked (gotten)
469
470         * tabular.h: add the helper for the speedup
471
472         * lyxtext.h: remove some dead code
473
474 2001-06-26  The LyX Project  <Asger>
475
476         * paragraph.C: Change export to LaTeX of alignment to
477         \begin{center} and family for better roundtrip work with reLyX.
478
479         * Tune the math drawing a bit.
480
481 2001-06-25  The LyX Project  <Asger>
482
483         * LColor.C (LColor): New color for math background. New color
484         for buttons.
485
486 2001-06-25  The LyX Project  <jug@sad.it>
487
488         * lyxfunc.C (MenuNew): remove extra check for .lyx file
489
490         * lyxfunc.C (Open): 
491         * bufferlist.C (newFile): do not restrict to files ending with
492         .lyx
493
494         * BufferView_pimpl.C (MenuInsertLyXFile): 
495
496 2001-06-24  The LyX Project  <jug@sad.it>
497
498         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
499         of compare_no_case
500
501 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
502
503         * lyxtext.h: rename most methods to begin with a small char.
504         Lots of changes because of this.
505
506         * paragraph.C (Paragraph): do not call fitToSize
507         (erase): call Pimpl::erase
508         (insertChar): call Pimpl::insertChar
509         (insertInset): call Pipl::insertInset
510         (breakParagraph): do not call fitToSize
511         (breakParagraphConservative): do not call fitToSize
512         (fitToSize): remove method
513
514         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
515
516 2001-06-24  The LyX Project  <Asger>
517
518         * Fix Qt compilation^2
519
520 2001-06-24  The LyX Project  <jug@sad.it>
521
522         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
523         depthHook(getDepth()-1).
524
525         * paragraph.h: 
526         * ParagraphParameters.h: 
527         * ParameterStruct.h: change type of depth to unsigned int ==
528         depth_type. Many adaptations to other files before of that.
529
530 2001-06-24  The LyX Project  <Asger>
531
532         * Fix Qt compilation.
533
534 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
535
536         * paragraph.h: renamed several methods to begin with small letter.
537         several changes to many parts of the code because of this.
538
539 2001-06-23  The LyX Project  <jug@sad.it>
540
541         * text2.C (InsertStringAsLines): renamed from InsertStringA;
542         rewritten to discard all double spaces when KeepEmpty is off
543         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
544         to only handle newlines but not fiddle with spaces and friends.
545
546         * lyxfunc.C (MenuNew): when doing 'new from template', use
547         template_path as default directory
548
549 2001-06-23  The LyX Project  <Asger>
550
551         * Clean-up of header file includes all over
552         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
553         
554 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
555
556         * paragraph.h: renamed from lyxparagraph.h
557
558 2001-06-23  Asger  <lyx@violet.home.sad.it>
559
560         * Buffer.h: Removed Buffer::resize
561         * BufferList.h: Removed BufferList::resize
562         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
563         the document lazily when we change the width, or the font settings.
564
565 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
566
567         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
568
569 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
570
571         * buffer.h: remove out of date comment
572
573 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
574
575         * lyxscreen.h:
576         * screen.C: fix "theoretical" GC leak
577  
578 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
579
580         * LaTeX.C (scanAuxFile):
581         (deplog): remove trailing \r when reading stream (useful under
582         win32)  
583
584 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
585
586         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
587         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
588         and BufferView::theLockingInset(Inset*), so should use them and not
589         access bv_->text->the_locking_inset directly.
590
591         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
592
593 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
594
595         * Makefile.am:
596         * tex-defs.h: remove old unused file
597          
598 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
599
600         * BufferView_pimpl.C: fix typo, remove minibuffer message
601           when buffer has loaded
602
603 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
604
605         * lyxfunc.C (Dispatch): use stringstream
606         (MenuNew): use stringstream
607         (Open): use stringstream
608
609         * importer.C (Import): use stringstream
610
611         * bufferview_funcs.C (CurrentState): use stringstream
612
613         * LaTeX.C (run): use stringstream
614
615         * BufferView_pimpl.C (savePosition): use stringstream
616         (restorePosition): use stringstream
617         (MenuInsertLyXFile): use stringstream
618
619 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
620
621         * BufferView.C:
622         * Bullet.C:
623         * ColorHandler.C:
624         * FontInfo.C:
625         * FontLoader.C:
626         * LColor.C:
627         * LaTeXFeatures.C:
628         * Painter.C:
629         * gettext.C:
630         * lyx_gui_misc.C:
631         * lyxserver.C:
632         * vspace.C: removed // -*- C++ -*- as first line.
633
634         * lyxfind.h:
635         * version.h: added // -*- C++ -*- as first line.
636
637 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
638
639         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
640
641         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
642         of string
643
644 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
645
646         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
647         of floats.
648
649 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
650
651         * gettext.C: include LString.h even when --disable-nls is on. 
652
653 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
654
655         * converter.h (Get): changed argument type from int to
656         FormatList::size_type to avoid unnecessary conversion.
657
658         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
659         before using it.
660
661 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
662
663         * gettext.h: include LString.h even when --disable-nls is on. 
664
665 2001-06-07  Juergen Vigna  <jug@sad.it>
666
667         * text.C (BreakAgain): subst spaces with tabs.
668
669         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
670         (resizeInsetsLyXText): set force on resizeLyXText.
671
672 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
673
674         * gettext.h (gettext_init): 
675         (locale_init): use a real definition instead of a macro
676
677 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
678
679         * Bufferview_pimpl.C:
680         * LColor.h:
681         * LColor.C: further lcolor tidies
682
683 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
684
685         * BufferView_pimpl.C (updateScrollbar): simplify.
686
687         * BufferView2.C: don't include insets/insetinfo.h, change
688         prototype for insertInset and call the Pimpl version. let
689         updateInset call Pimpl version.
690
691         * BufferView.h: move inset_slept to BufferView::Pimpl, move
692         gotoInset to BufferView::Pimpl
693
694 2001-06-01  Juergen Vigna  <jug@sad.it>
695
696         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
697         inside a LockingInset (is the update needed at all?).
698
699 2001-05-31  Juergen Vigna  <jug@sad.it>
700
701         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
702         here not the old one otherwise how should we compare it afterwards
703         if it's the same!
704
705 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
706
707         * lyxfont.C: 
708         * tabular.C:
709         * tabular-old.C: 
710         * FontInfo.C: bring C functions into global namespace when
711         necessary
712
713 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
714
715         * LString.h: make sure config.h has been loaded before LString.h.
716
717         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
718         (one for each char read by EatLine!).
719
720         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
721         variables. 
722
723 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
724
725         * paragraph.C (BreakParagraph): set the inset_owner in the new par
726         to the same as the par we break from
727
728 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
729
730         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
731
732         * MenuBackend.C (expand): also create menu entries for wide
733         versions of the floats.
734
735         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
736
737         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
738
739         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
740         frontends/Makefile.am
741
742         * text2.C: adjust
743         * text.C: adjust
744         
745
746         * tabular.C (getTokenValue): add std::
747
748         * tabular-old.C (getTokenValue): add std::
749         (getTokenValue): ditto
750         (getTokenValue): ditto
751
752         * screen.C (ToggleSelection): adjust
753
754         * lyxtext.h: put selection cursors inside a Selection struct.
755
756         * lyxfunc.C (moveCursorUpdate): adjust
757
758         * lyxfont.C (latexWriteStartChanges): add std::
759
760         * lyxfind.C: adjust
761
762         * font.h: delete with(char const *, LyXFont const &)
763
764         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
765
766         * FontInfo.C (getFontname): add std::
767
768         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
769         (workAreaButtonPress): adjust
770         (tripleClick): adjust
771         (update): adjust
772         (moveCursorUpdate): adjust
773         (Dispatch): adjust
774
775         * BufferView2.C (gotoInset): adjust
776
777 2001-05-30  Juergen Vigna  <jug@sad.it>
778
779         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
780         to check pspell I add this as default as I now have new pspell
781         libraries and they seem to use this.
782
783 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
784
785         * text2.C (CutSelection): make the cursor valid before the call to
786         ClearSelection.
787
788 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
789
790         * kbsequence.C (parse): de-uglify a bit the parsing code, which
791         relied on 0 terminated strings and other horrors. Bug found due to
792         the new assert in lyxstring!
793
794         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
795         KP_ keys.
796
797 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
798
799         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
800         to latinkeys.bind.
801
802         * lyxfunc.C (processKeySym): change method of getting to the
803         self-insert char.
804
805         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
806         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
807         * BufferView_pimpl.[Ch]: here as private methods.
808
809 2001-05-28  Juergen Vigna  <jug@sad.it>
810
811         * text.C (SetHeightOfRow): added the update() call again as it is
812         needed to initialize inset dimensions!
813
814 2001-05-16  Juergen Vigna  <jug@sad.it>
815
816         * text2.C (SetCharFont): Add new function with BufferView * and
817         bool toggleall parameters for setting insets internal fonts.
818         (SetFont): Freeze the undo as we may change fonts in Insets and
819         all this change should be inside only one Undo!
820
821         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
822         setting font's in insets as for them we have the SetFont function!
823
824 2001-05-15  Juergen Vigna  <jug@sad.it>
825
826         * text2.C (ClearSelection): to be sure we REALLY don't have any
827         selection anymore!
828
829         * tabular.C (TeXCellPreamble): fixed the left border problem for
830         multicolumn cells.
831
832 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
833
834         * LaTeX.C (deplog): Make sure that the main .tex file is in the
835         dependancy file
836
837 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
838
839         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
840         LFUN_BREAKPARAGRAPH.
841
842         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
843         help test to "internal only", similar for LFUN_INSERT_URL
844
845         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
846         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
847         auto_region_delete and deadkeys. 
848
849 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
850
851         * LColor.h:
852         * LColor.C: remove some dead entries, tidy a little
853  
854 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
855
856         * lyxfunc.C (processKeySym): comment the Escape handling, remove
857         commented code.
858         (Dispatch): implement LFUN_ESCAPE
859
860         * commandtags.h: add LFUN_ESCAPE
861
862         * LyXAction.C (init): add entry for LFUN_ESCAPE
863
864         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
865         Remove commented code.
866         (insertNote): moved here
867         (open_new_inset): moved here
868
869         * BufferView[2].[Ch]: move insertNote and open_new_inset to
870         BufferView_pimpl
871
872 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
873
874         * kbmap.C (findbinding): clean it up and make it work correctly.
875
876         * lyx_main.C (init): do not pass argc and argv as parameters
877
878 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
879
880         * buffer.C: fix path for OS/2 & Win32
881
882         * lyx_gui.C:
883         * lyx_main:
884         * lyx_main.C: Added os:: class.
885         
886         * os2_defines.h: update
887
888 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
889
890         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
891         better by trying again with reduced state.
892
893 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
894
895         * lyxrc.C (read): print error about invalid key sequence only when
896         debugging (because not all latinX keysyms are known to some X
897         servers)
898
899         * kbsequence.C (getiso): add a few std:: qualifiers
900         (getiso): comment out extra return statement.
901
902 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
903
904         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
905         handling.
906         (Dispatch): enhance the accent inset a bit. (not perfect)
907
908 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
909
910         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
911
912 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
913
914         * bufferlist.C (emergencyWrite): fix assert() call
915
916 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
917
918         * text.C (InsertChar): Added trivial patch to only send the "you
919         can not do multiple spaces this way" message once during a
920         session.
921
922 2001-05-08  Baruch Even  <baruch@lyx.org>
923
924         * Makefile.am: Changed order of libraries to get LyX to link properly
925         with the gnome frontend.
926
927 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
928
929         * LaTeXFeatures.h: add a std:: qualifier
930
931 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
932
933         * paragraph.C (String): use stringstream
934
935 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
936
937         * paragraph.C (writeFile): remove footflag arg
938
939         * buffer.C (makeLaTeXFile): use stringstream
940         (latexParagraphs): remove footnot gurba
941
942         * LaTeXFeatures.C (getPackages): use stringstream
943         (getMacros): likewise
944         (getTClassPreamble): likewise
945         (getFloatDefinitions): new method
946
947         * paragraph.C (writeFile): reindent
948         (Erase): reindent
949
950         * WorkArea.h: revert the xpos + etc changes.
951
952         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
953
954         * lyxparagraph.[Ch]: add copy constructor, remove Clone
955
956         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
957         (pasteSelection): likewise
958         * text2.C (CreateUndo): likewise
959
960 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
961
962         * minibuffer.C (peek_event): temporarily reduce the functionality
963         of the minibuffer (to allow args on lfuns)
964
965         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
966         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
967
968         * buffer.C (readInset): add compability reading of old float
969         lists, add reading of new style float list.
970         (readInset): avoid reevaluation of inscmd.getCmdName()
971         (getLists): reindent
972
973         * MenuBackend.C (MenuItem): implement parsing of
974         md_floatlistinsert and md_floatinsert.
975         (expand::LastFiles): move initalizaton of iterators out of loop,
976         avoid reevaluation.
977         (expand::Documents): introduce typdedef vector<string> Strings,
978         and use it. 
979         (expand::ExportFormats): introduce typedef vector<Format const *>
980         Formats, and use it.
981         (expand): implement FloatListInsert and FloatInsert.
982
983         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
984         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
985         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
986
987         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
988         handling. 
989         (Dispatch::LFUN_FLOAT_LIST): implement
990
991 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
992  
993         * LaTeX.C (run): Fix problem with --export code.
994  
995 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
996
997         * BufferView.[Ch] (workarea): removed.
998         (getClipboard) new method; wrapper for workarea()->getClipboard()
999
1000         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
1001         bug.
1002
1003         * WorkArea.h (width, height, xpos, ypos): These methods all
1004         returned the dimensions of the work_area sub-area of WorkArea,
1005         resulting in a position error if the WorkArea were resized. Now
1006         return the dimensions of the entire WorkArea.
1007
1008         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
1009
1010 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1011
1012         * LaTeX.C (deplog): correct the syntax of regex reg1
1013
1014 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1015
1016         * undo.C: remove !NEW_INSETS cruft
1017
1018 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1019
1020         * text2.C: remove !NEW_INSETS cruft
1021
1022         * text.C: remove !NEW_INSETS cruft
1023
1024         * tabular.C: remove !NEW_INSETS cruft
1025
1026         * spellchecker.C: remove !NEW_INSETS cruft
1027
1028         * lyxtext.h: remove !NEW_INSETS cruft
1029
1030         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
1031
1032         * lyxfunc.C: remove !NEW_INSETS cruft
1033
1034         * lyxfind.C: remove !NEW_INSETS cruft
1035
1036         * lyx_cb.C: remove !NEW_INSETS cruft
1037
1038         * figureForm.C: remove  !NEW_INSETS cruft
1039
1040         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
1041
1042         * buffer.[Ch]: remove !NEW_INSETS cruft
1043
1044         * ToolbarDefaults.C: remove !NEW_INSETS cruft
1045
1046         * CutAndPaste.C: remove !NEW_INSETS cruft
1047
1048         * BufferView_pimpl.C: remove !NEW_INSETS cruft
1049
1050         * BufferView2.C: remove !NEW_INSETS cruft
1051
1052         * BufferView.h: remove !NEW_INSETS cruft
1053
1054 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1055
1056         * Lsstream.h: include LString.h before the sstream headers to
1057         fix problem with gcc 2.95.3 and lyxstring
1058
1059 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1060
1061         * lyx_main.C: add using directives when needed for C functions
1062         declared in std:: namespace.
1063
1064 2001-04-27  Juergen Vigna  <jug@sad.it>
1065
1066         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
1067         (SetHeightOfRow): comment out the update call should not be needed!
1068
1069 2001-04-13  Juergen Vigna  <jug@sad.it>
1070
1071         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
1072         (LyXTabular): tried to minimize operator= operations (and realized
1073         hopfully Lars wish).
1074
1075 2001-04-27  Juergen Vigna  <jug@sad.it>
1076
1077         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
1078
1079 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1080
1081         * lyxfunc.C (Dispatch): hack to make listof algorithm work
1082
1083         * buffer.C (readInset): hack to make listof algorithm work
1084
1085         * BufferView_pimpl.C: hack to make listof algorithm work
1086
1087 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1088
1089         * LyXAction.C: removed all !NEW_INSETS cruft
1090         (init): moved lfun_item in method
1091
1092         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
1093
1094 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1095
1096         * BufferView2.C (theLockingInset): white space.
1097
1098 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1099
1100         * minibuffer.C: include <iostream>
1101
1102         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
1103
1104         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
1105
1106         * commandtags.h: add LFUN_TRANSPOSE_CHARS
1107
1108         * text.[Ch] (TransposeChars): new method
1109
1110 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1111
1112         * call message directly through LyXView instead of through LyXFunc
1113         * BufferView2.C: adjust
1114         * BufferView_pimpl.C: adjust
1115         * FontLoader.C: adjust
1116         * buffer.C: adjust
1117         * bufferview_funcs.C: adjust
1118         * converter.C: adjust
1119         * figureForm.C: adjust
1120         * importer.C: adjust
1121         * lyx_cb.C: adjust
1122         * lyx_gui_misc.C: adjust
1123         * lyxfunc.C: adjust
1124         * lyxvc.C: adjust
1125         * text2.C: adjust
1126         + more files in subdirs
1127         
1128         * lyxparagraph.h (size): move up int file
1129         (GetLayout): ditto
1130
1131         * adjust all uses of Assert to lyx::Assert.
1132
1133         * BufferView2.C (ChangeCitationsIfUnique): adjust for
1134         lyxfunctional in namespace lyx
1135         * layout.C (hasLayout): ditto
1136         (GetLayout): ditto
1137         (GetLayout): ditto
1138         (delete_layout): ditto
1139         (NumberOfClass): ditto
1140         * converter.C (GetFormat): ditto
1141         (GetNumber): ditto
1142         (Add): ditto
1143         (Delete): ditto
1144         (SetViewer): ditto
1145         * bufferlist.C (getFileNames): ditto
1146         (emergencyWriteAll): ditto
1147         (exists): ditto
1148         (getBuffer): ditto
1149         * MenuBackend.C (hasSubmenu): ditto
1150         (hasMenu): ditto
1151         (getMenu): ditto
1152         * BufferView_pimpl.C (getInsetByCode): ditto
1153
1154 2001-04-18  Juergen Vigna  <jug@sad.it>
1155
1156         * vspace.C (asLatexString): fixed the 100% problem.
1157
1158 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1159
1160         * lyxfunc.C (Dispatch): 
1161         * minibuffer.C: 
1162         * minibuffer.h: add a few std:: qualifiers
1163
1164 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1165
1166         * minibuffer.[Ch]: reimplement so that commands is initiated and
1167         run from lyxfunc, simplified som handling, and made the completion
1168         and history code for complete. wip. 
1169
1170         * lyxfunc.C (processKeySym): call message
1171         (miniDispatch): new temporary method
1172         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
1173         (LFUN_MESSAGE): implement
1174         (LFUN_MESSAGE_PUSH): implement
1175         (LFUN_MESSAGE_POP): implement
1176         (initMiniBuffer): the initial/defualt minibuffer message.
1177
1178         * lyxfont.[Ch]: inline some more getters
1179
1180         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
1181
1182         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
1183
1184         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
1185         (AutoSave): use LFUN_MESSAGE
1186         (Reconfigure): ditto
1187
1188         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
1189
1190         * figureForm.C: use LFUN_MESSAGE
1191
1192         * converter.C (runLaTeX): use LFUN_MESSAGE
1193
1194         * bufferview_funcs.C: use LFUN_MESSAGE
1195         (Melt): ditto
1196         (changeDepth): ditto
1197
1198         * bufferparams.h: use boost::
1199
1200         * bufferlist.h: inherit privately from noncopyable
1201
1202         * bufferlist.C (loadLyXFile): remove some commented code.
1203
1204         * buffer.C (runChktex): use LFUN_MESSAGE
1205
1206         * ShareContainer.h: inherit privately from noncopyable
1207
1208         * ParagraphParameters.[hC] (depth): inline it.
1209
1210         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
1211         methods.
1212         (message): new method
1213         (messagePush): ditto
1214         (messagePop): ditto
1215         (show): init minibuffer
1216         (showState): direct call
1217
1218         * LaTeX.[Ch]: inherit privately from noncopyable
1219         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
1220         instead of WriteStatus.
1221
1222         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
1223
1224         * BufferView_pimpl.C (buffer): don't init minibuffer
1225         (workAreaButtonPress): use LFUN_MESSAGE
1226         (workAreaButtonRelease): ditto
1227         (savePosition): ditto
1228         (restorePosition): ditto
1229         (MenuInsertLyXFile): ditto
1230         (workAreaExpose): don't init minibuffer
1231         (update): remove commented code, simplify
1232
1233         * BufferView2.C (openStuff): use LFUN_MESSAGE
1234         (toggleFloat): ditto
1235         (menuUndo): ditto
1236         (menuRedo): ditto
1237         (copyEnvironment): ditto
1238         (pasteEnvironment): ditto
1239         (copy): ditto
1240         (cut): ditto
1241         (paste): ditto
1242         (gotoInset): ditto
1243         (updateInset): remove some commented code
1244
1245         * lastfiles.h: inherit privately from noncopyable
1246         * layout.h: ditto
1247         * lyx_gui.h: ditto
1248         * lyx_main.h: ditto
1249         * lyxlex.h: ditto
1250         * lyxlex_pimpl.h: ditto
1251
1252         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
1253         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
1254         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1255
1256         * LyXAction.h: inherit privately from noncopyable, add methods
1257         func_begin, func_end, returning iterators to the func map.
1258
1259         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
1260         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1261         (func_begin): new method
1262         (func_end): new method
1263
1264         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
1265         and not)
1266         (copySelection): ditto
1267         (pasteSelection): ditto
1268
1269         * BufferView.C: whitespace change
1270         * BufferView.h: inherit privately from noncopyable
1271
1272 2001-04-16  Allan Rae  <rae@lyx.org>
1273
1274         * tabular-old.C (l_getline): 
1275         * spellchecker.C (sc_check_word): 
1276         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
1277         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1278
1279 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
1280
1281         * src/exporter.C (Export): Give an error message when path to file 
1282         contains spaces.
1283
1284 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
1285
1286         * LaTeX.C (deplog): Always check that foundfile exists.
1287
1288 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1289
1290         * lyx_main.h: 
1291         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
1292
1293 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1294
1295         * tabular.[Ch] (getLabelList): implement new method
1296
1297         * minibuffer.h: comment ouf setTiimer
1298
1299         * minibuffer.C (ExecutingCB): constify res
1300         (peek_event): constify s
1301         (Set): constify ntext
1302         (Init): constify nicename
1303
1304         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
1305
1306         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
1307         (savePosition): use two params to Minibuffer::Set
1308         (restorePosition): ditto
1309
1310 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1311
1312         * lyx_main.C: include language.h
1313
1314         * Makefile.am (lyx_main.o): add language.h
1315
1316 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1317
1318         * exporter.C: 
1319         * paragraph.C: 
1320         * screen.C: 
1321         * tabular.C: 
1322         * CutAndPaste.C: include gettext.h
1323
1324         * lyxfont.h: remove old hack with ON and OFF.
1325
1326         * lyxparagraph.h: 
1327         * lyxfont.h: do not include language.h...
1328
1329         * BufferView2.C: 
1330         * LaTeXFeatures.C: 
1331         * Painter.C: 
1332         * bufferview_funcs.C: 
1333         * font.C: 
1334         * lyxfont.C: 
1335         * text.C: 
1336         * text2.C: 
1337         * trans_mgr.C: 
1338         * paragraph.C: ... but do it here instead
1339
1340 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1341
1342         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
1343
1344         * tabular.C: small reformat
1345
1346         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
1347         NEW_INSETS version
1348         (GetChar): ditto
1349         (BreakParagraph): ditto
1350         (SetOnlyLayout): ditto
1351         (SetLayout): ditto
1352
1353         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
1354         with one arg less.
1355
1356         * lastfiles.C: removed most using decl, add std:: where needed
1357
1358         * buffer.C: ws changes
1359
1360         * MenuBackend.C (class compare_format): put into anon namespace
1361         (expand): constify label, names, action, action2
1362         (expand): 
1363
1364         * text.C (SingleWidth): constify font
1365         (IsBoundary): constify rtl2
1366         (GetVisibleRow): constify ww
1367
1368         * LaTeX.C (deplog): constify logfile
1369
1370         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
1371         start_x, end_x
1372         (workAreaExpose): constify widthChange, heightChange
1373
1374         * lyxrow.C (par): moved
1375         (height): moved
1376         (next): moved
1377         * lyxrow.h: as inlines here
1378
1379         * lyxfont.h (shape): moved from lyxfont.C
1380         (emph): moved from lyxfont.C
1381
1382         * lyxfont.C (LyXFont): use initialization list for all
1383         constructors
1384         (shape): move to lyxfont.h as inline
1385         (emph): move to lyxfont.h as inline
1386         
1387
1388 2001-04-04  Juergen Vigna  <jug@sad.it>
1389
1390         * vspace.C: had to include stdio.h for use of sscanf
1391
1392 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
1393
1394         * BufferView.h: 
1395         * BufferView_pimpl.h: remove xforms cruft. Both classes are
1396         independent of xforms.
1397
1398 2001-04-02  Juergen Vigna  <jug@sad.it>
1399
1400         * spellchecker.C: fixed namespace placing!
1401
1402 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1403
1404         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
1405         the LyXParagraph * is 0.
1406
1407 2001-03-29  Juergen Vigna  <jug@sad.it>
1408
1409         * vspace.C: added support for %, c%, p%, l%.
1410         (stringFromUnit): added helper function.
1411         (asLatexString): changed to give right results for the %-values.
1412
1413         * buffer.C: convert the widthp in a width%.
1414
1415 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1416
1417         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
1418         figureForm.[Ch].
1419
1420         * figureForm.[Ch]: stripped the FD_from_figure manipulation
1421         code out of lux_cb.[Ch], ready for its (imminent?) removal.
1422
1423         * lyx_cb.[Ch]: see above.
1424
1425         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
1426         form1.[Ch].
1427
1428         * form1.[Ch]:
1429         * lyx.[Ch]: replaced by figure_form.[Ch].
1430
1431         * lyx_gui.C:
1432         * lyx_gui_misc.C:
1433         * lyxfunc.C: changed headers associated with above changes.
1434
1435 2001-03-27  Juergen Vigna  <jug@sad.it>
1436
1437         * BufferView_pimpl.C: set the temporary cursor right!
1438
1439 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1440
1441         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
1442
1443 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1444
1445         * LString.h: removed "using std::getline"!
1446
1447         * BufferView_pimpl.C (Dispatch): changes due to changes in
1448         InsetInclude::Params.
1449
1450         * buffer.C (tag_name): removed redundant break statements as they were
1451         producing lots of warnings with my compiler.
1452
1453 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1454
1455         * LString.h: add "using std::getline" when using the real <string>.
1456
1457 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1458
1459         * buffer.C: removed bitset usage.
1460         PAR_TAG moved to an anonymous name space.
1461         (tag_name): new funtion, also in the anonymous namespace.
1462         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
1463         (makeDocBookFile): clean code. Completed transition from string arrays
1464         to string vectors.
1465         (SimpleDocBookOnePar): code clean.
1466
1467 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1468
1469         * tabular.C: add some comments.
1470
1471 2001-03-22  Juergen Vigna  <jug@sad.it>
1472
1473         * buffer.C (parseSingleLyXformat2Token): redone the minipage
1474         compatibility read a bit and fixed bug with minipage in different
1475         depth.
1476
1477 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1478
1479         * buffer.C (pop_tag): removed.
1480         (push_tag): removed.
1481         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
1482         array replaced with vector. Added support for CDATA sections.
1483         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
1484         at any nest level.
1485         (makeDocBookFile): XML conformant declaration of CDATA section,
1486         fixed bug related to <emphasis> in the first paragraph char.
1487         (sgmlOpenTag): exclude empty tags.
1488         (sgmlCloseTag): ditto.
1489         
1490         * buffer.h (pop_tag): removed.
1491         (push_tag): removed.
1492
1493 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1494
1495         * language.h (Languages): added size_type and size().
1496
1497 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1498
1499         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
1500         response on compability reading of minipages. One probliem is that
1501         the old usage of minipages was «flertydig» 
1502
1503         * several files here and in subdirs: don't use static at file
1504         scope use anon namespaces instead.
1505
1506 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
1507
1508         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
1509         LaTeX output. This is necessary for Literate document
1510         processing.
1511
1512 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1513
1514         * buffer.C: insert hfill when needed.
1515
1516         * tabular.C (l_getline): use string::erase, small whitespace change.
1517
1518         * BufferView_pimpl.C: try the anon namespace.
1519         * WorkArea.C: ditto
1520
1521 2001-03-16  Juergen Vigna  <jug@sad.it>
1522
1523         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
1524         otherwise it won't open options-dialogs.
1525
1526         * buffer.C: honor pextraWidth(p) on converting minipages.
1527
1528         * tabular.C (l_getline): changed the functions to strip trailing \r.
1529
1530 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1531
1532         * BufferView_pimpl.C:
1533         * minibuffer..C: added "using SigC::slot" declaration.
1534
1535 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1536
1537         * lyxlex_pimpl.h: noncopyable is in namespace boost.
1538
1539         * text2.C: ditto
1540
1541         * text.C: ditto
1542
1543         * paragraph.C: ditto
1544
1545         * lyxtext.h: NO_PEXTRA
1546
1547         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
1548
1549         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
1550         * ParameterStruct.h: ditto
1551         * ParagraphParameters.h: ditto 
1552         * lyxparagraph.h: ditto
1553
1554 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1555
1556         * buffer.C: add compability for minipage alignment.
1557         (latexParagraphs): remove unwanted pextra check.
1558
1559         * several files: remove CXX_WORKING_NAMESPACES
1560
1561         * buffer.C (pop_tag): tie is in namespace boost
1562
1563         * BufferView.h: noncopyable is in namespace boost
1564         * lyxlex.h: ditto
1565         * lyx_main.h: ditto
1566         * lyx_gui.h: ditto
1567         * layout.h: ditto
1568         * lastfiles.h: ditto
1569         * bufferlist.h: ditto
1570         * ShareContainer.h: ditto
1571         * LyXView.h: ditto
1572         * LyXAction.h: ditto
1573         * LaTeX.h: ditto
1574
1575 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1576
1577         * Merging changes from BRANCH_MVC back into HEAD.
1578
1579         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
1580
1581 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1582
1583         * BufferView_pimpl.C: change from intl.C
1584
1585         * combox.h:
1586         * combox.C:
1587         * Makefile.am: move combox.*
1588
1589         * form1.h:
1590         * form1.C:
1591         * lyx_gui.C:
1592         * intl.h:
1593         * intl.C: remove dialog (covered by prefs)
1594
1595 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1596
1597         * lyxfunc.C (Dispatch): removed redundant break statement.
1598         
1599 2001-03-14  Juergen Vigna  <jug@sad.it>
1600
1601         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
1602
1603 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1604
1605         * buffer.C: add hack to fix compability reading of minipages.
1606
1607 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1608
1609         * buffer.C (getLists): Cleanup.
1610
1611 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1612
1613         * lyxfont.C (update): don't honor toggleall on font size.
1614
1615 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1616
1617         * bmtable.c:
1618         * bmtable.h:
1619         * Makefile.am: moved to frontends/xforms/
1620
1621         * lyx_gui_misc.C:
1622         * lyxfunc.C:
1623         * BufferView_pimpl.C: changes for moved mathpanel
1624
1625 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1626
1627         * gettext.h: fix gettext_init() in --disable-nls
1628
1629 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1630
1631         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
1632
1633 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1634
1635         * lyx.C:
1636         * lyx.h: strip external form
1637
1638 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1639
1640         * BufferView_pimpl.C: add comment, destroySplash()
1641
1642 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1643
1644         * BufferView_pimpl.C:
1645         * LyXAction.C:
1646         * buffer.C:
1647         * commandtags.h:
1648         * lyxfunc.C: use re-worked insetinclude
1649
1650 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1651
1652         * buffer.C: add using std::stringstream.
1653
1654         * lyx_cb.C: readd using std::ios.
1655
1656         * buffer.C: add using std::map.
1657
1658         * BufferView_pimpl.C: add using std::vector.
1659
1660         * ShareContainer.h: add std:: to swap.
1661
1662         * buffer.h: add some typedefs
1663         * buffer.C (getLists): use them
1664         (getLists): renamed from getTocList.
1665         add a counter for the different float types and use it in the
1666         generated string.
1667         (getLists): use the same counter for the NEW_INSETS and the "non"
1668         NEW_INSETS
1669
1670         * lyx_cb.h: remove unused items, includes, using etc.
1671
1672         * ShareContainer.h: remove some commented code, add more comments
1673         and "documentation".
1674
1675 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1676
1677         * buffer.C (getTocList): make the list also when NEW_INSETS is
1678         defined.
1679
1680         * buffer.h: remove TocType
1681
1682         * buffer.C (getTocList): change to return a map<string,
1683         vector<TocItem> >, implement for dynamic number of list.
1684
1685         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
1686         * text2.C (PasteSelection): adjust
1687         * CutAndPaste.C (pasteSelection): adjust
1688
1689         * FloatList.C (FloatList): update from the new_insets branch.
1690         * Floating.[Ch]: ditto
1691         * LaTeXFeatures.C: ditto
1692         * buffer.C: ditto
1693         * lyxlex_pimpl.C: ditto
1694         
1695         * paragraph.C (Last): remove when NEW_INSETS is defined.
1696
1697         * other file: changes because of the above.
1698
1699 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1700
1701         * lyxparagraph.h: rename next to next_, previous to previous_,
1702         make them private for NEW_INSETS. Rename Next() to next(),
1703         Previous() to previous().
1704
1705         * other files: changes because of the above.
1706
1707 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
1708
1709         * BufferView.h: 
1710         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
1711         problem.
1712
1713 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1714
1715         * main.C (main): pass lyx_localedir to gettext_init().
1716
1717         * gettext.h: remove locale_init and gettext_init macros
1718
1719         * gettext.C (locale_init): new function
1720         (gettext_init): new function
1721
1722         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
1723         setlocale().
1724
1725 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1726
1727         * Moved credits to frontends:
1728         * credits.[Ch]: removed
1729         * credits_form.[Ch]: removed
1730         * lyx_gui_misc.C: remove credits stuff
1731         * Makefile.am:
1732
1733 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1734
1735         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
1736
1737         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
1738         unneeded destructor.
1739
1740         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
1741         a standalone pointer again.
1742
1743         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
1744
1745 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1746
1747         * Makefile.am:
1748         * filedlg.h:
1749         * filedlg.C:
1750         * LyXAction.C:
1751         * ToolbarDefaults.C:
1752         * bufferlist.C:
1753         * commandtags.h:
1754         * form1.C:
1755         * form1.h:
1756         * lyx_cb.C:
1757         * lyx_cb.h:
1758         * lyxfunc.h:
1759         * lyxfunc.C:
1760         * BufferView_pimpl.C: use new file dialog in GUII
1761
1762         * lyx_cb.h:
1763         * lyx_cb.C: remove LayoutsCB to Toolbar
1764
1765 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1766
1767         * ShareContainer.h (get): add std:: qualifier
1768
1769 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1770
1771         * ShareContainer.h: define a proper ShareContainer::value_type
1772         type (and use typename to please compaq cxx)
1773
1774 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1775
1776         * lyxparagraph.h: move serveral local vars to
1777         ParameterStruct/ParagraphParameters., use ShareContainer in
1778         FontTable., make vars in FontTable private and add getter and
1779         setter.
1780
1781         * paragraph.C: changes because of the above.
1782
1783         * lyxfont.h: remove copy constructor and copy assignment. (the
1784         default ones is ok), move number inside FontBits. move inlines to
1785         lyxfont.C 
1786
1787         * lyxfont.C: add number to initializaton of statics, move several
1788         inlines here. constify several local vars. some whitespace
1789         cleanup. Dont hide outerscope variables.
1790
1791         * Spacing.h: add two new constructors to match the set methods.
1792
1793         * ShareContainer.h: new file, will perhaps be moved to support
1794
1795         * ParameterStruct.h: new file
1796
1797         * ParagraphParameters.h: new file
1798
1799         * ParagraphParameters.C: new file
1800
1801         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1802         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1803
1804         * BufferView_pimpl.C: ParagraphParameter changes.
1805         * buffer.C: Likewise.
1806         * bufferview_funcs.C: Likewise.
1807         * text.C: Likewise.
1808         * text2.C: Likewise.
1809         
1810 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1811
1812         * lyxfind.C (LyXReplace): do not redefine default argument in
1813         implementation. 
1814         (IsStringInText): ditto
1815         (SearchForward): ditto
1816         (SearchBackward): ditto
1817
1818 2001-03-06  Juergen Vigna  <jug@sad.it>
1819
1820         * lyxfind.C (IsStringInText): put parentes around expressions.
1821
1822 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1823
1824         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1825         
1826 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1827
1828         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1829
1830         * stl_string_fwd.h: add comment
1831
1832         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1833
1834         * tabular.h:
1835         * tabular.C: remove unused DocBook methods
1836
1837         * intl.C:
1838         * language.C:
1839         * paragraph.C:
1840         * buffer.C:
1841         killed DO_USE_DEFAULT_LANGUAGE
1842
1843 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1844
1845         * lyx_gui.C: do not include language.h.
1846
1847         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1848         arguments in function implementation.
1849
1850 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1851
1852         * BufferView_pimpl.C: add <ctime>
1853
1854 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1855
1856         * BufferView_pimpl.C: add using std::find_if
1857
1858 2001-02-27  José Matos  <jamatos@fep.up.pt>
1859         
1860         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1861         by OnlyPath.
1862         
1863 2001-02-11  José Matos  <jamatos@fep.up.pt>
1864
1865         * buffer.C (makeDocBookFile): command styles now have a parameter as
1866         "title" by default.
1867
1868 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1869
1870         * layout_forms.[Ch]: removed
1871         * lyx_cb.[Ch]: out character
1872         * lyx_gui.C: out character
1873         * lyx_gui_misc.C: out character
1874         * bufferview_funcs.C: : out character,
1875         added toggleall as parameter in ToggleAndShow
1876                    
1877 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1878
1879         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1880
1881         * text2.C (SetCurrentFont): Disable number property at boundary.
1882
1883 2001-02-26  Juergen Vigna  <jug@sad.it>
1884
1885         * lyxfunc.C (getStatus): added a string argument override function so
1886         that this is correctly called from LyXFunc::Dispatch if it contains a
1887         do_not_use_argument which is used!
1888         (Dispatch): added check for "custom" export and call appropriate func.
1889
1890 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1891
1892         * lyxrc.C: Add language_command_local, language_use_babel and
1893         language_global_options.
1894
1895         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1896
1897         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1898         language_global_options.
1899
1900 2001-02-23  Juergen Vigna  <jug@sad.it>
1901
1902         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1903         which works with LyXText and putted it inside BufferView. Here now we
1904         only call for that part the BufferView::Dispatch() function.
1905
1906         * BufferView.C (Dispatch): added.
1907
1908         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1909         functions which needs to use a LyXText over from LyXFunc.
1910         (MenuInsertLyXFile): added
1911         (getInsetByCode): added
1912         (moveCursorUpdate): added
1913         (static TEXT): added
1914
1915 2001-02-22  Juergen Vigna  <jug@sad.it>
1916
1917         * BufferView_pimpl.C (update): call a status update to see if LyXText
1918         needs it.
1919
1920 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1921
1922         * vc-backend.C (revert): implement for CVS
1923         (getLog): implement for CVS
1924
1925 2001-02-20  Juergen Vigna  <jug@sad.it>
1926
1927         * text2.C (ClearSelection): added BufferView param for inset_owner call
1928
1929         * lyxfunc.C (TEXT): added this function and use it instead of
1930         directly owner->view()-text of getLyXText().
1931
1932 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1933
1934         * src/layout_forms.C: out preamble
1935         * src/layout_forms.h: out preamble
1936         * src/lyx_cb.C: out preamble
1937         * src/lyx_cb.h: out preamble
1938         * src/lyx_gui.C: out preamble
1939         * src/lyx_gui_misc.C: out preamble
1940         * src/lyxfunc.C: connect with guii preamble
1941
1942 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1943
1944         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1945
1946 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1947
1948         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1949         whether to run bibtex.
1950
1951 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1952
1953         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1954
1955 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1956
1957         * Makefile.am (lyx_SOURCES): removed bibforms.h
1958
1959         * vspace.h: doxygen
1960
1961         * text.C (GetVisibleRow): make several local vars const
1962
1963         * tabular.C: small cleanup.
1964
1965         * lyxserver.C (callback): use compare instead of strncmp
1966
1967         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1968         inlines to after class or to paragraph.C
1969
1970         * lyxfont.h: remove friend operator!=
1971
1972         * converter.h: move friend bool operator< to non friend and after
1973         class def.
1974
1975         * combox.h: small cleanup
1976
1977         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1978         to inlines after class def.
1979
1980         * buffer.C (pop_tag): use string operations instead of strcmp
1981
1982         * bmtable.c: doxygen, small cleanup
1983
1984         * LaTeX.h: remove friend operator==
1985
1986 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1987
1988         * screen.C: 
1989         * lyxrc.[Ch]:
1990         * lyxfunc.C: 
1991         * lyxfont.[Ch]: 
1992         * lyx_cb.C: 
1993         * intl.[Ch]: 
1994         * commandtags.h: 
1995         * buffer.C: 
1996         * WorkArea.[Ch]: 
1997         * LyXAction.C: 
1998         * BufferView_pimpl.C:
1999         * BufferView.[Ch]: remove cruft
2000
2001 2001-02-14  Juergen Vigna  <jug@sad.it>
2002
2003         * lyxfunc.C: removed #if 0 unused code
2004
2005         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
2006
2007         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
2008
2009         * text2.C (SetSelection): added a BufferView * parameter
2010
2011 2001-02-13  Juergen Vigna  <jug@sad.it>
2012
2013         * lyxfunc.C (Dispatch): fixed protected blank problem.
2014         * BufferView2.C (protectedBlank): added LyxText * parameter.
2015
2016         * tabular.C (AppendRow): forgot to set row_info of newly added row.
2017         (AppendColumn): same as above for column_info.
2018
2019         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
2020         (moveCursorUpdate): use a LyXText param for support of InsetText.
2021
2022         * BufferView_pimpl.C (doubleClick): added support for InsetText.
2023         (tripleClick): ditto
2024
2025         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
2026
2027         * BufferView_pimpl.C (update): added LyXText param to honor insets.
2028
2029         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
2030
2031         * text2.C (SetSelection): set correct update status if inset_owner
2032         (ToggleFree): ditto
2033
2034 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2035
2036         * tabular.C: remove some commented code.
2037
2038 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2039
2040         * BufferView_pimpl.C: call hideSplash()
2041
2042         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
2043
2044         * include_form.h:
2045         * bibforms.h: remove
2046
2047         * lyxfunc.C:
2048         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
2049           add LFUN_CHILD_CREATE
2050
2051         * counters.h: fix tiny typo
2052         
2053         * lyx_cb.C:
2054         * lyx.h:
2055         * lyx_gui.C:
2056         * lyx.C: move splash to frontends/xforms/
2057
2058         * lyx_gui_misc.C: move Include and Bibform to frontends
2059
2060         * lyxvc.h: clarify comment
2061
2062         * vspace.C: tiny housekeeping
2063
2064 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2065
2066         * text.C (PrepareToPrint): RTL Fix.
2067
2068         * paragraph.C (GetUChar): New method.
2069         (String):  Use GetUChar.
2070
2071         * buffer.C (asciiParagraph): Use GetUChar.
2072
2073 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2074
2075         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
2076
2077 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2078
2079         * buffer.h:
2080         * buffer.C: rename to getLogName(), handle
2081           build log / latex log nicely
2082
2083 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2084
2085         * MenuBackend.C: 
2086         * MenuBackend.h: remove support for reference menuitem type.
2087
2088 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2089
2090         * BufferView_pimpl.C: housekeeping
2091         * BufferView_pimpl.h:
2092         * LyXView.h:
2093         * Makefile.am:
2094         * Timeout.C:
2095         * Timeout.h:
2096         * minibuffer.h: move Timeout GUI-I
2097                           
2098 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
2099
2100         * lyxrc.C (read): Update converters data-structures.
2101
2102 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2103
2104         * LaTeX.h (operator!=): add operator != for Aux_Info 
2105
2106 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2107
2108         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
2109
2110         * LaTeXLog.C: deleted, useful code moved to Buffer
2111
2112         * buffer.h:
2113         * buffer.C: new function getLatexLogName()
2114
2115         * lyx_gui_misc.C:
2116         * lyx_gui.C:
2117         * lyxvc.C:
2118         * lyxvc.h:
2119         * lyxfunc.C: use frontends for LaTeX and VC logs
2120
2121 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2122
2123         * LaTeX.h: yet another std:: that Allan forgot.
2124
2125         * Variables.C (set): renamed from isset(), because this clashes
2126         with some HP-UX macros (grr).
2127
2128 2001-02-06  Allan Rae  <rae@lyx.org>
2129
2130         * LaTeX.h: Another bug fix.  Missing std:: this time.
2131
2132 2001-02-04  Allan Rae  <rae@lyx.org>
2133
2134         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
2135         floats problem. I've left it commented out because it's not quite
2136         correct.  It should also test that the current object is a table or
2137         figure inset.  But I haven't gotten around to figuring out how to do
2138         that.  I *think* it'll be something like: "table" == inset.type()
2139
2140         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
2141         bool.
2142
2143 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2144
2145         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
2146         all the citation/databases/styles in the auxilary file. 
2147         (run): Rerun latex if there was a babel language error.
2148
2149 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
2150
2151         * text.C (Backspace): Preserve the font when changing newline char
2152         with a space.
2153         (BreakParagraph): If the cursor is before a space, delete the space.
2154
2155         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
2156
2157 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2158
2159         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
2160         new argument (code).
2161         (ChangeCitationsIfUnique): New method.
2162
2163         * paragraph.C (GetPositionOfInset): Handle bibkey.
2164
2165 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2166
2167         * BufferView_pimpl.h: change type of Position::par_pos to
2168         LyXParagraph::size_type. 
2169
2170 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
2171
2172         * BufferView_pimpl.C (savePosition, restorePosition): Write
2173         messages to minibuffer.
2174
2175 2001-01-28  José Matos  <jamatos@fep.up.pt>
2176
2177         * buffer.C (makeDocBookFile): adds support for document language.
2178         A silly restriction on the name of LatexCommand types where removed.
2179         Added support for CDATA sections, allows to chars unescaped, used
2180         among others in code, to avoid escape < and >.
2181         
2182 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2183
2184         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
2185         saved positions instrad of a stack. Furthermore, a position is
2186         stored using paragraph id/paragraph position.
2187
2188         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
2189         Remove LFUN_REF_BACK.
2190
2191 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2192
2193         * converter.C (dvipdfm_options): New method.
2194
2195 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2196
2197         * vspace.C (isValidLength): Fix for empty input string.
2198
2199 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2200
2201         * LyXAction.C (init): change description of LFUN_FIGURE to
2202         "Insert Graphics"
2203
2204 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2205
2206         * LaTeX.C: add using directive
2207
2208 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2209
2210         * MenuBackend.C (expand): Fix the sorting of the formats.
2211
2212 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
2213
2214         * lyx_main.C: tiny error message fix
2215
2216 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2217
2218         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
2219         calling fl_initialize(). This fixes the problem with ',' as
2220         decimal separator in text files.
2221
2222 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2223
2224         * trans.C (process): Fix the keymap bug.
2225
2226 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2227
2228         * LaTeX.C (scanAuxFiles): New method. Provides support for
2229         multiple bibliographies (when using the bibtopic/bibunits pacakges).
2230         (scanLogFile) Scan for "run BibTeX" messages.
2231
2232         * buffer.C (makeLaTeXFile): Do not load the ae package when using
2233         OT1 font encoding. Also, load the aecompl package if the ae
2234         package is loaded.
2235
2236         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
2237
2238 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2239
2240         * texrow.C (increasePos): turn two error messages into debug
2241         messages. 
2242
2243 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2244
2245         * LaTeX.C (scanAux): Handle the \@input macro.
2246         (runBibTeX): Use scanAux().
2247
2248         * language.C (latex_options_): New field.
2249
2250         * LaTeXFeatures.C (getMacros): Add language macros.
2251
2252         * buffer.C (makeLaTeXFile): Small fix.
2253
2254 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2255
2256         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
2257
2258         * text2.C: add a using directive.
2259
2260 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
2261
2262         * BufferView2.C:
2263         * lyx_gui_misc.h:
2264         * lyxfr1.C:
2265         * lyxfunc.C: kill LyXBell.
2266
2267 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2268
2269         * text.C (IsBoundary): Remove the error message
2270         
2271         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
2272
2273         * lyxrc.C (setDefaults): Correct initialization value for
2274         font_norm_type.
2275
2276 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2277
2278         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
2279         gotoError().
2280
2281         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
2282         and GotoNextNote().
2283
2284         * src/LyXAction.C: Added reference-next.
2285
2286         * text.C (InsertChar): Use contains instead of strchr.
2287
2288         * lyx_cb.C (MenuInsertLabel): Enable default value code.
2289
2290 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
2291
2292         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
2293         alignment commands (when needed).
2294
2295         * text.C (InsertChar): Add ':' to number separator chars.