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