]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
A couple of tiny fixes to get it compiling and a partial fix for the '\n' output...
[lyx.git] / src / ChangeLog
1 2001-02-04  Allan Rae  <rae@lyx.org>
2
3         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
4         floats problem. I've left it commented out because it's not quite
5         correct.  It should also test that the current object is a table or
6         figure inset.  But I haven't gotten around to figuring out how to do
7         that.  I *think* it'll be something like: "table" == inset.type()
8
9         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
10         bool.
11
12 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13
14         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15         all the citation/databases/styles in the auxilary file. 
16         (run): Rerun latex if there was a babel language error.
17
18 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
19
20         * text.C (Backspace): Preserve the font when changing newline char
21         with a space.
22         (BreakParagraph): If the cursor is before a space, delete the space.
23
24         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
25
26 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
27
28         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
29         new argument (code).
30         (ChangeCitationsIfUnique): New method.
31
32         * paragraph.C (GetPositionOfInset): Handle bibkey.
33
34 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
35
36         * BufferView_pimpl.h: change type of Position::par_pos to
37         LyXParagraph::size_type. 
38
39 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
40
41         * BufferView_pimpl.C (savePosition, restorePosition): Write
42         messages to minibuffer.
43
44 2001-01-28  José Matos  <jamatos@fep.up.pt>
45
46         * buffer.C (makeDocBookFile): adds support for document language.
47         A silly restriction on the name of LatexCommand types where removed.
48         Added support for CDATA sections, allows to chars unescaped, used
49         among others in code, to avoid escape < and >.
50         
51 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
52
53         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
54         saved positions instrad of a stack. Furthermore, a position is
55         stored using paragraph id/paragraph position.
56
57         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
58         Remove LFUN_REF_BACK.
59
60 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
61
62         * converter.C (dvipdfm_options): New method.
63
64 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
65
66         * vspace.C (isValidLength): Fix for empty input string.
67
68 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
69
70         * LyXAction.C (init): change description of LFUN_FIGURE to
71         "Insert Graphics"
72
73 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
74
75         * LaTeX.C: add using directive
76
77 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
78
79         * MenuBackend.C (expand): Fix the sorting of the formats.
80
81 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
82
83         * lyx_main.C: tiny error message fix
84
85 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
86
87         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
88         calling fl_initialize(). This fixes the problem with ',' as
89         decimal separator in text files.
90
91 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
92
93         * trans.C (process): Fix the keymap bug.
94
95 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
96
97         * LaTeX.C (scanAuxFiles): New method. Provides support for
98         multiple bibliographies (when using the bibtopic/bibunits pacakges).
99         (scanLogFile) Scan for "run BibTeX" messages.
100
101         * buffer.C (makeLaTeXFile): Do not load the ae package when using
102         OT1 font encoding. Also, load the aecompl package if the ae
103         package is loaded.
104
105         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
106
107 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
108
109         * texrow.C (increasePos): turn two error messages into debug
110         messages. 
111
112 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
113
114         * LaTeX.C (scanAux): Handle the \@input macro.
115         (runBibTeX): Use scanAux().
116
117         * language.C (latex_options_): New field.
118
119         * LaTeXFeatures.C (getMacros): Add language macros.
120
121         * buffer.C (makeLaTeXFile): Small fix.
122
123 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
124
125         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
126
127         * text2.C: add a using directive.
128
129 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
130
131         * BufferView2.C:
132         * lyx_gui_misc.h:
133         * lyxfr1.C:
134         * lyxfunc.C: kill LyXBell.
135
136 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
137
138         * text.C (IsBoundary): Remove the error message
139         
140         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
141
142         * lyxrc.C (setDefaults): Correct initialization value for
143         font_norm_type.
144
145 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
146
147         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
148         gotoError().
149
150         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
151         and GotoNextNote().
152
153         * src/LyXAction.C: Added reference-next.
154
155         * text.C (InsertChar): Use contains instead of strchr.
156
157         * lyx_cb.C (MenuInsertLabel): Enable default value code.
158
159 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
160
161         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
162         alignment commands (when needed).
163
164         * text.C (InsertChar): Add ':' to number separator chars.