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