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