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