]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
better the minipage compability a bit
[lyx.git] / src / ChangeLog
1 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2
3         * buffer.C: add compability for minipage alignment.
4         (latexParagraphs): remove unwanted pextra check.
5
6         * several files: remove CXX_WORKING_NAMESPACES
7
8         * buffer.C (pop_tag): tie is in namespace boost
9
10         * BufferView.h: noncopyable is in namespace boost
11         * lyxlex.h: ditto
12         * lyx_main.h: ditto
13         * lyx_gui.h: ditto
14         * layout.h: ditto
15         * lastfiles.h: ditto
16         * bufferlist.h: ditto
17         * ShareContainer.h: ditto
18         * LyXView.h: ditto
19         * LyXAction.h: ditto
20         * LaTeX.h: ditto
21
22 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
23
24         * Merging changes from BRANCH_MVC back into HEAD.
25
26         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
27
28 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
29
30         * lyxfunc.C (Dispatch): removed redundant break statement.
31         
32 2001-03-14  Juergen Vigna  <jug@sad.it>
33
34         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
35
36 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
37
38         * buffer.C: add hack to fix compability reading of minipages.
39
40 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
41
42         * buffer.C (getLists): Cleanup.
43
44 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
45
46         * lyxfont.C (update): don't honor toggleall on font size.
47
48 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
49
50         * gettext.h: fix gettext_init() in --disable-nls
51
52 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
53
54         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
55
56 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
57
58         * lyx.C:
59         * lyx.h: strip external form
60
61 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
62
63         * BufferView_pimpl.C: add comment, destroySplash()
64
65 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
66
67         * BufferView_pimpl.C:
68         * LyXAction.C:
69         * buffer.C:
70         * commandtags.h:
71         * lyxfunc.C: use re-worked insetinclude
72
73 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
74
75         * buffer.C: add using std::stringstream.
76
77         * lyx_cb.C: readd using std::ios.
78
79         * buffer.C: add using std::map.
80
81         * BufferView_pimpl.C: add using std::vector.
82
83         * ShareContainer.h: add std:: to swap.
84
85         * buffer.h: add some typedefs
86         * buffer.C (getLists): use them
87         (getLists): renamed from getTocList.
88         add a counter for the different float types and use it in the
89         generated string.
90         (getLists): use the same counter for the NEW_INSETS and the "non"
91         NEW_INSETS
92
93         * lyx_cb.h: remove unused items, includes, using etc.
94
95         * ShareContainer.h: remove some commented code, add more comments
96         and "documentation".
97
98 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
99
100         * buffer.C (getTocList): make the list also when NEW_INSETS is
101         defined.
102
103         * buffer.h: remove TocType
104
105         * buffer.C (getTocList): change to return a map<string,
106         vector<TocItem> >, implement for dynamic number of list.
107
108         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
109         * text2.C (PasteSelection): adjust
110         * CutAndPaste.C (pasteSelection): adjust
111
112         * FloatList.C (FloatList): update from the new_insets branch.
113         * Floating.[Ch]: ditto
114         * LaTeXFeatures.C: ditto
115         * buffer.C: ditto
116         * lyxlex_pimpl.C: ditto
117         
118         * paragraph.C (Last): remove when NEW_INSETS is defined.
119
120         * other file: changes because of the above.
121
122 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
123
124         * lyxparagraph.h: rename next to next_, previous to previous_,
125         make them private for NEW_INSETS. Rename Next() to next(),
126         Previous() to previous().
127
128         * other files: changes because of the above.
129
130 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
131
132         * BufferView.h: 
133         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
134         problem.
135
136 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
137
138         * main.C (main): pass lyx_localedir to gettext_init().
139
140         * gettext.h: remove locale_init and gettext_init macros
141
142         * gettext.C (locale_init): new function
143         (gettext_init): new function
144
145         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
146         setlocale().
147
148 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
149
150         * Moved credits to frontends:
151         * credits.[Ch]: removed
152         * credits_form.[Ch]: removed
153         * lyx_gui_misc.C: remove credits stuff
154         * Makefile.am:
155
156 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
157
158         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
159
160         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
161         unneeded destructor.
162
163         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
164         a standalone pointer again.
165
166         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
167
168 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
169
170         * Makefile.am:
171         * filedlg.h:
172         * filedlg.C:
173         * LyXAction.C:
174         * ToolbarDefaults.C:
175         * bufferlist.C:
176         * commandtags.h:
177         * form1.C:
178         * form1.h:
179         * lyx_cb.C:
180         * lyx_cb.h:
181         * lyxfunc.h:
182         * lyxfunc.C:
183         * BufferView_pimpl.C: use new file dialog in GUII
184
185         * lyx_cb.h:
186         * lyx_cb.C: remove LayoutsCB to Toolbar
187
188 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
189
190         * ShareContainer.h (get): add std:: qualifier
191
192 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
193
194         * ShareContainer.h: define a proper ShareContainer::value_type
195         type (and use typename to please compaq cxx)
196
197 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
198
199         * lyxparagraph.h: move serveral local vars to
200         ParameterStruct/ParagraphParameters., use ShareContainer in
201         FontTable., make vars in FontTable private and add getter and
202         setter.
203
204         * paragraph.C: changes because of the above.
205
206         * lyxfont.h: remove copy constructor and copy assignment. (the
207         default ones is ok), move number inside FontBits. move inlines to
208         lyxfont.C 
209
210         * lyxfont.C: add number to initializaton of statics, move several
211         inlines here. constify several local vars. some whitespace
212         cleanup. Dont hide outerscope variables.
213
214         * Spacing.h: add two new constructors to match the set methods.
215
216         * ShareContainer.h: new file, will perhaps be moved to support
217
218         * ParameterStruct.h: new file
219
220         * ParagraphParameters.h: new file
221
222         * ParagraphParameters.C: new file
223
224         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
225         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
226
227         * BufferView_pimpl.C: ParagraphParameter changes.
228         * buffer.C: Likewise.
229         * bufferview_funcs.C: Likewise.
230         * text.C: Likewise.
231         * text2.C: Likewise.
232         
233 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
234
235         * lyxfind.C (LyXReplace): do not redefine default argument in
236         implementation. 
237         (IsStringInText): ditto
238         (SearchForward): ditto
239         (SearchBackward): ditto
240
241 2001-03-06  Juergen Vigna  <jug@sad.it>
242
243         * lyxfind.C (IsStringInText): put parentes around expressions.
244
245 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
246
247         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
248         
249 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
250
251         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
252
253         * stl_string_fwd.h: add comment
254
255         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
256
257         * tabular.h:
258         * tabular.C: remove unused DocBook methods
259
260         * intl.C:
261         * language.C:
262         * paragraph.C:
263         * buffer.C:
264         killed DO_USE_DEFAULT_LANGUAGE
265
266 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
267
268         * lyx_gui.C: do not include language.h.
269
270         * bufferview_funcs.C (ToggleAndShow): do not provide optional
271         arguments in function implementation.
272
273 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
274
275         * BufferView_pimpl.C: add <ctime>
276
277 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
278
279         * BufferView_pimpl.C: add using std::find_if
280
281 2001-02-27  José Matos  <jamatos@fep.up.pt>
282         
283         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
284         by OnlyPath.
285         
286 2001-02-11  José Matos  <jamatos@fep.up.pt>
287
288         * buffer.C (makeDocBookFile): command styles now have a parameter as
289         "title" by default.
290
291 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
292
293         * layout_forms.[Ch]: removed
294         * lyx_cb.[Ch]: out character
295         * lyx_gui.C: out character
296         * lyx_gui_misc.C: out character
297         * bufferview_funcs.C: : out character,
298         added toggleall as parameter in ToggleAndShow
299                    
300 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
301
302         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
303
304         * text2.C (SetCurrentFont): Disable number property at boundary.
305
306 2001-02-26  Juergen Vigna  <jug@sad.it>
307
308         * lyxfunc.C (getStatus): added a string argument override function so
309         that this is correctly called from LyXFunc::Dispatch if it contains a
310         do_not_use_argument which is used!
311         (Dispatch): added check for "custom" export and call appropriate func.
312
313 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
314
315         * lyxrc.C: Add language_command_local, language_use_babel and
316         language_global_options.
317
318         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
319
320         * buffer.C (makeLaTeXFile): Use language_use_babel and 
321         language_global_options.
322
323 2001-02-23  Juergen Vigna  <jug@sad.it>
324
325         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
326         which works with LyXText and putted it inside BufferView. Here now we
327         only call for that part the BufferView::Dispatch() function.
328
329         * BufferView.C (Dispatch): added.
330
331         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
332         functions which needs to use a LyXText over from LyXFunc.
333         (MenuInsertLyXFile): added
334         (getInsetByCode): added
335         (moveCursorUpdate): added
336         (static TEXT): added
337
338 2001-02-22  Juergen Vigna  <jug@sad.it>
339
340         * BufferView_pimpl.C (update): call a status update to see if LyXText
341         needs it.
342
343 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
344
345         * vc-backend.C (revert): implement for CVS
346         (getLog): implement for CVS
347
348 2001-02-20  Juergen Vigna  <jug@sad.it>
349
350         * text2.C (ClearSelection): added BufferView param for inset_owner call
351
352         * lyxfunc.C (TEXT): added this function and use it instead of
353         directly owner->view()-text of getLyXText().
354
355 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
356
357         * src/layout_forms.C: out preamble
358         * src/layout_forms.h: out preamble
359         * src/lyx_cb.C: out preamble
360         * src/lyx_cb.h: out preamble
361         * src/lyx_gui.C: out preamble
362         * src/lyx_gui_misc.C: out preamble
363         * src/lyxfunc.C: connect with guii preamble
364
365 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
366
367         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
368
369 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
370
371         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
372         whether to run bibtex.
373
374 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
375
376         * Makefile.am (lyx_SOURCES): Remove BackStack.h
377
378 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
379
380         * Makefile.am (lyx_SOURCES): removed bibforms.h
381
382         * vspace.h: doxygen
383
384         * text.C (GetVisibleRow): make several local vars const
385
386         * tabular.C: small cleanup.
387
388         * lyxserver.C (callback): use compare instead of strncmp
389
390         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
391         inlines to after class or to paragraph.C
392
393         * lyxfont.h: remove friend operator!=
394
395         * converter.h: move friend bool operator< to non friend and after
396         class def.
397
398         * combox.h: small cleanup
399
400         * buffer.h: doxygen, remove unused constructor, move inclas inlies
401         to inlines after class def.
402
403         * buffer.C (pop_tag): use string operations instead of strcmp
404
405         * bmtable.c: doxygen, small cleanup
406
407         * LaTeX.h: remove friend operator==
408
409 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
410
411         * screen.C: 
412         * lyxrc.[Ch]:
413         * lyxfunc.C: 
414         * lyxfont.[Ch]: 
415         * lyx_cb.C: 
416         * intl.[Ch]: 
417         * commandtags.h: 
418         * buffer.C: 
419         * WorkArea.[Ch]: 
420         * LyXAction.C: 
421         * BufferView_pimpl.C:
422         * BufferView.[Ch]: remove cruft
423
424 2001-02-14  Juergen Vigna  <jug@sad.it>
425
426         * lyxfunc.C: removed #if 0 unused code
427
428         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
429
430         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
431
432         * text2.C (SetSelection): added a BufferView * parameter
433
434 2001-02-13  Juergen Vigna  <jug@sad.it>
435
436         * lyxfunc.C (Dispatch): fixed protected blank problem.
437         * BufferView2.C (protectedBlank): added LyxText * parameter.
438
439         * tabular.C (AppendRow): forgot to set row_info of newly added row.
440         (AppendColumn): same as above for column_info.
441
442         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
443         (moveCursorUpdate): use a LyXText param for support of InsetText.
444
445         * BufferView_pimpl.C (doubleClick): added support for InsetText.
446         (tripleClick): ditto
447
448         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
449
450         * BufferView_pimpl.C (update): added LyXText param to honor insets.
451
452         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
453
454         * text2.C (SetSelection): set correct update status if inset_owner
455         (ToggleFree): ditto
456
457 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
458
459         * tabular.C: remove some commented code.
460
461 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
462
463         * BufferView_pimpl.C: call hideSplash()
464
465         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
466
467         * include_form.h:
468         * bibforms.h: remove
469
470         * lyxfunc.C:
471         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
472           add LFUN_CHILD_CREATE
473
474         * counters.h: fix tiny typo
475         
476         * lyx_cb.C:
477         * lyx.h:
478         * lyx_gui.C:
479         * lyx.C: move splash to frontends/xforms/
480
481         * lyx_gui_misc.C: move Include and Bibform to frontends
482
483         * lyxvc.h: clarify comment
484
485         * vspace.C: tiny housekeeping
486
487 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
488
489         * text.C (PrepareToPrint): RTL Fix.
490
491         * paragraph.C (GetUChar): New method.
492         (String):  Use GetUChar.
493
494         * buffer.C (asciiParagraph): Use GetUChar.
495
496 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
497
498         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
499
500 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
501
502         * buffer.h:
503         * buffer.C: rename to getLogName(), handle
504           build log / latex log nicely
505
506 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
507
508         * MenuBackend.C: 
509         * MenuBackend.h: remove support for reference menuitem type.
510
511 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
512
513         * BufferView_pimpl.C: housekeeping
514         * BufferView_pimpl.h:
515         * LyXView.h:
516         * Makefile.am:
517         * Timeout.C:
518         * Timeout.h:
519         * minibuffer.h: move Timeout GUI-I
520                           
521 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
522
523         * lyxrc.C (read): Update converters data-structures.
524
525 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
526
527         * LaTeX.h (operator!=): add operator != for Aux_Info 
528
529 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
530
531         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
532
533         * LaTeXLog.C: deleted, useful code moved to Buffer
534
535         * buffer.h:
536         * buffer.C: new function getLatexLogName()
537
538         * lyx_gui_misc.C:
539         * lyx_gui.C:
540         * lyxvc.C:
541         * lyxvc.h:
542         * lyxfunc.C: use frontends for LaTeX and VC logs
543
544 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
545
546         * LaTeX.h: yet another std:: that Allan forgot.
547
548         * Variables.C (set): renamed from isset(), because this clashes
549         with some HP-UX macros (grr).
550
551 2001-02-06  Allan Rae  <rae@lyx.org>
552
553         * LaTeX.h: Another bug fix.  Missing std:: this time.
554
555 2001-02-04  Allan Rae  <rae@lyx.org>
556
557         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
558         floats problem. I've left it commented out because it's not quite
559         correct.  It should also test that the current object is a table or
560         figure inset.  But I haven't gotten around to figuring out how to do
561         that.  I *think* it'll be something like: "table" == inset.type()
562
563         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
564         bool.
565
566 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
567
568         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
569         all the citation/databases/styles in the auxilary file. 
570         (run): Rerun latex if there was a babel language error.
571
572 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
573
574         * text.C (Backspace): Preserve the font when changing newline char
575         with a space.
576         (BreakParagraph): If the cursor is before a space, delete the space.
577
578         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
579
580 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
581
582         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
583         new argument (code).
584         (ChangeCitationsIfUnique): New method.
585
586         * paragraph.C (GetPositionOfInset): Handle bibkey.
587
588 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
589
590         * BufferView_pimpl.h: change type of Position::par_pos to
591         LyXParagraph::size_type. 
592
593 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
594
595         * BufferView_pimpl.C (savePosition, restorePosition): Write
596         messages to minibuffer.
597
598 2001-01-28  José Matos  <jamatos@fep.up.pt>
599
600         * buffer.C (makeDocBookFile): adds support for document language.
601         A silly restriction on the name of LatexCommand types where removed.
602         Added support for CDATA sections, allows to chars unescaped, used
603         among others in code, to avoid escape < and >.
604         
605 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
606
607         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
608         saved positions instrad of a stack. Furthermore, a position is
609         stored using paragraph id/paragraph position.
610
611         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
612         Remove LFUN_REF_BACK.
613
614 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
615
616         * converter.C (dvipdfm_options): New method.
617
618 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
619
620         * vspace.C (isValidLength): Fix for empty input string.
621
622 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
623
624         * LyXAction.C (init): change description of LFUN_FIGURE to
625         "Insert Graphics"
626
627 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
628
629         * LaTeX.C: add using directive
630
631 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
632
633         * MenuBackend.C (expand): Fix the sorting of the formats.
634
635 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
636
637         * lyx_main.C: tiny error message fix
638
639 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
640
641         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
642         calling fl_initialize(). This fixes the problem with ',' as
643         decimal separator in text files.
644
645 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
646
647         * trans.C (process): Fix the keymap bug.
648
649 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
650
651         * LaTeX.C (scanAuxFiles): New method. Provides support for
652         multiple bibliographies (when using the bibtopic/bibunits pacakges).
653         (scanLogFile) Scan for "run BibTeX" messages.
654
655         * buffer.C (makeLaTeXFile): Do not load the ae package when using
656         OT1 font encoding. Also, load the aecompl package if the ae
657         package is loaded.
658
659         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
660
661 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
662
663         * texrow.C (increasePos): turn two error messages into debug
664         messages. 
665
666 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
667
668         * LaTeX.C (scanAux): Handle the \@input macro.
669         (runBibTeX): Use scanAux().
670
671         * language.C (latex_options_): New field.
672
673         * LaTeXFeatures.C (getMacros): Add language macros.
674
675         * buffer.C (makeLaTeXFile): Small fix.
676
677 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
678
679         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
680
681         * text2.C: add a using directive.
682
683 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
684
685         * BufferView2.C:
686         * lyx_gui_misc.h:
687         * lyxfr1.C:
688         * lyxfunc.C: kill LyXBell.
689
690 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
691
692         * text.C (IsBoundary): Remove the error message
693         
694         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
695
696         * lyxrc.C (setDefaults): Correct initialization value for
697         font_norm_type.
698
699 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
700
701         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
702         gotoError().
703
704         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
705         and GotoNextNote().
706
707         * src/LyXAction.C: Added reference-next.
708
709         * text.C (InsertChar): Use contains instead of strchr.
710
711         * lyx_cb.C (MenuInsertLabel): Enable default value code.
712
713 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
714
715         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
716         alignment commands (when needed).
717
718         * text.C (InsertChar): Add ':' to number separator chars.