]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
- Add support for the align environment from amsmath
[lyx.git] / src / ChangeLog
1 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * text.C (PrepareToPrint): RTL Fix.
4
5         * paragraph.C (GetUChar): New method.
6         (String):  Use GetUChar.
7
8         * buffer.C (asciiParagraph): Use GetUChar.
9
10 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
11
12         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13
14 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15
16         * buffer.h:
17         * buffer.C: rename to getLogName(), handle
18           build log / latex log nicely
19
20 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
21
22         * MenuBackend.C: 
23         * MenuBackend.h: remove support for reference menuitem type.
24
25 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
26
27         * BufferView_pimpl.C: housekeeping
28         * BufferView_pimpl.h:
29         * LyXView.h:
30         * Makefile.am:
31         * Timeout.C:
32         * Timeout.h:
33         * minibuffer.h: move Timeout GUI-I
34                           
35 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
36
37         * lyxrc.C (read): Update converters data-structures.
38
39 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
40
41         * LaTeX.h (operator!=): add operator != for Aux_Info 
42
43 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
44
45         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
46
47         * LaTeXLog.C: deleted, useful code moved to Buffer
48
49         * buffer.h:
50         * buffer.C: new function getLatexLogName()
51
52         * lyx_gui_misc.C:
53         * lyx_gui.C:
54         * lyxvc.C:
55         * lyxvc.h:
56         * lyxfunc.C: use frontends for LaTeX and VC logs
57
58 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
59
60         * LaTeX.h: yet another std:: that Allan forgot.
61
62         * Variables.C (set): renamed from isset(), because this clashes
63         with some HP-UX macros (grr).
64
65 2001-02-06  Allan Rae  <rae@lyx.org>
66
67         * LaTeX.h: Another bug fix.  Missing std:: this time.
68
69 2001-02-04  Allan Rae  <rae@lyx.org>
70
71         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
72         floats problem. I've left it commented out because it's not quite
73         correct.  It should also test that the current object is a table or
74         figure inset.  But I haven't gotten around to figuring out how to do
75         that.  I *think* it'll be something like: "table" == inset.type()
76
77         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
78         bool.
79
80 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
81
82         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
83         all the citation/databases/styles in the auxilary file. 
84         (run): Rerun latex if there was a babel language error.
85
86 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
87
88         * text.C (Backspace): Preserve the font when changing newline char
89         with a space.
90         (BreakParagraph): If the cursor is before a space, delete the space.
91
92         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
93
94 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
95
96         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
97         new argument (code).
98         (ChangeCitationsIfUnique): New method.
99
100         * paragraph.C (GetPositionOfInset): Handle bibkey.
101
102 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
103
104         * BufferView_pimpl.h: change type of Position::par_pos to
105         LyXParagraph::size_type. 
106
107 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
108
109         * BufferView_pimpl.C (savePosition, restorePosition): Write
110         messages to minibuffer.
111
112 2001-01-28  José Matos  <jamatos@fep.up.pt>
113
114         * buffer.C (makeDocBookFile): adds support for document language.
115         A silly restriction on the name of LatexCommand types where removed.
116         Added support for CDATA sections, allows to chars unescaped, used
117         among others in code, to avoid escape < and >.
118         
119 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
120
121         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
122         saved positions instrad of a stack. Furthermore, a position is
123         stored using paragraph id/paragraph position.
124
125         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
126         Remove LFUN_REF_BACK.
127
128 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
129
130         * converter.C (dvipdfm_options): New method.
131
132 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
133
134         * vspace.C (isValidLength): Fix for empty input string.
135
136 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
137
138         * LyXAction.C (init): change description of LFUN_FIGURE to
139         "Insert Graphics"
140
141 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
142
143         * LaTeX.C: add using directive
144
145 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
146
147         * MenuBackend.C (expand): Fix the sorting of the formats.
148
149 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
150
151         * lyx_main.C: tiny error message fix
152
153 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
154
155         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
156         calling fl_initialize(). This fixes the problem with ',' as
157         decimal separator in text files.
158
159 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
160
161         * trans.C (process): Fix the keymap bug.
162
163 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
164
165         * LaTeX.C (scanAuxFiles): New method. Provides support for
166         multiple bibliographies (when using the bibtopic/bibunits pacakges).
167         (scanLogFile) Scan for "run BibTeX" messages.
168
169         * buffer.C (makeLaTeXFile): Do not load the ae package when using
170         OT1 font encoding. Also, load the aecompl package if the ae
171         package is loaded.
172
173         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
174
175 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
176
177         * texrow.C (increasePos): turn two error messages into debug
178         messages. 
179
180 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
181
182         * LaTeX.C (scanAux): Handle the \@input macro.
183         (runBibTeX): Use scanAux().
184
185         * language.C (latex_options_): New field.
186
187         * LaTeXFeatures.C (getMacros): Add language macros.
188
189         * buffer.C (makeLaTeXFile): Small fix.
190
191 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
192
193         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
194
195         * text2.C: add a using directive.
196
197 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
198
199         * BufferView2.C:
200         * lyx_gui_misc.h:
201         * lyxfr1.C:
202         * lyxfunc.C: kill LyXBell.
203
204 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * text.C (IsBoundary): Remove the error message
207         
208         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
209
210         * lyxrc.C (setDefaults): Correct initialization value for
211         font_norm_type.
212
213 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
214
215         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
216         gotoError().
217
218         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
219         and GotoNextNote().
220
221         * src/LyXAction.C: Added reference-next.
222
223         * text.C (InsertChar): Use contains instead of strchr.
224
225         * lyx_cb.C (MenuInsertLabel): Enable default value code.
226
227 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
228
229         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
230         alignment commands (when needed).
231
232         * text.C (InsertChar): Add ':' to number separator chars.