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