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