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