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