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