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