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