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