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