]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Fix the sorting of the formats in menus.
[lyx.git] / src / ChangeLog
1 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * MenuBackend.C (expand): Fix the sorting of the formats.
4
5 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6
7         * lyx_main.C: tiny error message fix
8
9 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10
11         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12         calling fl_initialize(). This fixes the problem with ',' as
13         decimal separator in text files.
14
15 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16
17         * trans.C (process): Fix the keymap bug.
18
19 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
20
21         * LaTeX.C (scanAuxFiles): New method. Provides support for
22         multiple bibliographies (when using the bibtopic/bibunits pacakges).
23         (scanLogFile) Scan for "run BibTeX" messages.
24
25         * buffer.C (makeLaTeXFile): Do not load the ae package when using
26         OT1 font encoding. Also, load the aecompl package if the ae
27         package is loaded.
28
29         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
30
31 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
32
33         * texrow.C (increasePos): turn two error messages into debug
34         messages. 
35
36 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
37
38         * LaTeX.C (scanAux): Handle the \@input macro.
39         (runBibTeX): Use scanAux().
40
41         * language.C (latex_options_): New field.
42
43         * LaTeXFeatures.C (getMacros): Add language macros.
44
45         * buffer.C (makeLaTeXFile): Small fix.
46
47 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
48
49         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
50
51         * text2.C: add a using directive.
52
53 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
54
55         * BufferView2.C:
56         * lyx_gui_misc.h:
57         * lyxfr1.C:
58         * lyxfunc.C: kill LyXBell.
59
60 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
61
62         * text.C (IsBoundary): Remove the error message
63         
64         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
65
66         * lyxrc.C (setDefaults): Correct initialization value for
67         font_norm_type.
68
69 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
70
71         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
72         gotoError().
73
74         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
75         and GotoNextNote().
76
77         * src/LyXAction.C: Added reference-next.
78
79         * text.C (InsertChar): Use contains instead of strchr.
80
81         * lyx_cb.C (MenuInsertLabel): Enable default value code.
82
83 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
84
85         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
86         alignment commands (when needed).
87
88         * text.C (InsertChar): Add ':' to number separator chars.