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