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