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