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