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