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