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