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