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