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