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