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