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