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