]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
mathed31.diff
[lyx.git] / src / ChangeLog
1 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
4
5 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
6
7         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
8         whether to run bibtex.
9
10 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
11
12         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13
14 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15
16         * Makefile.am (lyx_SOURCES): removed bibforms.h
17
18         * vspace.h: doxygen
19
20         * text.C (GetVisibleRow): make several local vars const
21
22         * tabular.C: small cleanup.
23
24         * lyxserver.C (callback): use compare instead of strncmp
25
26         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
27         inlines to after class or to paragraph.C
28
29         * lyxfont.h: remove friend operator!=
30
31         * converter.h: move friend bool operator< to non friend and after
32         class def.
33
34         * combox.h: small cleanup
35
36         * buffer.h: doxygen, remove unused constructor, move inclas inlies
37         to inlines after class def.
38
39         * buffer.C (pop_tag): use string operations instead of strcmp
40
41         * bmtable.c: doxygen, small cleanup
42
43         * LaTeX.h: remove friend operator==
44
45 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
46
47         * screen.C: 
48         * lyxrc.[Ch]:
49         * lyxfunc.C: 
50         * lyxfont.[Ch]: 
51         * lyx_cb.C: 
52         * intl.[Ch]: 
53         * commandtags.h: 
54         * buffer.C: 
55         * WorkArea.[Ch]: 
56         * LyXAction.C: 
57         * BufferView_pimpl.C:
58         * BufferView.[Ch]: remove cruft
59
60 2001-02-14  Juergen Vigna  <jug@sad.it>
61
62         * lyxfunc.C: removed #if 0 unused code
63
64         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
65
66         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
67
68         * text2.C (SetSelection): added a BufferView * parameter
69
70 2001-02-13  Juergen Vigna  <jug@sad.it>
71
72         * lyxfunc.C (Dispatch): fixed protected blank problem.
73         * BufferView2.C (protectedBlank): added LyxText * parameter.
74
75         * tabular.C (AppendRow): forgot to set row_info of newly added row.
76         (AppendColumn): same as above for column_info.
77
78         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
79         (moveCursorUpdate): use a LyXText param for support of InsetText.
80
81         * BufferView_pimpl.C (doubleClick): added support for InsetText.
82         (tripleClick): ditto
83
84         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
85
86         * BufferView_pimpl.C (update): added LyXText param to honor insets.
87
88         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
89
90         * text2.C (SetSelection): set correct update status if inset_owner
91         (ToggleFree): ditto
92
93 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
94
95         * tabular.C: remove some commented code.
96
97 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
98
99         * BufferView_pimpl.C: call hideSplash()
100
101         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
102
103         * include_form.h:
104         * bibforms.h: remove
105
106         * lyxfunc.C:
107         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
108           add LFUN_CHILD_CREATE
109
110         * counters.h: fix tiny typo
111         
112         * lyx_cb.C:
113         * lyx.h:
114         * lyx_gui.C:
115         * lyx.C: move splash to frontends/xforms/
116
117         * lyx_gui_misc.C: move Include and Bibform to frontends
118
119         * lyxvc.h: clarify comment
120
121         * vspace.C: tiny housekeeping
122
123 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
124
125         * text.C (PrepareToPrint): RTL Fix.
126
127         * paragraph.C (GetUChar): New method.
128         (String):  Use GetUChar.
129
130         * buffer.C (asciiParagraph): Use GetUChar.
131
132 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
133
134         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
135
136 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
137
138         * buffer.h:
139         * buffer.C: rename to getLogName(), handle
140           build log / latex log nicely
141
142 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
143
144         * MenuBackend.C: 
145         * MenuBackend.h: remove support for reference menuitem type.
146
147 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
148
149         * BufferView_pimpl.C: housekeeping
150         * BufferView_pimpl.h:
151         * LyXView.h:
152         * Makefile.am:
153         * Timeout.C:
154         * Timeout.h:
155         * minibuffer.h: move Timeout GUI-I
156                           
157 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
158
159         * lyxrc.C (read): Update converters data-structures.
160
161 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
162
163         * LaTeX.h (operator!=): add operator != for Aux_Info 
164
165 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
166
167         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
168
169         * LaTeXLog.C: deleted, useful code moved to Buffer
170
171         * buffer.h:
172         * buffer.C: new function getLatexLogName()
173
174         * lyx_gui_misc.C:
175         * lyx_gui.C:
176         * lyxvc.C:
177         * lyxvc.h:
178         * lyxfunc.C: use frontends for LaTeX and VC logs
179
180 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
181
182         * LaTeX.h: yet another std:: that Allan forgot.
183
184         * Variables.C (set): renamed from isset(), because this clashes
185         with some HP-UX macros (grr).
186
187 2001-02-06  Allan Rae  <rae@lyx.org>
188
189         * LaTeX.h: Another bug fix.  Missing std:: this time.
190
191 2001-02-04  Allan Rae  <rae@lyx.org>
192
193         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
194         floats problem. I've left it commented out because it's not quite
195         correct.  It should also test that the current object is a table or
196         figure inset.  But I haven't gotten around to figuring out how to do
197         that.  I *think* it'll be something like: "table" == inset.type()
198
199         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
200         bool.
201
202 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
203
204         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
205         all the citation/databases/styles in the auxilary file. 
206         (run): Rerun latex if there was a babel language error.
207
208 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
209
210         * text.C (Backspace): Preserve the font when changing newline char
211         with a space.
212         (BreakParagraph): If the cursor is before a space, delete the space.
213
214         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
215
216 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
217
218         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
219         new argument (code).
220         (ChangeCitationsIfUnique): New method.
221
222         * paragraph.C (GetPositionOfInset): Handle bibkey.
223
224 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
225
226         * BufferView_pimpl.h: change type of Position::par_pos to
227         LyXParagraph::size_type. 
228
229 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
230
231         * BufferView_pimpl.C (savePosition, restorePosition): Write
232         messages to minibuffer.
233
234 2001-01-28  José Matos  <jamatos@fep.up.pt>
235
236         * buffer.C (makeDocBookFile): adds support for document language.
237         A silly restriction on the name of LatexCommand types where removed.
238         Added support for CDATA sections, allows to chars unescaped, used
239         among others in code, to avoid escape < and >.
240         
241 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
242
243         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
244         saved positions instrad of a stack. Furthermore, a position is
245         stored using paragraph id/paragraph position.
246
247         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
248         Remove LFUN_REF_BACK.
249
250 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
251
252         * converter.C (dvipdfm_options): New method.
253
254 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
255
256         * vspace.C (isValidLength): Fix for empty input string.
257
258 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
259
260         * LyXAction.C (init): change description of LFUN_FIGURE to
261         "Insert Graphics"
262
263 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
264
265         * LaTeX.C: add using directive
266
267 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
268
269         * MenuBackend.C (expand): Fix the sorting of the formats.
270
271 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
272
273         * lyx_main.C: tiny error message fix
274
275 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
276
277         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
278         calling fl_initialize(). This fixes the problem with ',' as
279         decimal separator in text files.
280
281 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
282
283         * trans.C (process): Fix the keymap bug.
284
285 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
286
287         * LaTeX.C (scanAuxFiles): New method. Provides support for
288         multiple bibliographies (when using the bibtopic/bibunits pacakges).
289         (scanLogFile) Scan for "run BibTeX" messages.
290
291         * buffer.C (makeLaTeXFile): Do not load the ae package when using
292         OT1 font encoding. Also, load the aecompl package if the ae
293         package is loaded.
294
295         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
296
297 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
298
299         * texrow.C (increasePos): turn two error messages into debug
300         messages. 
301
302 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
303
304         * LaTeX.C (scanAux): Handle the \@input macro.
305         (runBibTeX): Use scanAux().
306
307         * language.C (latex_options_): New field.
308
309         * LaTeXFeatures.C (getMacros): Add language macros.
310
311         * buffer.C (makeLaTeXFile): Small fix.
312
313 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
314
315         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
316
317         * text2.C: add a using directive.
318
319 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
320
321         * BufferView2.C:
322         * lyx_gui_misc.h:
323         * lyxfr1.C:
324         * lyxfunc.C: kill LyXBell.
325
326 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
327
328         * text.C (IsBoundary): Remove the error message
329         
330         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
331
332         * lyxrc.C (setDefaults): Correct initialization value for
333         font_norm_type.
334
335 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
336
337         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
338         gotoError().
339
340         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
341         and GotoNextNote().
342
343         * src/LyXAction.C: Added reference-next.
344
345         * text.C (InsertChar): Use contains instead of strchr.
346
347         * lyx_cb.C (MenuInsertLabel): Enable default value code.
348
349 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
350
351         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
352         alignment commands (when needed).
353
354         * text.C (InsertChar): Add ':' to number separator chars.