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