]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Small fixes from Lior and Angus
[lyx.git] / src / ChangeLog
1 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
4
5         * text2.C: add a using directive.
6
7 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
8
9         * BufferView2.C:
10         * lyx_gui_misc.h:
11         * lyxfr1.C:
12         * lyxfunc.C: kill LyXBell.
13
14 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15
16         * text.C (IsBoundary): Remove the error message
17         
18         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
19
20         * lyxrc.C (setDefaults): Correct initialization value for
21         font_norm_type.
22
23 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
24
25         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
26         gotoError().
27
28         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
29         and GotoNextNote().
30
31         * src/LyXAction.C: Added reference-next.
32
33         * text.C (InsertChar): Use contains instead of strchr.
34
35         * lyx_cb.C (MenuInsertLabel): Enable default value code.
36
37 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
38
39         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
40         alignment commands (when needed).
41
42         * text.C (InsertChar): Add ':' to number separator chars.