]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
d079dd3c0535830a4ee3e73400944c8713f7bd7a
[lyx.git] / src / ChangeLog
1 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * lyxfunc.C (Dispatch): 
4         * minibuffer.C: 
5         * minibuffer.h: add a few std:: qualifiers
6
7 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8
9         * minibuffer.[Ch]: reimplement so that commands is initiated and
10         run from lyxfunc, simplified som handling, and made the completion
11         and history code for complete. wip. 
12
13         * lyxfunc.C (processKeySym): call message
14         (miniDispatch): new temporary method
15         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16         (LFUN_MESSAGE): implement
17         (LFUN_MESSAGE_PUSH): implement
18         (LFUN_MESSAGE_POP): implement
19         (initMiniBuffer): the initial/defualt minibuffer message.
20
21         * lyxfont.[Ch]: inline some more getters
22
23         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
24
25         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
26
27         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
28         (AutoSave): use LFUN_MESSAGE
29         (Reconfigure): ditto
30
31         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
32
33         * figureForm.C: use LFUN_MESSAGE
34
35         * converter.C (runLaTeX): use LFUN_MESSAGE
36
37         * bufferview_funcs.C: use LFUN_MESSAGE
38         (Melt): ditto
39         (changeDepth): ditto
40
41         * bufferparams.h: use boost::
42
43         * bufferlist.h: inherit privately from noncopyable
44
45         * bufferlist.C (loadLyXFile): remove some commented code.
46
47         * buffer.C (runChktex): use LFUN_MESSAGE
48
49         * ShareContainer.h: inherit privately from noncopyable
50
51         * ParagraphParameters.[hC] (depth): inline it.
52
53         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
54         methods.
55         (message): new method
56         (messagePush): ditto
57         (messagePop): ditto
58         (show): init minibuffer
59         (showState): direct call
60
61         * LaTeX.[Ch]: inherit privately from noncopyable
62         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
63         instead of WriteStatus.
64
65         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
66
67         * BufferView_pimpl.C (buffer): don't init minibuffer
68         (workAreaButtonPress): use LFUN_MESSAGE
69         (workAreaButtonRelease): ditto
70         (savePosition): ditto
71         (restorePosition): ditto
72         (MenuInsertLyXFile): ditto
73         (workAreaExpose): don't init minibuffer
74         (update): remove commented code, simplify
75
76         * BufferView2.C (openStuff): use LFUN_MESSAGE
77         (toggleFloat): ditto
78         (menuUndo): ditto
79         (menuRedo): ditto
80         (copyEnvironment): ditto
81         (pasteEnvironment): ditto
82         (copy): ditto
83         (cut): ditto
84         (paste): ditto
85         (gotoInset): ditto
86         (updateInset): remove some commented code
87
88         * lastfiles.h: inherit privately from noncopyable
89         * layout.h: ditto
90         * lyx_gui.h: ditto
91         * lyx_main.h: ditto
92         * lyxlex.h: ditto
93         * lyxlex_pimpl.h: ditto
94
95         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
96         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
97         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
98
99         * LyXAction.h: inherit privately from noncopyable, add methods
100         func_begin, func_end, returning iterators to the func map.
101
102         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
103         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
104         (func_begin): new method
105         (func_end): new method
106
107         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
108         and not)
109         (copySelection): ditto
110         (pasteSelection): ditto
111
112         * BufferView.C: whitespace change
113         * BufferView.h: inherit privately from noncopyable
114
115 2001-04-16  Allan Rae  <rae@lyx.org>
116
117         * tabular-old.C (l_getline): 
118         * spellchecker.C (sc_check_word): 
119         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
120         an unrecognised preprocessor directive.  So ensure they're wrapped. 
121
122 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
123
124         * src/exporter.C (Export): Give an error message when path to file 
125         contains spaces.
126
127 2001-04-13  Juergen Vigna  <jug@sad.it>
128
129         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
130         (LyXTabular): tried to minimize operator= operations (and realized
131         hopfully Lars wish).
132
133 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
134
135         * LaTeX.C (deplog): Always check that foundfile exists.
136
137 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
138
139         * lyx_main.h: 
140         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
141
142 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
143
144         * tabular.[Ch] (getLabelList): implement new method
145
146         * minibuffer.h: comment ouf setTiimer
147
148         * minibuffer.C (ExecutingCB): constify res
149         (peek_event): constify s
150         (Set): constify ntext
151         (Init): constify nicename
152
153         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
154
155         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
156         (savePosition): use two params to Minibuffer::Set
157         (restorePosition): ditto
158
159 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
160
161         * lyx_main.C: include language.h
162
163         * Makefile.am (lyx_main.o): add language.h
164
165 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
166
167         * exporter.C: 
168         * paragraph.C: 
169         * screen.C: 
170         * tabular.C: 
171         * CutAndPaste.C: include gettext.h
172
173         * lyxfont.h: remove old hack with ON and OFF.
174
175         * lyxparagraph.h: 
176         * lyxfont.h: do not include language.h...
177
178         * BufferView2.C: 
179         * LaTeXFeatures.C: 
180         * Painter.C: 
181         * bufferview_funcs.C: 
182         * font.C: 
183         * lyxfont.C: 
184         * text.C: 
185         * text2.C: 
186         * trans_mgr.C: 
187         * paragraph.C: ... but do it here instead
188
189 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
190
191         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
192
193         * tabular.C: small reformat
194
195         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
196         NEW_INSETS version
197         (GetChar): ditto
198         (BreakParagraph): ditto
199         (SetOnlyLayout): ditto
200         (SetLayout): ditto
201
202         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
203         with one arg less.
204
205         * lastfiles.C: removed most using decl, add std:: where needed
206
207         * buffer.C: ws changes
208
209         * MenuBackend.C (class compare_format): put into anon namespace
210         (expand): constify label, names, action, action2
211         (expand): 
212
213         * text.C (SingleWidth): constify font
214         (IsBoundary): constify rtl2
215         (GetVisibleRow): constify ww
216
217         * LaTeX.C (deplog): constify logfile
218
219         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
220         start_x, end_x
221         (workAreaExpose): constify widthChange, heightChange
222
223         * lyxrow.C (par): moved
224         (height): moved
225         (next): moved
226         * lyxrow.h: as inlines here
227
228         * lyxfont.h (shape): moved from lyxfont.C
229         (emph): moved from lyxfont.C
230
231         * lyxfont.C (LyXFont): use initialization list for all
232         constructors
233         (shape): move to lyxfont.h as inline
234         (emph): move to lyxfont.h as inline
235         
236
237 2001-04-04  Juergen Vigna  <jug@sad.it>
238
239         * vspace.C: had to include stdio.h for use of sscanf
240
241 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
242
243         * BufferView.h: 
244         * BufferView_pimpl.h: remove xforms cruft. Both classes are
245         independent of xforms.
246
247 2001-04-02  Juergen Vigna  <jug@sad.it>
248
249         * spellchecker.C: fixed namespace placing!
250
251 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
254         the LyXParagraph * is 0.
255
256 2001-03-29  Juergen Vigna  <jug@sad.it>
257
258         * vspace.C: added support for %, c%, p%, l%.
259         (stringFromUnit): added helper function.
260         (asLatexString): changed to give right results for the %-values.
261
262         * buffer.C: convert the widthp in a width%.
263
264 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
265
266         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
267         figureForm.[Ch].
268
269         * figureForm.[Ch]: stripped the FD_from_figure manipulation
270         code out of lux_cb.[Ch], ready for its (imminent?) removal.
271
272         * lyx_cb.[Ch]: see above.
273
274         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
275         form1.[Ch].
276
277         * form1.[Ch]:
278         * lyx.[Ch]: replaced by figure_form.[Ch].
279
280         * lyx_gui.C:
281         * lyx_gui_misc.C:
282         * lyxfunc.C: changed headers associated with above changes.
283
284 2001-03-27  Juergen Vigna  <jug@sad.it>
285
286         * BufferView_pimpl.C: set the temporary cursor right!
287
288 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
289
290         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
291
292 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
293
294         * LString.h: removed "using std::getline"!
295
296         * BufferView_pimpl.C (Dispatch): changes due to changes in
297         InsetInclude::Params.
298
299         * buffer.C (tag_name): removed redundant break statements as they were
300         producing lots of warnings with my compiler.
301
302 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
303
304         * LString.h: add "using std::getline" when using the real <string>.
305
306 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
307
308         * buffer.C: removed bitset usage.
309         PAR_TAG moved to an anonymous name space.
310         (tag_name): new funtion, also in the anonymous namespace.
311         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
312         (makeDocBookFile): clean code. Completed transition from string arrays
313         to string vectors.
314         (SimpleDocBookOnePar): code clean.
315
316 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
317
318         * tabular.C: add some comments.
319
320 2001-03-22  Juergen Vigna  <jug@sad.it>
321
322         * buffer.C (parseSingleLyXformat2Token): redone the minipage
323         compatibility read a bit and fixed bug with minipage in different
324         depth.
325
326 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
327
328         * buffer.C (pop_tag): removed.
329         (push_tag): removed.
330         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
331         array replaced with vector. Added support for CDATA sections.
332         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
333         at any nest level.
334         (makeDocBookFile): XML conformant declaration of CDATA section,
335         fixed bug related to <emphasis> in the first paragraph char.
336         (sgmlOpenTag): exclude empty tags.
337         (sgmlCloseTag): ditto.
338         
339         * buffer.h (pop_tag): removed.
340         (push_tag): removed.
341
342 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
343
344         * language.h (Languages): added size_type and size().
345
346 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
347
348         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
349         response on compability reading of minipages. One probliem is that
350         the old usage of minipages was «flertydig» 
351
352         * several files here and in subdirs: don't use static at file
353         scope use anon namespaces instead.
354
355 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
356
357         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
358         LaTeX output. This is necessary for Literate document
359         processing.
360
361 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
362
363         * buffer.C: insert hfill when needed.
364
365         * tabular.C (l_getline): use string::erase, small whitespace change.
366
367         * BufferView_pimpl.C: try the anon namespace.
368         * WorkArea.C: ditto
369
370 2001-03-16  Juergen Vigna  <jug@sad.it>
371
372         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
373         otherwise it won't open options-dialogs.
374
375         * buffer.C: honor pextraWidth(p) on converting minipages.
376
377         * tabular.C (l_getline): changed the functions to strip trailing \r.
378
379 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
380
381         * BufferView_pimpl.C:
382         * minibuffer..C: added "using SigC::slot" declaration.
383
384 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
385
386         * lyxlex_pimpl.h: noncopyable is in namespace boost.
387
388         * text2.C: ditto
389
390         * text.C: ditto
391
392         * paragraph.C: ditto
393
394         * lyxtext.h: NO_PEXTRA
395
396         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
397
398         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
399         * ParameterStruct.h: ditto
400         * ParagraphParameters.h: ditto 
401         * lyxparagraph.h: ditto
402
403 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
404
405         * buffer.C: add compability for minipage alignment.
406         (latexParagraphs): remove unwanted pextra check.
407
408         * several files: remove CXX_WORKING_NAMESPACES
409
410         * buffer.C (pop_tag): tie is in namespace boost
411
412         * BufferView.h: noncopyable is in namespace boost
413         * lyxlex.h: ditto
414         * lyx_main.h: ditto
415         * lyx_gui.h: ditto
416         * layout.h: ditto
417         * lastfiles.h: ditto
418         * bufferlist.h: ditto
419         * ShareContainer.h: ditto
420         * LyXView.h: ditto
421         * LyXAction.h: ditto
422         * LaTeX.h: ditto
423
424 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
425
426         * Merging changes from BRANCH_MVC back into HEAD.
427
428         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
429
430 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
431
432         * BufferView_pimpl.C: change from intl.C
433
434         * combox.h:
435         * combox.C:
436         * Makefile.am: move combox.*
437
438         * form1.h:
439         * form1.C:
440         * lyx_gui.C:
441         * intl.h:
442         * intl.C: remove dialog (covered by prefs)
443
444 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
445
446         * lyxfunc.C (Dispatch): removed redundant break statement.
447         
448 2001-03-14  Juergen Vigna  <jug@sad.it>
449
450         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
451
452 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
453
454         * buffer.C: add hack to fix compability reading of minipages.
455
456 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
457
458         * buffer.C (getLists): Cleanup.
459
460 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
461
462         * lyxfont.C (update): don't honor toggleall on font size.
463
464 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
465
466         * bmtable.c:
467         * bmtable.h:
468         * Makefile.am: moved to frontends/xforms/
469
470         * lyx_gui_misc.C:
471         * lyxfunc.C:
472         * BufferView_pimpl.C: changes for moved mathpanel
473
474 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
475
476         * gettext.h: fix gettext_init() in --disable-nls
477
478 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
479
480         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
481
482 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
483
484         * lyx.C:
485         * lyx.h: strip external form
486
487 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
488
489         * BufferView_pimpl.C: add comment, destroySplash()
490
491 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
492
493         * BufferView_pimpl.C:
494         * LyXAction.C:
495         * buffer.C:
496         * commandtags.h:
497         * lyxfunc.C: use re-worked insetinclude
498
499 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
500
501         * buffer.C: add using std::stringstream.
502
503         * lyx_cb.C: readd using std::ios.
504
505         * buffer.C: add using std::map.
506
507         * BufferView_pimpl.C: add using std::vector.
508
509         * ShareContainer.h: add std:: to swap.
510
511         * buffer.h: add some typedefs
512         * buffer.C (getLists): use them
513         (getLists): renamed from getTocList.
514         add a counter for the different float types and use it in the
515         generated string.
516         (getLists): use the same counter for the NEW_INSETS and the "non"
517         NEW_INSETS
518
519         * lyx_cb.h: remove unused items, includes, using etc.
520
521         * ShareContainer.h: remove some commented code, add more comments
522         and "documentation".
523
524 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
525
526         * buffer.C (getTocList): make the list also when NEW_INSETS is
527         defined.
528
529         * buffer.h: remove TocType
530
531         * buffer.C (getTocList): change to return a map<string,
532         vector<TocItem> >, implement for dynamic number of list.
533
534         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
535         * text2.C (PasteSelection): adjust
536         * CutAndPaste.C (pasteSelection): adjust
537
538         * FloatList.C (FloatList): update from the new_insets branch.
539         * Floating.[Ch]: ditto
540         * LaTeXFeatures.C: ditto
541         * buffer.C: ditto
542         * lyxlex_pimpl.C: ditto
543         
544         * paragraph.C (Last): remove when NEW_INSETS is defined.
545
546         * other file: changes because of the above.
547
548 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
549
550         * lyxparagraph.h: rename next to next_, previous to previous_,
551         make them private for NEW_INSETS. Rename Next() to next(),
552         Previous() to previous().
553
554         * other files: changes because of the above.
555
556 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
557
558         * BufferView.h: 
559         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
560         problem.
561
562 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
563
564         * main.C (main): pass lyx_localedir to gettext_init().
565
566         * gettext.h: remove locale_init and gettext_init macros
567
568         * gettext.C (locale_init): new function
569         (gettext_init): new function
570
571         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
572         setlocale().
573
574 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
575
576         * Moved credits to frontends:
577         * credits.[Ch]: removed
578         * credits_form.[Ch]: removed
579         * lyx_gui_misc.C: remove credits stuff
580         * Makefile.am:
581
582 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
583
584         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
585
586         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
587         unneeded destructor.
588
589         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
590         a standalone pointer again.
591
592         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
593
594 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
595
596         * Makefile.am:
597         * filedlg.h:
598         * filedlg.C:
599         * LyXAction.C:
600         * ToolbarDefaults.C:
601         * bufferlist.C:
602         * commandtags.h:
603         * form1.C:
604         * form1.h:
605         * lyx_cb.C:
606         * lyx_cb.h:
607         * lyxfunc.h:
608         * lyxfunc.C:
609         * BufferView_pimpl.C: use new file dialog in GUII
610
611         * lyx_cb.h:
612         * lyx_cb.C: remove LayoutsCB to Toolbar
613
614 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
615
616         * ShareContainer.h (get): add std:: qualifier
617
618 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
619
620         * ShareContainer.h: define a proper ShareContainer::value_type
621         type (and use typename to please compaq cxx)
622
623 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
624
625         * lyxparagraph.h: move serveral local vars to
626         ParameterStruct/ParagraphParameters., use ShareContainer in
627         FontTable., make vars in FontTable private and add getter and
628         setter.
629
630         * paragraph.C: changes because of the above.
631
632         * lyxfont.h: remove copy constructor and copy assignment. (the
633         default ones is ok), move number inside FontBits. move inlines to
634         lyxfont.C 
635
636         * lyxfont.C: add number to initializaton of statics, move several
637         inlines here. constify several local vars. some whitespace
638         cleanup. Dont hide outerscope variables.
639
640         * Spacing.h: add two new constructors to match the set methods.
641
642         * ShareContainer.h: new file, will perhaps be moved to support
643
644         * ParameterStruct.h: new file
645
646         * ParagraphParameters.h: new file
647
648         * ParagraphParameters.C: new file
649
650         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
651         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
652
653         * BufferView_pimpl.C: ParagraphParameter changes.
654         * buffer.C: Likewise.
655         * bufferview_funcs.C: Likewise.
656         * text.C: Likewise.
657         * text2.C: Likewise.
658         
659 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
660
661         * lyxfind.C (LyXReplace): do not redefine default argument in
662         implementation. 
663         (IsStringInText): ditto
664         (SearchForward): ditto
665         (SearchBackward): ditto
666
667 2001-03-06  Juergen Vigna  <jug@sad.it>
668
669         * lyxfind.C (IsStringInText): put parentes around expressions.
670
671 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
672
673         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
674         
675 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
676
677         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
678
679         * stl_string_fwd.h: add comment
680
681         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
682
683         * tabular.h:
684         * tabular.C: remove unused DocBook methods
685
686         * intl.C:
687         * language.C:
688         * paragraph.C:
689         * buffer.C:
690         killed DO_USE_DEFAULT_LANGUAGE
691
692 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
693
694         * lyx_gui.C: do not include language.h.
695
696         * bufferview_funcs.C (ToggleAndShow): do not provide optional
697         arguments in function implementation.
698
699 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
700
701         * BufferView_pimpl.C: add <ctime>
702
703 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
704
705         * BufferView_pimpl.C: add using std::find_if
706
707 2001-02-27  José Matos  <jamatos@fep.up.pt>
708         
709         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
710         by OnlyPath.
711         
712 2001-02-11  José Matos  <jamatos@fep.up.pt>
713
714         * buffer.C (makeDocBookFile): command styles now have a parameter as
715         "title" by default.
716
717 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
718
719         * layout_forms.[Ch]: removed
720         * lyx_cb.[Ch]: out character
721         * lyx_gui.C: out character
722         * lyx_gui_misc.C: out character
723         * bufferview_funcs.C: : out character,
724         added toggleall as parameter in ToggleAndShow
725                    
726 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
727
728         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
729
730         * text2.C (SetCurrentFont): Disable number property at boundary.
731
732 2001-02-26  Juergen Vigna  <jug@sad.it>
733
734         * lyxfunc.C (getStatus): added a string argument override function so
735         that this is correctly called from LyXFunc::Dispatch if it contains a
736         do_not_use_argument which is used!
737         (Dispatch): added check for "custom" export and call appropriate func.
738
739 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
740
741         * lyxrc.C: Add language_command_local, language_use_babel and
742         language_global_options.
743
744         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
745
746         * buffer.C (makeLaTeXFile): Use language_use_babel and 
747         language_global_options.
748
749 2001-02-23  Juergen Vigna  <jug@sad.it>
750
751         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
752         which works with LyXText and putted it inside BufferView. Here now we
753         only call for that part the BufferView::Dispatch() function.
754
755         * BufferView.C (Dispatch): added.
756
757         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
758         functions which needs to use a LyXText over from LyXFunc.
759         (MenuInsertLyXFile): added
760         (getInsetByCode): added
761         (moveCursorUpdate): added
762         (static TEXT): added
763
764 2001-02-22  Juergen Vigna  <jug@sad.it>
765
766         * BufferView_pimpl.C (update): call a status update to see if LyXText
767         needs it.
768
769 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
770
771         * vc-backend.C (revert): implement for CVS
772         (getLog): implement for CVS
773
774 2001-02-20  Juergen Vigna  <jug@sad.it>
775
776         * text2.C (ClearSelection): added BufferView param for inset_owner call
777
778         * lyxfunc.C (TEXT): added this function and use it instead of
779         directly owner->view()-text of getLyXText().
780
781 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
782
783         * src/layout_forms.C: out preamble
784         * src/layout_forms.h: out preamble
785         * src/lyx_cb.C: out preamble
786         * src/lyx_cb.h: out preamble
787         * src/lyx_gui.C: out preamble
788         * src/lyx_gui_misc.C: out preamble
789         * src/lyxfunc.C: connect with guii preamble
790
791 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
792
793         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
794
795 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
796
797         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
798         whether to run bibtex.
799
800 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
801
802         * Makefile.am (lyx_SOURCES): Remove BackStack.h
803
804 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
805
806         * Makefile.am (lyx_SOURCES): removed bibforms.h
807
808         * vspace.h: doxygen
809
810         * text.C (GetVisibleRow): make several local vars const
811
812         * tabular.C: small cleanup.
813
814         * lyxserver.C (callback): use compare instead of strncmp
815
816         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
817         inlines to after class or to paragraph.C
818
819         * lyxfont.h: remove friend operator!=
820
821         * converter.h: move friend bool operator< to non friend and after
822         class def.
823
824         * combox.h: small cleanup
825
826         * buffer.h: doxygen, remove unused constructor, move inclas inlies
827         to inlines after class def.
828
829         * buffer.C (pop_tag): use string operations instead of strcmp
830
831         * bmtable.c: doxygen, small cleanup
832
833         * LaTeX.h: remove friend operator==
834
835 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
836
837         * screen.C: 
838         * lyxrc.[Ch]:
839         * lyxfunc.C: 
840         * lyxfont.[Ch]: 
841         * lyx_cb.C: 
842         * intl.[Ch]: 
843         * commandtags.h: 
844         * buffer.C: 
845         * WorkArea.[Ch]: 
846         * LyXAction.C: 
847         * BufferView_pimpl.C:
848         * BufferView.[Ch]: remove cruft
849
850 2001-02-14  Juergen Vigna  <jug@sad.it>
851
852         * lyxfunc.C: removed #if 0 unused code
853
854         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
855
856         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
857
858         * text2.C (SetSelection): added a BufferView * parameter
859
860 2001-02-13  Juergen Vigna  <jug@sad.it>
861
862         * lyxfunc.C (Dispatch): fixed protected blank problem.
863         * BufferView2.C (protectedBlank): added LyxText * parameter.
864
865         * tabular.C (AppendRow): forgot to set row_info of newly added row.
866         (AppendColumn): same as above for column_info.
867
868         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
869         (moveCursorUpdate): use a LyXText param for support of InsetText.
870
871         * BufferView_pimpl.C (doubleClick): added support for InsetText.
872         (tripleClick): ditto
873
874         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
875
876         * BufferView_pimpl.C (update): added LyXText param to honor insets.
877
878         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
879
880         * text2.C (SetSelection): set correct update status if inset_owner
881         (ToggleFree): ditto
882
883 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
884
885         * tabular.C: remove some commented code.
886
887 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
888
889         * BufferView_pimpl.C: call hideSplash()
890
891         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
892
893         * include_form.h:
894         * bibforms.h: remove
895
896         * lyxfunc.C:
897         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
898           add LFUN_CHILD_CREATE
899
900         * counters.h: fix tiny typo
901         
902         * lyx_cb.C:
903         * lyx.h:
904         * lyx_gui.C:
905         * lyx.C: move splash to frontends/xforms/
906
907         * lyx_gui_misc.C: move Include and Bibform to frontends
908
909         * lyxvc.h: clarify comment
910
911         * vspace.C: tiny housekeeping
912
913 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
914
915         * text.C (PrepareToPrint): RTL Fix.
916
917         * paragraph.C (GetUChar): New method.
918         (String):  Use GetUChar.
919
920         * buffer.C (asciiParagraph): Use GetUChar.
921
922 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
923
924         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
925
926 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
927
928         * buffer.h:
929         * buffer.C: rename to getLogName(), handle
930           build log / latex log nicely
931
932 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
933
934         * MenuBackend.C: 
935         * MenuBackend.h: remove support for reference menuitem type.
936
937 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
938
939         * BufferView_pimpl.C: housekeeping
940         * BufferView_pimpl.h:
941         * LyXView.h:
942         * Makefile.am:
943         * Timeout.C:
944         * Timeout.h:
945         * minibuffer.h: move Timeout GUI-I
946                           
947 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
948
949         * lyxrc.C (read): Update converters data-structures.
950
951 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
952
953         * LaTeX.h (operator!=): add operator != for Aux_Info 
954
955 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
956
957         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
958
959         * LaTeXLog.C: deleted, useful code moved to Buffer
960
961         * buffer.h:
962         * buffer.C: new function getLatexLogName()
963
964         * lyx_gui_misc.C:
965         * lyx_gui.C:
966         * lyxvc.C:
967         * lyxvc.h:
968         * lyxfunc.C: use frontends for LaTeX and VC logs
969
970 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
971
972         * LaTeX.h: yet another std:: that Allan forgot.
973
974         * Variables.C (set): renamed from isset(), because this clashes
975         with some HP-UX macros (grr).
976
977 2001-02-06  Allan Rae  <rae@lyx.org>
978
979         * LaTeX.h: Another bug fix.  Missing std:: this time.
980
981 2001-02-04  Allan Rae  <rae@lyx.org>
982
983         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
984         floats problem. I've left it commented out because it's not quite
985         correct.  It should also test that the current object is a table or
986         figure inset.  But I haven't gotten around to figuring out how to do
987         that.  I *think* it'll be something like: "table" == inset.type()
988
989         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
990         bool.
991
992 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
993
994         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
995         all the citation/databases/styles in the auxilary file. 
996         (run): Rerun latex if there was a babel language error.
997
998 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
999
1000         * text.C (Backspace): Preserve the font when changing newline char
1001         with a space.
1002         (BreakParagraph): If the cursor is before a space, delete the space.
1003
1004         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1005
1006 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1007
1008         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1009         new argument (code).
1010         (ChangeCitationsIfUnique): New method.
1011
1012         * paragraph.C (GetPositionOfInset): Handle bibkey.
1013
1014 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1015
1016         * BufferView_pimpl.h: change type of Position::par_pos to
1017         LyXParagraph::size_type. 
1018
1019 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1020
1021         * BufferView_pimpl.C (savePosition, restorePosition): Write
1022         messages to minibuffer.
1023
1024 2001-01-28  José Matos  <jamatos@fep.up.pt>
1025
1026         * buffer.C (makeDocBookFile): adds support for document language.
1027         A silly restriction on the name of LatexCommand types where removed.
1028         Added support for CDATA sections, allows to chars unescaped, used
1029         among others in code, to avoid escape < and >.
1030         
1031 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1032
1033         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1034         saved positions instrad of a stack. Furthermore, a position is
1035         stored using paragraph id/paragraph position.
1036
1037         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1038         Remove LFUN_REF_BACK.
1039
1040 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1041
1042         * converter.C (dvipdfm_options): New method.
1043
1044 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1045
1046         * vspace.C (isValidLength): Fix for empty input string.
1047
1048 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1049
1050         * LyXAction.C (init): change description of LFUN_FIGURE to
1051         "Insert Graphics"
1052
1053 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1054
1055         * LaTeX.C: add using directive
1056
1057 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1058
1059         * MenuBackend.C (expand): Fix the sorting of the formats.
1060
1061 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1062
1063         * lyx_main.C: tiny error message fix
1064
1065 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1066
1067         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1068         calling fl_initialize(). This fixes the problem with ',' as
1069         decimal separator in text files.
1070
1071 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1072
1073         * trans.C (process): Fix the keymap bug.
1074
1075 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1076
1077         * LaTeX.C (scanAuxFiles): New method. Provides support for
1078         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1079         (scanLogFile) Scan for "run BibTeX" messages.
1080
1081         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1082         OT1 font encoding. Also, load the aecompl package if the ae
1083         package is loaded.
1084
1085         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1086
1087 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1088
1089         * texrow.C (increasePos): turn two error messages into debug
1090         messages. 
1091
1092 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1093
1094         * LaTeX.C (scanAux): Handle the \@input macro.
1095         (runBibTeX): Use scanAux().
1096
1097         * language.C (latex_options_): New field.
1098
1099         * LaTeXFeatures.C (getMacros): Add language macros.
1100
1101         * buffer.C (makeLaTeXFile): Small fix.
1102
1103 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1104
1105         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1106
1107         * text2.C: add a using directive.
1108
1109 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1110
1111         * BufferView2.C:
1112         * lyx_gui_misc.h:
1113         * lyxfr1.C:
1114         * lyxfunc.C: kill LyXBell.
1115
1116 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1117
1118         * text.C (IsBoundary): Remove the error message
1119         
1120         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1121
1122         * lyxrc.C (setDefaults): Correct initialization value for
1123         font_norm_type.
1124
1125 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1126
1127         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1128         gotoError().
1129
1130         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1131         and GotoNextNote().
1132
1133         * src/LyXAction.C: Added reference-next.
1134
1135         * text.C (InsertChar): Use contains instead of strchr.
1136
1137         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1138
1139 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1140
1141         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1142         alignment commands (when needed).
1143
1144         * text.C (InsertChar): Add ':' to number separator chars.