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