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