]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
more warnings go to /dev/null
[lyx.git] / src / ChangeLog
1 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * lyxrc.C (read): 
4         * vspace.C (inPixels): 
5         (lyx_advance): 
6         * kbmap.C (bind): 
7         * buffer.C (insertStringAsLines): 
8         (asciiParagraph): fix types to be large enough
9
10         * lyxlex_pimpl.h: change member status from short to int
11
12         * layout.h: fix type of endlabeltype
13
14         * kbmap.C (bind): 
15         * kbsequence.C (parse): change return type to string::size_type
16
17         * LaTeX.C (updateBibtexDependencies): comment out unneeded
18         variable
19
20         * Bullet.C (bulletSize): 
21         (bulletEntry): do not use short ints as parameters
22
23         * BufferView2.C (insertLyXFile): change a char to an int.
24
25         * WorkArea.C (WorkArea): remove unneeded floats in computation
26
27 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
28
29         * buffer.C (asciiParagraph): Treat '\\' as other chars.
30
31         * paragraph.C (asString): Do not ignore newline/hfill chars when
32         copying to the clipboard.
33
34 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
35
36         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
37         after a multi-line inset.
38
39 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
40
41         * paragraph.C (validate): Set NeedLyXFootnoteCode
42
43 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
44
45         * lyxfont.C (LyXSizeNames): changed increase-error to increase
46         and decrease-error to decrease.
47
48 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
49
50         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
51         it more readable (should be equivalent)
52
53 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
54
55         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
56
57 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
58
59         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
60         of a cursor (row, etc.) after a character has been deleted
61         (deleteEmptyParagraphMechanism): call the method above on _all_
62         cursors held by the LyXText when a double space has been
63         detected/deleted. 
64 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
65
66         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
67         pixmap.
68         (resizeCurrentBuff): remove code to destroy the old splash dialog.
69
70         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
71         background. Use greyOut() and the new show() methods to toggle between
72         the foreground and background. Add code to remove the splash after
73         its initial showing.
74
75         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
76         (create_forms): no longer call Dialogs::showSplash.
77
78 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
79
80         * .cvsignore: add version_info.h
81
82 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
83
84         * version_info.h.in: new file
85
86         * Makefile.am: add version_info.h.in
87
88         * lyx_main.C (commandLineVersionInfo): use version_info defined in
89         version_info.h instead of VERSION_INFO
90
91 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
92
93         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
94         The ERT inset now returns string().
95
96 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
97
98         * lyxtext.h, text.C (selectNextWord): renamed as
99         selectNextWordToSpellcheck.
100
101         * text.C (selectNextWordToSpellcheck): Modified to not select
102         words inside an ERT inset.
103
104 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
105
106         * lyx_cb.C (MenuLayoutSave): change a bit the question
107
108         * sp_base.h: include <sys/types.h>
109
110 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
111
112         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
113
114 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
115
116         * several files: fix typos in user-visible strings
117
118 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
119
120         * text2.C (pasteSelection): do not set the selection, since it
121         will be cleared later. Actually, the intent was to fix the way the
122         selection was set, but I figured rmoving the code was just as good.
123
124 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
125
126         * FontLoader.C (available): Check if font is available without
127         loading the font.
128
129 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
130
131         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
132
133 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
134
135         * lyxrc.[Ch]: added display_graphics variable and associated code.
136
137 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
138
139         * bufferparams.C (hasClassDefaults): new method. Returns true if
140         the buffer parameters correspond to known class defaults
141
142 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
143
144         * XFormsView.C (show): set minimum size to the main window.
145
146 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
147
148         * text2.C (copySelection): 
149         (cutSelection): 
150         * lyxfind.C (LyXReplace): 
151         * BufferView_pimpl.C (Dispatch): pass the correct flag to
152         LyXText::selectionAsString. 
153
154         * paragraph.C (asString): add "label" argument to the second form
155
156         * text2.C (selectionAsString): add "label" argument and pass it to
157         Paragraph::asString. 
158
159 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
160
161         * lyx_main.C (commandLineHelp): remove version information
162
163 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
164
165         * lyx_main.C: add -version commandline option
166
167 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
168
169         * paragraph.h: make the optional constructor arg required instead.
170         some modifications to other files because of this.
171
172         * minibuffer.C (C_MiniBuffer_peek_event): make it static
173
174         * lyxserver.C (C_LyXComm_callback): make it static
175
176         * lyx_main.C (error_handler): make it static
177
178         * lyx_gui.C (LyX_XErrHandler): make it static
179
180         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
181
182         * WorkArea.C: make the extern "C" methods static.
183
184         * Makefile.am (lyx_LDADD): simplify
185
186 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
187
188         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
189         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
190
191         * LyXAction.C (init):
192         * lyxfunc.C (dispatch): associated code removal.
193
194 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
195
196         * lyxfont.h (isSymbolFont): shut off warning
197
198         * text.C (setHeightOfRow):
199         (getVisibleRow): fix crash with empty paragraphs which have a
200         bottom line
201
202 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
203
204         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
205         code.
206
207 2001-09-04  José Matos  <jamatos@fep.up.pt>
208         * buffer.C
209         * buffer.h
210         * tabular.C (docbook): rename docBook method to docbook.
211
212 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
213
214         * Makefile.am: add dependencies to main.o.
215
216 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
217
218         * FontLoader.C (available): Return false if !lyxrc.use_gui
219
220 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
221
222         * FontInfo.C (query):
223         * converter.C (view):
224         * importer.C (Import):
225         * exporter.C (Export): Can not -> cannot.
226
227 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
228
229         * BufferView_pimpl.C: allow to create index inset even if
230           string is empty
231  
232 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
233
234         * buffer.C (getLists): replace boost::tie code with an explicit pair
235         as boost::tie can break some compilers.
236
237         * iterators.h: Added a std:: declaration to the return type of
238         ParIterator::size.
239
240 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
241
242         * lyxrc.C: add help for view_dvi_paper_option, default to safe
243           case.
244  
245 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
246
247         * iterators.[Ch]: New files. Provide paragraph iterators.
248
249         * buffer.C (changeLanguage): Use paragraph iterators.
250         (isMultiLingual): ditto 
251
252         * BufferView2.C (ChangeInsets): Use paragraph iterators.
253
254 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
255
256         * FontLoader.C: Support for cmr font.
257
258 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
259
260         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
261         (available): New method.
262
263         * FontInfo.C (getFontname): Use scalable fonts even when
264         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
265         found.
266
267 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
268
269         * converter.C (Formats::view): reverted! Incorrect fix.
270
271 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
272
273         * converter.C (Formats::view): only output the -paper option
274         if the dvi viewer is xdvi, thereby fixing bug #233429.
275
276 2001-08-23  Herbert Voss  <voss@perce>
277
278         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
279
280 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
281
282         * Spacing.h (Spacing): Set space to Default on in the default
283         constructor.
284
285 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
286
287         * vc-backend.h (RCS::versionString): add RCS to version 
288         (CVS::versionString): add CVS to version 
289
290         * vc-backend.C (scanMaster): do not add CVS to version.
291         (scanMaster): do not add RCS to version
292
293         * lyxvc.C (versionString): new method
294
295         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
296
297 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
298
299         * Spacing.C (set): initialize fval
300
301 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
302
303         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
304         " or \.
305
306 2001-08-16  Juergen Vigna  <jug@sad.it>
307
308         * lyxfunc.C (dispatch): implemented the new FINISHED states.
309
310 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
311
312         * BufferView_pimpl.C: 
313         * figureForm.C:
314         * lyxtext.h:
315         * text2.C: setParagraph takes linespacing now
316  
317 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
318
319         * LyxAction.C: add internal LFUN_CITATION_INSERT
320
321         * LyXView.C: actually apply fix
322
323         * bufferlist.C: fix open non-existent file
324  
325         * lyxfind.C: fix indentation
326  
327         * lyxfunc.C: remove unneeded assert, fix typo
328  
329 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
330
331         * MenuBackend.C: use "Floatname List"
332
333 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
334
335         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
336         when converting LaTeX layout to insetERT.
337         Generate a non-collapsed float when reading old float
338
339 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
340
341         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
342         ERT insets.
343
344 2001-08-13  Juergen Vigna  <jug@sad.it>
345
346         * text.C (fill): return 0 instead of 20 as this seems to be the more
347         correct value.
348
349 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
350
351         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
352         lyxrc.font_norm.
353
354 2001-08-13  Juergen Vigna  <jug@sad.it>
355
356         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
357         casesensitive off.
358         (SearchBackward): comment out the unlocking of the inset_owner this
359         should not be needed!
360
361 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
362
363         * Many files: Remove inherit_language, and add latex_language
364
365         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
366         collapsible insets.
367
368 2001-08-10  Juergen Vigna  <jug@sad.it>
369
370         * text.C (prepareToPrint): fixed hfill-width in draw!
371
372         * BufferView2.C (selectLastWord): save the selection cursor as this
373         now is cleared in the function LyXText::clearSelection!
374
375 2001-08-08  Juergen Vigna  <jug@sad.it>
376
377         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
378         BACKSPACE type functions.
379
380         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
381         is only cutted from the document but not put in the cut-buffer, where
382         still the old stuff should be.
383
384         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
385
386         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
387
388         * tabular.C (SetWidthOfCell): fixed special case where the width
389         was not updated!
390         (LeftLine): handle '|' in align_special.
391         (RightLine): ditto
392         (LeftAlreadyDrawed): ditto
393         (SetWidthOfCell): ditto
394
395 2001-08-07  Juergen Vigna  <jug@sad.it>
396
397         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
398
399 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
400
401         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
402         * lyxlex.[hC]: ditto
403
404 2001-08-06  Juergen Vigna  <jug@sad.it>
405
406         * text.C (getVisibleRow): fix up row clearing a bit.
407
408 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
409
410         * minibuffer.C: make sure the X server sees the changes in the input.
411
412 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
413
414         * paragraph.C (getFont): split into...
415         (getLabelFont): this
416         (getLayoutFont): and this
417         * paragraph_pimpl.C (realizeFont): calling this
418
419         * text2.C (getFont): split into...
420         (getLayoutFont): this
421         (getLabelFont): and this
422         (realizeFont): all three calling this
423
424         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
425         files where used.
426
427 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
428
429         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
430
431 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
432
433         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
434         layouts from the Quote inset insertion.
435
436 2001-08-03  Juergen Vigna  <jug@sad.it>
437
438         * BufferView_pimpl.C (update): do the fitCursor only at the end!
439
440         * screen.C (drawFromTo): don't call fitcursor here and do the loop
441         only if status not is already CHANGED_IN_DRAW (second level).
442
443         * text.C (draw): don't set the need_break_row when inside an
444         InsetText LyXText.
445
446 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
447
448         * buffer.C (parseSingleLyXformat2Token): handle more latex
449         conversion cases.
450
451         * bufferview_funcs.[hC]: change function names to
452         begin with small char, adjust other files.
453
454 2001-08-02  André Pönitz <poenitz@gmx.net>
455
456         * lyxfunc.C:
457         BufferView_pimpl.C: remove broken special code for math-greek
458
459 2001-08-02  Juergen Vigna  <jug@sad.it>
460
461         * BufferView_pimpl.C (update): redone this function so that we
462         update the text again if there was a CHANGE_IN_DRAW.
463
464         * screen.C (cursorToggle): removed LyXText parameter and recoded.
465         (drawFromTo): added a new internal bool which is used by draw() and
466         redraw() function.
467         (general): some cursor drawing problems fixed.
468
469 2001-08-01  Juergen Vigna  <jug@sad.it>
470
471         * lyxfind.C (LyXFind): fixed
472         (SearchForward): ditto
473         (SearchBackward): ditto
474
475         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
476         spurius drawing of the cursor in the main area.
477
478         * text2.C (status): small fix which could lead to a segfault!
479         (clearSelection): remove unneeded BufferView param.
480
481 2001-08-01  André Pönitz <poenitz@gmx.net>
482
483         * lyxfunc.C: small change due to changed mathed interface
484
485 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
486
487         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
488
489 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
490  
491         * lyxfunc.c: fail gracefully if file doesn't exist 
492  
493         * LyXSendto.C:
494         * buffer.C:
495         * lyxfunc.C:
496         * BufferView_pimpl.C: IsDirWriteable() proto changed 
497  
498         * LyXView.C: fix updateWindowTitle() to store the last title
499
500 2001-07-31  Juergen Vigna  <jug@sad.it>
501
502         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
503         the font (wrong since using of Paragraph::highestFontInRange).
504
505         * paragraph.C (highestFontInRange): added a default_size parameter.
506
507         * text.C (getVisibleRow): minor clear row changes (still not perfect).
508         (setHeightOfRow): reformat
509
510 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
511
512         * converter.[hC] + affected files: move to (inital-char)lowercase
513         function names.
514
515         * ParagraphParameters.C (ParagraphParameters): remove commented code
516
517         * PainterBase.[Ch]: remove commented code
518
519         * LaTeXFeatures.h: add "bool floats" for float.sty
520
521         * LaTeXFeatures.C (LaTeXFeatures): init floats
522         (require): handle float
523         (getPackages): do it with floats
524
525 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
526
527         * BufferView_pimpl.C (Dispatch): improve handling of
528         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
529
530         * commandtags.h: #include lyxfont.h here temporarily to avoid
531         keybinding bug.
532
533         * bufferlist.h: include LString.h here.
534
535 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
536
537         * text2.C (getStringToIndex): new method.
538
539 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
540
541         * *: Reduced header file dependencies all over.
542
543 2001-07-30  Baruch Even  <baruch@lyx.org>
544
545         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
546
547 2001-07-29  Baruch Even  <baruch@lyx.org>
548
549         * buffer.C (readInset): Changed GRAPHICS to Graphics.
550
551 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
552
553         * ParameterStruct.h (endif): add a default constructor to make
554         sure that all variables is initialized.
555
556         * ParagraphParameters.C (ParagraphParameters): adjust
557
558 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
559
560         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
561         index; also, check that there is something to index, and that it
562         does not span over several paragraphs.
563         (doubleClick): use WHOLE_WORD_STRICT for double click.
564
565         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
566
567         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
568         scheme.
569
570 2001-07-26  Baruch Even  <baruch@lyx.org>
571
572         * buffer.C (readInset): Changed to call up InsetGraphics when reading
573         an InsetFig figure, backwards compatible reading of old figure code.
574
575 2001-07-27  Juergen Vigna  <jug@sad.it>
576
577         * text2.C: font.realize function adaption.
578
579         * text.C (draw): add a warnings lyxerr text if needed.
580
581         * layout.C: font.realize function adaption.
582
583         * language.C: add inherit_language and implement it's handlings
584
585         * bufferview_funcs.C (StyleReset): remove language parameter from
586         font creation (should be language_inherit now).
587
588         * bufferparams.C (writeFile): handle ignore_language.
589
590         * paragraph.C (getFontSettings): the language has to be resolved
591         otherwise we have problems in LyXFont!
592
593         * lyxfont.C (lyxWriteChanges): added document_language parameter
594         (update): removed unneeded language parameter
595
596         * paragraph.C (validate): fixed wrong output of color-package when
597         using interface colors for certain fonts in certain environments,
598         which should not seen as that on the final output.
599
600 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
601
602         * BufferView_pimpl.C:
603         * Thesaurus.h:
604         * Thesaurus.C:
605         * Makefile.am:
606         * commandtags.h:
607         * LyXAction.C: add thesaurus support
608
609         * lyxfind.h:
610         * lyxfind.C: add "once" parameter, for thesaurus, to not
611           move to the next match
612   
613 2001-07-26  Juergen Vigna  <jug@sad.it>
614
615         * lyxfont.C (realize): honor ignore_language too!
616         (resolved): ditto.
617
618         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
619
620         * text.C (draw): one place more for ignore_language to not draw
621         itself!
622
623 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
624
625         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
626
627 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
628
629         * buffer.C (parseSingleLyXformat2Token): a more general fix for
630         the minipage conversion problem.
631
632 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
633
634         * buffer.C (parseSingleLyXformat2Token): check minipage if we
635         insert an inset.
636
637 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
638
639         * BufferView.h: don't forward declare WorkArea
640
641         * BufferView.C: don't include WorkArea.h
642
643 2001-07-25  André Pönitz <poenitz@gmx.net>
644
645         * commandtags.h:
646         * LyXAction.C:
647         * lyxfunc.C:  new LFUN 'math-space'
648
649         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
650
651 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
652
653         * text2.C (toggleInset): call open/close
654
655 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
656
657         * lyxfunc.C (dispatch): add debug for the disabled case
658
659         * font.C (buttonText): make similar to rectText
660
661         * buffer.C (readInset): comment out parsing of insetlist and
662         insttheorem 
663
664         * PainterBase.C (rectText): small correction
665
666         * BufferView_pimpl.C: comment out insettheorem and insetlist
667         * LyXAction.C: ditto
668         * commandtags.h: ditto
669
670 2001-07-24  Juergen Vigna  <jug@sad.it>
671
672         * text.C (draw): honor the ignore_language.
673
674         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
675
676 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
677
678         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
679         char inset.
680
681 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
682
683         * lyxtext.h: remove unused (and unimplemented) methods
684
685 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
686
687         * text.C (getVisibleRow): honor background color
688
689         * PainterBase.h:
690         * Painter.h: remove default color argument for fillRectangle
691
692         * text.C (backgroundColor): new method
693
694 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
695
696         * text.C (getVisibleRow): adjust
697
698         * font.[Ch] (rectText): new method, metrics
699         (buttonText): new method, metrics
700
701         * PainterBase.[hC]: make rectText and buttonText always draw and take
702         fewer paramteres.
703
704 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
705
706         * ToolbarDefaults.C (read): 
707         * MenuBackend.C (read): allow escaping in all strings
708
709         * BufferView_pimpl.C (insertAndEditInset): new method.
710         (Dispatch): use insertAndEditInset whenever appropriate.
711
712         * BufferView_pimpl.C (insertNote): removed
713
714         * BufferView_pimpl.C (smartQuote): new method, moved from
715         BufferView; if an insetquote cannot be inserted, insert a '"'
716         character instead.
717
718         * BufferView2.C: remove insertCorrectQuote();
719
720         * lyxfunc.C (getStatus): Add support for all remaingin
721         inset-insert lfuns.
722
723         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
724
725         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
726         command (necessary to pass " as parameter of self-insert.
727
728         * text.C (selectWordWhenUnderCursor):
729         (selectWord): add word_location parameter
730         (selectWordWhenUnderCursor): same + remove special code for word
731         boundary.
732         (selectNextWord): use kind() to guess type of insetspecialchar,
733         not latex().
734         
735         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
736         (insertErtContents): create ert insets as collapsed.
737         (readInset): better compatibility code for Info inset.
738
739 2001-07-20  Juergen Vigna  <jug@sad.it>
740
741         * lyxfunc.C (dispatch): use always LyXFind now!
742
743         * text2.C (init): add a reinit flag so that the LyXText can be
744         reinited instead of deleted and reallocated (used in InsetText).
745
746         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
747
748         * text.C: ditto
749
750         * text2.C: ditto
751
752 2001-07-18  Juergen Vigna  <jug@sad.it>
753
754         * text.C (selectNextWord): handle insets inside inset by calling
755         always the bv->text functions so that we can go up the_locking_inset!
756
757         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
758         in strange locations when inside an inset!
759
760         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
761         handling to include insets.
762
763         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
764
765 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
766
767         * LyXAction.C (init): 
768         * commandtags.h: 
769         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
770         LIGATURE_BREAK, since the name is so stupid.
771
772 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
773
774         * buffer.C (readInset): enable reading of new InsetNotes as well as old
775         InsetInfos.
776
777         * FontLoader.C: remove FORMS_H_LOCATION cruft.
778
779         * sp_form.[Ch]: remove.
780
781         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
782
783         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
784         InsetInfo.
785
786         * src/buffer.C (readInset): ditto.
787
788 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
789
790         * BufferView_pimpl.C (specialChar): new method. Obsoletes
791         menuSeparator(), endOfSentenceDot(), ldots() and
792         hyphenationPoint(), which are therefore removed.
793         (Dispatch): handle LFUN_HYPHENATION_BREAK.
794
795         * LyXAction.C (init): 
796         * commandtags.h: add LFUN_HYPHENATION_BREAK.
797
798         * paragraph.C (getWord): removed.
799
800         * BufferView_pimpl.C (Dispatch): use last word or selection for
801         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
802
803         * lyx_main.C (queryUserLyXDir): do not ask before creating
804         user_dir, except if it has been named explicitely.
805
806 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
807
808         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
809         a document of zero size.
810
811 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
812
813         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
814         approriately in the c-tor and in require().
815         (getPackages): output the appropriate LaTeX for natbib support.
816
817         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
818         variables "use_natbib" and "use_numerical_citations" when reading the
819         LyX file.
820         (readInset): read the various natbib cite commands.
821         (validate): white-space change.
822
823         * bufferparams.[Ch]: new variables "bool use_natbib" and
824         "bool use_numerical_citations".
825         (writeFile): output them in the LyX file.
826
827 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
828
829         * lyxfunc.C (getStatus): add support for all the inset insertion
830         commands.
831
832         * text2.C (insertInset): 
833         * paragraph.C (insetAllowed): 
834         * BufferView_pimpl.C (insertInset): update to take in account the
835         renaming of insertInsetAllowed
836
837         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
838
839         * text2.C (getInset): new method. returns inset at cursor position. 
840
841         * BufferView_pimpl.C (Dispatch): changes because of this.
842
843         * LyXAction.C (init): rename open-stuff to inset-toggle.
844
845         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
846
847         * text2.C (toggleInset): renamed from openStuff; use
848         Inset::open().
849
850 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
851
852         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
853
854         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
855
856 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
857
858         * buffer.C (readLyXformat2): Add filename to the error dialog
859
860 2001-07-18  Juergen Vigna  <jug@sad.it>
861
862         * tabular.C (GetCellNumber): put an assert here instead of the check!
863
864 2001-07-17  Juergen Vigna  <jug@sad.it>
865
866         * BufferView_pimpl.C (toggleSelection): adapted too.
867
868         * text.C (selectNextWord): adapted for use with insets.
869         (selectSelectedWord): ditto
870
871 2001-07-17  Juergen Vigna  <jug@sad.it>
872
873         * sp_spell.C (PSpell): fix initialitation order.
874
875 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
876
877         * paragraph.C: spacing
878
879 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
880
881         * sp_spell.C: repair language selection for pspell
882
883 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
884
885         * lyxfunc.h: change more methods to begin with lower char.
886
887 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
888
889         * buffer.C (parseSingleLyXformat2Token): Generate error insets
890         for unknown layouts.
891
892 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
893
894         * buffer.C (readLyXformat2): Generate an error dialog if there are
895         unknown layouts.
896
897 2001-07-16  Juergen Vigna  <jug@sad.it>
898
899         * sp_spell.C: always compile ISpell part.
900
901         * lyxrc.C: added use_pspell entry and it's handling.
902
903 2001-07-13  Juergen Vigna  <jug@sad.it>
904
905         * sp_spell.C: removed double includes.
906
907 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
908
909         Consistent use of Lsstream.h:
910         * Lsstream.h: added using std::stringstream for consistencies sake.
911
912         * buffer.C: removed using std::stringstream
913
914         * lyxfont.C (stateText):
915         * paragraph.C (asString):
916         * text.C (selectNextWord, selectSelectedWord):
917         * text2.C (setCounter):
918         * vspace.C (asString, asLatexString):
919         std::ostringstream -> ostringstream.
920
921 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
922
923         * LyXAction.C: add LFUN_HELP_ABOUTLYX
924         * commandtags.h: add LFUN_HELP_ABOUTLYX
925         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
926
927 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
928
929         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
930         cursorToggle()
931         * lyx_gui_misc.C: remove spellchecker
932         * lyxfunc.C: showSpellchecker
933         * sp_base.h: added
934         * sp_ispell.h: added
935         * sp_pspell.h: added
936         * sp_spell.C: added
937         * sp_form.[Ch]: removed
938         * spellchecker.[Ch]: removed
939
940 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
941
942         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
943         is set.
944         (simpleTeXSpecialChars): Simply print the input character without
945         any special translation if pass_thru is set.
946
947         * layout.h: Added bool pass_thru to layout class for being able to
948         implement pass through of a paragraph for Literate Programming.
949         
950         * layout.C: add LT_PASS_THRU to LayoutTags enum.
951         * layout.C (LyXLayout): set pass_thru to flase in constructor.
952         * layout.C (Read): add "passthru" to list of layout tags and add
953         code to set the pass_thru boolean when it is read.
954
955 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
956
957         * trans_decl.h: remove allowed from KmodInfo
958
959         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
960         remove allowed code 
961         (Load): adjust
962
963         * paragraph_pimpl.C (erase): use boost::prior
964
965         * Painter.C (text): use data() instead of c_str() when length is
966         also provided.
967         * WorkArea.C (putClipboard): ditto
968         * font.h (width): ditto
969
970         * BufferView2.C: use it-> instead of (*it). for iterators
971         * texrow.C: ditto
972         * paragraph_pimpl.C: ditto
973         * paragraph.C: ditto
974         * minibuffer.C: ditto
975         * language.C: ditto
976         * kbmap.C: ditto
977         * encoding.C: ditto
978         * counters.C: ditto
979         * converter.C: ditto
980         * chset.C: ditto
981         * Variables.C: ditto
982         * TextCache.C: ditto
983         * MenuBackend.C: ditto
984         * LyXAction.C: ditto
985         * LColor.C: ditto
986         * FloatList.C: ditto
987         * DepTable.C: ditto
988         * ColorHandler.C (LyXColorHandler): ditto
989
990 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
991
992         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
993
994         * text2.C (openStuff): reintroduce this method (which had been
995         nuked in NEW_INSETS frenzy).
996
997         * lyxfunc.C (Dispatch): when an action has not been handled, use
998         its name in the error message, not its number.
999
1000         * paragraph.C (inInset): change method name to begin with lowercase.
1001
1002         * undo_funcs.C:
1003         * text2.C: updates because of this.
1004
1005 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1006
1007         * ToolbarDefaults.C (add): add spaces in error message
1008
1009 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1010
1011         * buffer.C (readLyXformat2): initialize the ert comp. variables.
1012         (readLyXformat2): rename return_par to first_par, use lyxlex's
1013         pushToken and remove the manual push handling.
1014         (parseSingleLyXformat2Token): add another ert comp. variable:
1015         in_tabular, rename return_par to first_par. handle newlines better
1016
1017 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1018
1019         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
1020
1021 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1022
1023         * text2.C (getParFromID): removed
1024
1025         * buffer.C (getParFromID): new method moved form lyxtext.
1026         * BufferView2.C (insertErrors): adjust
1027         (setCursorFromRow): adjust
1028         * BufferView_pimpl.C (restorePosition): adjust
1029         * lyxfunc.C (Dispatch): adjust
1030         * undo_funcs.C (textUndo): adjust
1031         (textRedo): adjust
1032         (textHandleUndo): adjust
1033         (textHandleUndo): adjust
1034
1035 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1036
1037         * buffer.C: up' the LYX_FORMAT
1038
1039         * lyxfont.h: turn NO_LATEX on as default
1040
1041         * buffer.C (insertErtContents): new methods of tex style compability.
1042         (parseSingleLyXformat2Token): use it several places.
1043         * tabular.C (OldFormatRead): and here
1044
1045 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1046
1047         * text2.C: remove some commented code.
1048         reindent file.
1049
1050         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
1051         * trans.C: changes because of the above.
1052
1053 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
1054
1055         * text2.C (setCounter): Fix counters bug with bibliography layout.
1056
1057 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1058
1059         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
1060         own member functions
1061         (simpleTeXSpecialChars): ditto
1062
1063 2001-07-06  Juergen Vigna  <jug@sad.it>
1064
1065         * a lot of files: changed the access to LyXText::status and the
1066         call of undo-functions.
1067         
1068         * undo.[Ch]: added a inset_id to the undo informations.
1069
1070         * undo_funcs.[Ch]: added and moved here all undo functions.
1071
1072         * lyxtext.h: give the status enum a weight, made status_ a private
1073         variable and made accessor functions for it, removed the whole bunch
1074         of undo-functions as they are now in their own file, make some
1075         functions publically available. Added function ownerParagraph with
1076         int parameter.
1077
1078         * paragraph.[Ch]: added "bool same_ids" to the constructor,
1079         made InInset() a const function, added getParFromID() function.
1080
1081         * buffer.[Ch]: added const version for inset_iterator functions,
1082         added getInsetFromID() function.
1083
1084         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
1085         changed undo functions for new version.
1086
1087 2001-07-05  Juergen Vigna  <jug@sad.it>
1088
1089         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
1090         unknow mechanism does not call the proper constructor but only this
1091         one also if I request the other!?
1092
1093 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1094
1095         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
1096
1097         * text2.C (LyXText): use initialization lists.
1098
1099         * lyxtext.h (Selection): initialize set_ and mark_
1100         (init): remove method
1101
1102 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
1103
1104         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
1105
1106 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1107
1108         * screen.[Ch]: change method names to begin with lowercase 
1109
1110         * BufferView_pimpl.C (updateScrollbar): simplify further and
1111         hopefully make it a bit faster.
1112
1113 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1114
1115         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
1116         calling directly xforms functions.
1117
1118         * Painter.C (Painter): 
1119         * lyx_cb.C (MenuWrite): 
1120         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
1121         fl_display.
1122
1123         * lyx_gui.C: remove bogus guiruntime extern declaration.
1124
1125 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1126
1127         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
1128         in NEW_INSETS
1129         (redoDrawingOfParagraph): ditto
1130         (redoParagraphs): ditto
1131         (cutSelection): don't create a object for CutAndPaste use the
1132         static method directly
1133         (pasteSelection): ditto
1134
1135         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
1136         LyXview (+ rename)
1137
1138 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1139
1140         * modifications to some other files because of this.
1141         
1142         * Makefile.am (lyx_SOURCES): add XFormsView
1143
1144         * XFormsView.[Ch]: new files
1145
1146         * LyXView.[Ch]: make LyXView a base class for the gui handling for
1147         the main window. Move the gui dependent stuff to XFormsView
1148
1149 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1150
1151         * tabular.C (GetCellInset): update cur_cell also in the row/col
1152         version of this function.
1153
1154         * lyxfunc.C: no need to include figure_form.h here.
1155
1156         * FontLoader.h: 
1157         * lyxfunc.h: 
1158         * lyxscreen.h: 
1159         * text2.C: 
1160         * lyxvc.C: no need to include forms.h here.
1161
1162 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1163
1164         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
1165
1166         * lyxfunc.C (Dispatch): 
1167         * Spacing.C (set): 
1168         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
1169         constructor argument.
1170
1171 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1172
1173         * paragraph.C (Paragraph): dont't clear, and just set layout.
1174         (makeSameLayout): use params's copy contructor.
1175
1176         * ParagraphParameters.[Ch] (makeSame): delete method
1177
1178 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1179
1180         * Variables.[Ch]: fix indentation, rename set to isSet
1181
1182 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1183
1184         * lyxfunc.C (Dispatch): fix typo
1185
1186 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1187
1188         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
1189         upper_bound. 
1190
1191         * bufferlist.C: include assert.h for emergencyWrite().
1192
1193 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1194
1195         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
1196           give up at last (bug #425202) !
1197  
1198 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1199
1200         * lyx_gui_misc.C:
1201         * sp_form.h:
1202         * sp_form.C:
1203         * spellchecker.h:
1204         * spellchecker.C: strip spellchecker options and bring up
1205           preferences tab instead
1206          
1207 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1208
1209         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
1210         the istringstream constructor
1211
1212 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1213
1214         * paragraph.C (getLayout): fix return value
1215
1216         * paragraph.h: do not declare getLayout as inline.
1217
1218         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
1219
1220 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1221
1222         * lyxcursor.h (operator<): new func
1223         (operator>): new func
1224         (operator>=): new func
1225         (operator<=): new func
1226
1227         * text.C (changeCase): use selection.start and selection.end
1228         (changeRegionCase): require from to be <= to. Require par to be a
1229         valid paragraph.
1230
1231         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
1232
1233 2001-06-27  Juergen Vigna  <jug@sad.it>
1234
1235         * text.C (cursorLeftOneWord): changed to return the cursor and added
1236         overlay with BufferView * parameter which calls this one.
1237         (getWord): added
1238         (selectWord): use new getWord function.
1239         (changeCase): renamed from changeWordCase as and extended to work
1240         also on selections.
1241
1242         * lyxtext.h: added enum word_location
1243
1244         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
1245         changeCase as this operates now also on selections.
1246
1247 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1248
1249         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
1250
1251         * many files: send debug output to Debug::INFO instead of
1252         Debug::ANY. 
1253
1254         * converter.C (View): 
1255         (Convert): 
1256         (Move): send debug output to Debug::FILES instead of console.
1257
1258 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1259
1260         * lyxfunc.C (getStatus): use func_status
1261
1262         * func_status.h: new header, describing the results of
1263         LyXFunc::getStatus;
1264
1265         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
1266         LFUN_MATH_HALIGN.
1267
1268 2001-06-25  The LyX Project  <jug@sad.it>
1269
1270         * buffer.C (sgmlOpenTag):
1271         (sgmlCloseTag):
1272         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
1273
1274 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1275
1276         * text2.C: remove some dead code
1277
1278         * tabular.C (GetCellInset): store the last cell checked (gotten)
1279
1280         * tabular.h: add the helper for the speedup
1281
1282         * lyxtext.h: remove some dead code
1283
1284 2001-06-26  The LyX Project  <Asger>
1285
1286         * paragraph.C: Change export to LaTeX of alignment to
1287         \begin{center} and family for better roundtrip work with reLyX.
1288
1289         * Tune the math drawing a bit.
1290
1291 2001-06-25  The LyX Project  <Asger>
1292
1293         * LColor.C (LColor): New color for math background. New color
1294         for buttons.
1295
1296 2001-06-25  The LyX Project  <jug@sad.it>
1297
1298         * lyxfunc.C (MenuNew): remove extra check for .lyx file
1299
1300         * lyxfunc.C (Open): 
1301         * bufferlist.C (newFile): do not restrict to files ending with
1302         .lyx
1303
1304         * BufferView_pimpl.C (MenuInsertLyXFile): 
1305
1306 2001-06-24  The LyX Project  <jug@sad.it>
1307
1308         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
1309         of compare_no_case
1310
1311 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1312
1313         * lyxtext.h: rename most methods to begin with a small char.
1314         Lots of changes because of this.
1315
1316         * paragraph.C (Paragraph): do not call fitToSize
1317         (erase): call Pimpl::erase
1318         (insertChar): call Pimpl::insertChar
1319         (insertInset): call Pipl::insertInset
1320         (breakParagraph): do not call fitToSize
1321         (breakParagraphConservative): do not call fitToSize
1322         (fitToSize): remove method
1323
1324         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
1325
1326 2001-06-24  The LyX Project  <Asger>
1327
1328         * Fix Qt compilation^2
1329
1330 2001-06-24  The LyX Project  <jug@sad.it>
1331
1332         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
1333         depthHook(getDepth()-1).
1334
1335         * paragraph.h: 
1336         * ParagraphParameters.h: 
1337         * ParameterStruct.h: change type of depth to unsigned int ==
1338         depth_type. Many adaptations to other files before of that.
1339
1340 2001-06-24  The LyX Project  <Asger>
1341
1342         * Fix Qt compilation.
1343
1344 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1345
1346         * paragraph.h: renamed several methods to begin with small letter.
1347         several changes to many parts of the code because of this.
1348
1349 2001-06-23  The LyX Project  <jug@sad.it>
1350
1351         * text2.C (InsertStringAsLines): renamed from InsertStringA;
1352         rewritten to discard all double spaces when KeepEmpty is off
1353         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
1354         to only handle newlines but not fiddle with spaces and friends.
1355
1356         * lyxfunc.C (MenuNew): when doing 'new from template', use
1357         template_path as default directory
1358
1359 2001-06-23  The LyX Project  <Asger>
1360
1361         * Clean-up of header file includes all over
1362         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
1363         
1364 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1365
1366         * paragraph.h: renamed from lyxparagraph.h
1367
1368 2001-06-23  Asger  <lyx@violet.home.sad.it>
1369
1370         * Buffer.h: Removed Buffer::resize
1371         * BufferList.h: Removed BufferList::resize
1372         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
1373         the document lazily when we change the width, or the font settings.
1374
1375 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1376
1377         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
1378
1379 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1380
1381         * buffer.h: remove out of date comment
1382
1383 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1384
1385         * lyxscreen.h:
1386         * screen.C: fix "theoretical" GC leak
1387  
1388 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1389
1390         * LaTeX.C (scanAuxFile):
1391         (deplog): remove trailing \r when reading stream (useful under
1392         win32)  
1393
1394 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1395
1396         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
1397         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
1398         and BufferView::theLockingInset(Inset*), so should use them and not
1399         access bv_->text->the_locking_inset directly.
1400
1401         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
1402
1403 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1404
1405         * Makefile.am:
1406         * tex-defs.h: remove old unused file
1407          
1408 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
1409
1410         * BufferView_pimpl.C: fix typo, remove minibuffer message
1411           when buffer has loaded
1412
1413 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1414
1415         * lyxfunc.C (Dispatch): use stringstream
1416         (MenuNew): use stringstream
1417         (Open): use stringstream
1418
1419         * importer.C (Import): use stringstream
1420
1421         * bufferview_funcs.C (CurrentState): use stringstream
1422
1423         * LaTeX.C (run): use stringstream
1424
1425         * BufferView_pimpl.C (savePosition): use stringstream
1426         (restorePosition): use stringstream
1427         (MenuInsertLyXFile): use stringstream
1428
1429 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1430
1431         * BufferView.C:
1432         * Bullet.C:
1433         * ColorHandler.C:
1434         * FontInfo.C:
1435         * FontLoader.C:
1436         * LColor.C:
1437         * LaTeXFeatures.C:
1438         * Painter.C:
1439         * gettext.C:
1440         * lyx_gui_misc.C:
1441         * lyxserver.C:
1442         * vspace.C: removed // -*- C++ -*- as first line.
1443
1444         * lyxfind.h:
1445         * version.h: added // -*- C++ -*- as first line.
1446
1447 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1448
1449         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
1450
1451         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
1452         of string
1453
1454 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1455
1456         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
1457         of floats.
1458
1459 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1460
1461         * gettext.C: include LString.h even when --disable-nls is on. 
1462
1463 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1464
1465         * converter.h (Get): changed argument type from int to
1466         FormatList::size_type to avoid unnecessary conversion.
1467
1468         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
1469         before using it.
1470
1471 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1472
1473         * gettext.h: include LString.h even when --disable-nls is on. 
1474
1475 2001-06-07  Juergen Vigna  <jug@sad.it>
1476
1477         * text.C (BreakAgain): subst spaces with tabs.
1478
1479         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
1480         (resizeInsetsLyXText): set force on resizeLyXText.
1481
1482 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1483
1484         * gettext.h (gettext_init): 
1485         (locale_init): use a real definition instead of a macro
1486
1487 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1488
1489         * Bufferview_pimpl.C:
1490         * LColor.h:
1491         * LColor.C: further lcolor tidies
1492
1493 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1494
1495         * BufferView_pimpl.C (updateScrollbar): simplify.
1496
1497         * BufferView2.C: don't include insets/insetinfo.h, change
1498         prototype for insertInset and call the Pimpl version. let
1499         updateInset call Pimpl version.
1500
1501         * BufferView.h: move inset_slept to BufferView::Pimpl, move
1502         gotoInset to BufferView::Pimpl
1503
1504 2001-06-01  Juergen Vigna  <jug@sad.it>
1505
1506         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
1507         inside a LockingInset (is the update needed at all?).
1508
1509 2001-05-31  Juergen Vigna  <jug@sad.it>
1510
1511         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
1512         here not the old one otherwise how should we compare it afterwards
1513         if it's the same!
1514
1515 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1516
1517         * lyxfont.C: 
1518         * tabular.C:
1519         * tabular-old.C: 
1520         * FontInfo.C: bring C functions into global namespace when
1521         necessary
1522
1523 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1524
1525         * LString.h: make sure config.h has been loaded before LString.h.
1526
1527         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
1528         (one for each char read by EatLine!).
1529
1530         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
1531         variables. 
1532
1533 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1534
1535         * paragraph.C (BreakParagraph): set the inset_owner in the new par
1536         to the same as the par we break from
1537
1538 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1539
1540         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
1541
1542         * MenuBackend.C (expand): also create menu entries for wide
1543         versions of the floats.
1544
1545         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
1546
1547         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
1548
1549         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
1550         frontends/Makefile.am
1551
1552         * text2.C: adjust
1553         * text.C: adjust
1554         
1555
1556         * tabular.C (getTokenValue): add std::
1557
1558         * tabular-old.C (getTokenValue): add std::
1559         (getTokenValue): ditto
1560         (getTokenValue): ditto
1561
1562         * screen.C (ToggleSelection): adjust
1563
1564         * lyxtext.h: put selection cursors inside a Selection struct.
1565
1566         * lyxfunc.C (moveCursorUpdate): adjust
1567
1568         * lyxfont.C (latexWriteStartChanges): add std::
1569
1570         * lyxfind.C: adjust
1571
1572         * font.h: delete with(char const *, LyXFont const &)
1573
1574         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
1575
1576         * FontInfo.C (getFontname): add std::
1577
1578         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1579         (workAreaButtonPress): adjust
1580         (tripleClick): adjust
1581         (update): adjust
1582         (moveCursorUpdate): adjust
1583         (Dispatch): adjust
1584
1585         * BufferView2.C (gotoInset): adjust
1586
1587 2001-05-30  Juergen Vigna  <jug@sad.it>
1588
1589         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
1590         to check pspell I add this as default as I now have new pspell
1591         libraries and they seem to use this.
1592
1593 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1594
1595         * text2.C (CutSelection): make the cursor valid before the call to
1596         ClearSelection.
1597
1598 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1599
1600         * kbsequence.C (parse): de-uglify a bit the parsing code, which
1601         relied on 0 terminated strings and other horrors. Bug found due to
1602         the new assert in lyxstring!
1603
1604         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
1605         KP_ keys.
1606
1607 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1608
1609         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
1610         to latinkeys.bind.
1611
1612         * lyxfunc.C (processKeySym): change method of getting to the
1613         self-insert char.
1614
1615         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
1616         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
1617         * BufferView_pimpl.[Ch]: here as private methods.
1618
1619 2001-05-28  Juergen Vigna  <jug@sad.it>
1620
1621         * text.C (SetHeightOfRow): added the update() call again as it is
1622         needed to initialize inset dimensions!
1623
1624 2001-05-16  Juergen Vigna  <jug@sad.it>
1625
1626         * text2.C (SetCharFont): Add new function with BufferView * and
1627         bool toggleall parameters for setting insets internal fonts.
1628         (SetFont): Freeze the undo as we may change fonts in Insets and
1629         all this change should be inside only one Undo!
1630
1631         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
1632         setting font's in insets as for them we have the SetFont function!
1633
1634 2001-05-15  Juergen Vigna  <jug@sad.it>
1635
1636         * text2.C (ClearSelection): to be sure we REALLY don't have any
1637         selection anymore!
1638
1639         * tabular.C (TeXCellPreamble): fixed the left border problem for
1640         multicolumn cells.
1641
1642 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1643
1644         * LaTeX.C (deplog): Make sure that the main .tex file is in the
1645         dependancy file
1646
1647 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1648
1649         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
1650         LFUN_BREAKPARAGRAPH.
1651
1652         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
1653         help test to "internal only", similar for LFUN_INSERT_URL
1654
1655         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
1656         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
1657         auto_region_delete and deadkeys. 
1658
1659 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
1660
1661         * LColor.h:
1662         * LColor.C: remove some dead entries, tidy a little
1663  
1664 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1665
1666         * lyxfunc.C (processKeySym): comment the Escape handling, remove
1667         commented code.
1668         (Dispatch): implement LFUN_ESCAPE
1669
1670         * commandtags.h: add LFUN_ESCAPE
1671
1672         * LyXAction.C (init): add entry for LFUN_ESCAPE
1673
1674         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
1675         Remove commented code.
1676         (insertNote): moved here
1677         (open_new_inset): moved here
1678
1679         * BufferView[2].[Ch]: move insertNote and open_new_inset to
1680         BufferView_pimpl
1681
1682 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1683
1684         * kbmap.C (findbinding): clean it up and make it work correctly.
1685
1686         * lyx_main.C (init): do not pass argc and argv as parameters
1687
1688 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1689
1690         * buffer.C: fix path for OS/2 & Win32
1691
1692         * lyx_gui.C:
1693         * lyx_main:
1694         * lyx_main.C: Added os:: class.
1695         
1696         * os2_defines.h: update
1697
1698 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1699
1700         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
1701         better by trying again with reduced state.
1702
1703 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1704
1705         * lyxrc.C (read): print error about invalid key sequence only when
1706         debugging (because not all latinX keysyms are known to some X
1707         servers)
1708
1709         * kbsequence.C (getiso): add a few std:: qualifiers
1710         (getiso): comment out extra return statement.
1711
1712 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1713
1714         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
1715         handling.
1716         (Dispatch): enhance the accent inset a bit. (not perfect)
1717
1718 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1719
1720         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
1721
1722 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1723
1724         * bufferlist.C (emergencyWrite): fix assert() call
1725
1726 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
1727
1728         * text.C (InsertChar): Added trivial patch to only send the "you
1729         can not do multiple spaces this way" message once during a
1730         session.
1731
1732 2001-05-08  Baruch Even  <baruch@lyx.org>
1733
1734         * Makefile.am: Changed order of libraries to get LyX to link properly
1735         with the gnome frontend.
1736
1737 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1738
1739         * LaTeXFeatures.h: add a std:: qualifier
1740
1741 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1742
1743         * paragraph.C (String): use stringstream
1744
1745 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1746
1747         * paragraph.C (writeFile): remove footflag arg
1748
1749         * buffer.C (makeLaTeXFile): use stringstream
1750         (latexParagraphs): remove footnot gurba
1751
1752         * LaTeXFeatures.C (getPackages): use stringstream
1753         (getMacros): likewise
1754         (getTClassPreamble): likewise
1755         (getFloatDefinitions): new method
1756
1757         * paragraph.C (writeFile): reindent
1758         (Erase): reindent
1759
1760         * WorkArea.h: revert the xpos + etc changes.
1761
1762         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
1763
1764         * lyxparagraph.[Ch]: add copy constructor, remove Clone
1765
1766         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
1767         (pasteSelection): likewise
1768         * text2.C (CreateUndo): likewise
1769
1770 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1771
1772         * minibuffer.C (peek_event): temporarily reduce the functionality
1773         of the minibuffer (to allow args on lfuns)
1774
1775         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
1776         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
1777
1778         * buffer.C (readInset): add compability reading of old float
1779         lists, add reading of new style float list.
1780         (readInset): avoid reevaluation of inscmd.getCmdName()
1781         (getLists): reindent
1782
1783         * MenuBackend.C (MenuItem): implement parsing of
1784         md_floatlistinsert and md_floatinsert.
1785         (expand::LastFiles): move initalizaton of iterators out of loop,
1786         avoid reevaluation.
1787         (expand::Documents): introduce typdedef vector<string> Strings,
1788         and use it. 
1789         (expand::ExportFormats): introduce typedef vector<Format const *>
1790         Formats, and use it.
1791         (expand): implement FloatListInsert and FloatInsert.
1792
1793         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
1794         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
1795         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
1796
1797         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
1798         handling. 
1799         (Dispatch::LFUN_FLOAT_LIST): implement
1800
1801 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1802  
1803         * LaTeX.C (run): Fix problem with --export code.
1804  
1805 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1806
1807         * BufferView.[Ch] (workarea): removed.
1808         (getClipboard) new method; wrapper for workarea()->getClipboard()
1809
1810         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
1811         bug.
1812
1813         * WorkArea.h (width, height, xpos, ypos): These methods all
1814         returned the dimensions of the work_area sub-area of WorkArea,
1815         resulting in a position error if the WorkArea were resized. Now
1816         return the dimensions of the entire WorkArea.
1817
1818         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
1819
1820 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1821
1822         * LaTeX.C (deplog): correct the syntax of regex reg1
1823
1824 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1825
1826         * undo.C: remove !NEW_INSETS cruft
1827
1828 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1829
1830         * text2.C: remove !NEW_INSETS cruft
1831
1832         * text.C: remove !NEW_INSETS cruft
1833
1834         * tabular.C: remove !NEW_INSETS cruft
1835
1836         * spellchecker.C: remove !NEW_INSETS cruft
1837
1838         * lyxtext.h: remove !NEW_INSETS cruft
1839
1840         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
1841
1842         * lyxfunc.C: remove !NEW_INSETS cruft
1843
1844         * lyxfind.C: remove !NEW_INSETS cruft
1845
1846         * lyx_cb.C: remove !NEW_INSETS cruft
1847
1848         * figureForm.C: remove  !NEW_INSETS cruft
1849
1850         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
1851
1852         * buffer.[Ch]: remove !NEW_INSETS cruft
1853
1854         * ToolbarDefaults.C: remove !NEW_INSETS cruft
1855
1856         * CutAndPaste.C: remove !NEW_INSETS cruft
1857
1858         * BufferView_pimpl.C: remove !NEW_INSETS cruft
1859
1860         * BufferView2.C: remove !NEW_INSETS cruft
1861
1862         * BufferView.h: remove !NEW_INSETS cruft
1863
1864 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1865
1866         * Lsstream.h: include LString.h before the sstream headers to
1867         fix problem with gcc 2.95.3 and lyxstring
1868
1869 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1870
1871         * lyx_main.C: add using directives when needed for C functions
1872         declared in std:: namespace.
1873
1874 2001-04-27  Juergen Vigna  <jug@sad.it>
1875
1876         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
1877         (SetHeightOfRow): comment out the update call should not be needed!
1878
1879 2001-04-13  Juergen Vigna  <jug@sad.it>
1880
1881         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
1882         (LyXTabular): tried to minimize operator= operations (and realized
1883         hopfully Lars wish).
1884
1885 2001-04-27  Juergen Vigna  <jug@sad.it>
1886
1887         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
1888
1889 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1890
1891         * lyxfunc.C (Dispatch): hack to make listof algorithm work
1892
1893         * buffer.C (readInset): hack to make listof algorithm work
1894
1895         * BufferView_pimpl.C: hack to make listof algorithm work
1896
1897 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1898
1899         * LyXAction.C: removed all !NEW_INSETS cruft
1900         (init): moved lfun_item in method
1901
1902         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
1903
1904 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1905
1906         * BufferView2.C (theLockingInset): white space.
1907
1908 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1909
1910         * minibuffer.C: include <iostream>
1911
1912         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
1913
1914         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
1915
1916         * commandtags.h: add LFUN_TRANSPOSE_CHARS
1917
1918         * text.[Ch] (TransposeChars): new method
1919
1920 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1921
1922         * call message directly through LyXView instead of through LyXFunc
1923         * BufferView2.C: adjust
1924         * BufferView_pimpl.C: adjust
1925         * FontLoader.C: adjust
1926         * buffer.C: adjust
1927         * bufferview_funcs.C: adjust
1928         * converter.C: adjust
1929         * figureForm.C: adjust
1930         * importer.C: adjust
1931         * lyx_cb.C: adjust
1932         * lyx_gui_misc.C: adjust
1933         * lyxfunc.C: adjust
1934         * lyxvc.C: adjust
1935         * text2.C: adjust
1936         + more files in subdirs
1937         
1938         * lyxparagraph.h (size): move up int file
1939         (GetLayout): ditto
1940
1941         * adjust all uses of Assert to lyx::Assert.
1942
1943         * BufferView2.C (ChangeCitationsIfUnique): adjust for
1944         lyxfunctional in namespace lyx
1945         * layout.C (hasLayout): ditto
1946         (GetLayout): ditto
1947         (GetLayout): ditto
1948         (delete_layout): ditto
1949         (NumberOfClass): ditto
1950         * converter.C (GetFormat): ditto
1951         (GetNumber): ditto
1952         (Add): ditto
1953         (Delete): ditto
1954         (SetViewer): ditto
1955         * bufferlist.C (getFileNames): ditto
1956         (emergencyWriteAll): ditto
1957         (exists): ditto
1958         (getBuffer): ditto
1959         * MenuBackend.C (hasSubmenu): ditto
1960         (hasMenu): ditto
1961         (getMenu): ditto
1962         * BufferView_pimpl.C (getInsetByCode): ditto
1963
1964 2001-04-18  Juergen Vigna  <jug@sad.it>
1965
1966         * vspace.C (asLatexString): fixed the 100% problem.
1967
1968 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1969
1970         * lyxfunc.C (Dispatch): 
1971         * minibuffer.C: 
1972         * minibuffer.h: add a few std:: qualifiers
1973
1974 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1975
1976         * minibuffer.[Ch]: reimplement so that commands is initiated and
1977         run from lyxfunc, simplified som handling, and made the completion
1978         and history code for complete. wip. 
1979
1980         * lyxfunc.C (processKeySym): call message
1981         (miniDispatch): new temporary method
1982         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
1983         (LFUN_MESSAGE): implement
1984         (LFUN_MESSAGE_PUSH): implement
1985         (LFUN_MESSAGE_POP): implement
1986         (initMiniBuffer): the initial/defualt minibuffer message.
1987
1988         * lyxfont.[Ch]: inline some more getters
1989
1990         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
1991
1992         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
1993
1994         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
1995         (AutoSave): use LFUN_MESSAGE
1996         (Reconfigure): ditto
1997
1998         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
1999
2000         * figureForm.C: use LFUN_MESSAGE
2001
2002         * converter.C (runLaTeX): use LFUN_MESSAGE
2003
2004         * bufferview_funcs.C: use LFUN_MESSAGE
2005         (Melt): ditto
2006         (changeDepth): ditto
2007
2008         * bufferparams.h: use boost::
2009
2010         * bufferlist.h: inherit privately from noncopyable
2011
2012         * bufferlist.C (loadLyXFile): remove some commented code.
2013
2014         * buffer.C (runChktex): use LFUN_MESSAGE
2015
2016         * ShareContainer.h: inherit privately from noncopyable
2017
2018         * ParagraphParameters.[hC] (depth): inline it.
2019
2020         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
2021         methods.
2022         (message): new method
2023         (messagePush): ditto
2024         (messagePop): ditto
2025         (show): init minibuffer
2026         (showState): direct call
2027
2028         * LaTeX.[Ch]: inherit privately from noncopyable
2029         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
2030         instead of WriteStatus.
2031
2032         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
2033
2034         * BufferView_pimpl.C (buffer): don't init minibuffer
2035         (workAreaButtonPress): use LFUN_MESSAGE
2036         (workAreaButtonRelease): ditto
2037         (savePosition): ditto
2038         (restorePosition): ditto
2039         (MenuInsertLyXFile): ditto
2040         (workAreaExpose): don't init minibuffer
2041         (update): remove commented code, simplify
2042
2043         * BufferView2.C (openStuff): use LFUN_MESSAGE
2044         (toggleFloat): ditto
2045         (menuUndo): ditto
2046         (menuRedo): ditto
2047         (copyEnvironment): ditto
2048         (pasteEnvironment): ditto
2049         (copy): ditto
2050         (cut): ditto
2051         (paste): ditto
2052         (gotoInset): ditto
2053         (updateInset): remove some commented code
2054
2055         * lastfiles.h: inherit privately from noncopyable
2056         * layout.h: ditto
2057         * lyx_gui.h: ditto
2058         * lyx_main.h: ditto
2059         * lyxlex.h: ditto
2060         * lyxlex_pimpl.h: ditto
2061
2062         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
2063         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
2064         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2065
2066         * LyXAction.h: inherit privately from noncopyable, add methods
2067         func_begin, func_end, returning iterators to the func map.
2068
2069         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
2070         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2071         (func_begin): new method
2072         (func_end): new method
2073
2074         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
2075         and not)
2076         (copySelection): ditto
2077         (pasteSelection): ditto
2078
2079         * BufferView.C: whitespace change
2080         * BufferView.h: inherit privately from noncopyable
2081
2082 2001-04-16  Allan Rae  <rae@lyx.org>
2083
2084         * tabular-old.C (l_getline): 
2085         * spellchecker.C (sc_check_word): 
2086         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
2087         an unrecognised preprocessor directive.  So ensure they're wrapped. 
2088
2089 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
2090
2091         * src/exporter.C (Export): Give an error message when path to file 
2092         contains spaces.
2093
2094 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
2095
2096         * LaTeX.C (deplog): Always check that foundfile exists.
2097
2098 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2099
2100         * lyx_main.h: 
2101         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
2102
2103 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2104
2105         * tabular.[Ch] (getLabelList): implement new method
2106
2107         * minibuffer.h: comment ouf setTiimer
2108
2109         * minibuffer.C (ExecutingCB): constify res
2110         (peek_event): constify s
2111         (Set): constify ntext
2112         (Init): constify nicename
2113
2114         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
2115
2116         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
2117         (savePosition): use two params to Minibuffer::Set
2118         (restorePosition): ditto
2119
2120 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2121
2122         * lyx_main.C: include language.h
2123
2124         * Makefile.am (lyx_main.o): add language.h
2125
2126 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2127
2128         * exporter.C: 
2129         * paragraph.C: 
2130         * screen.C: 
2131         * tabular.C: 
2132         * CutAndPaste.C: include gettext.h
2133
2134         * lyxfont.h: remove old hack with ON and OFF.
2135
2136         * lyxparagraph.h: 
2137         * lyxfont.h: do not include language.h...
2138
2139         * BufferView2.C: 
2140         * LaTeXFeatures.C: 
2141         * Painter.C: 
2142         * bufferview_funcs.C: 
2143         * font.C: 
2144         * lyxfont.C: 
2145         * text.C: 
2146         * text2.C: 
2147         * trans_mgr.C: 
2148         * paragraph.C: ... but do it here instead
2149
2150 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2151
2152         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
2153
2154         * tabular.C: small reformat
2155
2156         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
2157         NEW_INSETS version
2158         (GetChar): ditto
2159         (BreakParagraph): ditto
2160         (SetOnlyLayout): ditto
2161         (SetLayout): ditto
2162
2163         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
2164         with one arg less.
2165
2166         * lastfiles.C: removed most using decl, add std:: where needed
2167
2168         * buffer.C: ws changes
2169
2170         * MenuBackend.C (class compare_format): put into anon namespace
2171         (expand): constify label, names, action, action2
2172         (expand): 
2173
2174         * text.C (SingleWidth): constify font
2175         (IsBoundary): constify rtl2
2176         (GetVisibleRow): constify ww
2177
2178         * LaTeX.C (deplog): constify logfile
2179
2180         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
2181         start_x, end_x
2182         (workAreaExpose): constify widthChange, heightChange
2183
2184         * lyxrow.C (par): moved
2185         (height): moved
2186         (next): moved
2187         * lyxrow.h: as inlines here
2188
2189         * lyxfont.h (shape): moved from lyxfont.C
2190         (emph): moved from lyxfont.C
2191
2192         * lyxfont.C (LyXFont): use initialization list for all
2193         constructors
2194         (shape): move to lyxfont.h as inline
2195         (emph): move to lyxfont.h as inline
2196         
2197
2198 2001-04-04  Juergen Vigna  <jug@sad.it>
2199
2200         * vspace.C: had to include stdio.h for use of sscanf
2201
2202 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
2203
2204         * BufferView.h: 
2205         * BufferView_pimpl.h: remove xforms cruft. Both classes are
2206         independent of xforms.
2207
2208 2001-04-02  Juergen Vigna  <jug@sad.it>
2209
2210         * spellchecker.C: fixed namespace placing!
2211
2212 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2213
2214         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
2215         the LyXParagraph * is 0.
2216
2217 2001-03-29  Juergen Vigna  <jug@sad.it>
2218
2219         * vspace.C: added support for %, c%, p%, l%.
2220         (stringFromUnit): added helper function.
2221         (asLatexString): changed to give right results for the %-values.
2222
2223         * buffer.C: convert the widthp in a width%.
2224
2225 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2226
2227         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
2228         figureForm.[Ch].
2229
2230         * figureForm.[Ch]: stripped the FD_from_figure manipulation
2231         code out of lux_cb.[Ch], ready for its (imminent?) removal.
2232
2233         * lyx_cb.[Ch]: see above.
2234
2235         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
2236         form1.[Ch].
2237
2238         * form1.[Ch]:
2239         * lyx.[Ch]: replaced by figure_form.[Ch].
2240
2241         * lyx_gui.C:
2242         * lyx_gui_misc.C:
2243         * lyxfunc.C: changed headers associated with above changes.
2244
2245 2001-03-27  Juergen Vigna  <jug@sad.it>
2246
2247         * BufferView_pimpl.C: set the temporary cursor right!
2248
2249 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2250
2251         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
2252
2253 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2254
2255         * LString.h: removed "using std::getline"!
2256
2257         * BufferView_pimpl.C (Dispatch): changes due to changes in
2258         InsetInclude::Params.
2259
2260         * buffer.C (tag_name): removed redundant break statements as they were
2261         producing lots of warnings with my compiler.
2262
2263 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2264
2265         * LString.h: add "using std::getline" when using the real <string>.
2266
2267 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
2268
2269         * buffer.C: removed bitset usage.
2270         PAR_TAG moved to an anonymous name space.
2271         (tag_name): new funtion, also in the anonymous namespace.
2272         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
2273         (makeDocBookFile): clean code. Completed transition from string arrays
2274         to string vectors.
2275         (SimpleDocBookOnePar): code clean.
2276
2277 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2278
2279         * tabular.C: add some comments.
2280
2281 2001-03-22  Juergen Vigna  <jug@sad.it>
2282
2283         * buffer.C (parseSingleLyXformat2Token): redone the minipage
2284         compatibility read a bit and fixed bug with minipage in different
2285         depth.
2286
2287 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
2288
2289         * buffer.C (pop_tag): removed.
2290         (push_tag): removed.
2291         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
2292         array replaced with vector. Added support for CDATA sections.
2293         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
2294         at any nest level.
2295         (makeDocBookFile): XML conformant declaration of CDATA section,
2296         fixed bug related to <emphasis> in the first paragraph char.
2297         (sgmlOpenTag): exclude empty tags.
2298         (sgmlCloseTag): ditto.
2299         
2300         * buffer.h (pop_tag): removed.
2301         (push_tag): removed.
2302
2303 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2304
2305         * language.h (Languages): added size_type and size().
2306
2307 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2308
2309         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
2310         response on compability reading of minipages. One probliem is that
2311         the old usage of minipages was «flertydig» 
2312
2313         * several files here and in subdirs: don't use static at file
2314         scope use anon namespaces instead.
2315
2316 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
2317
2318         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
2319         LaTeX output. This is necessary for Literate document
2320         processing.
2321
2322 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2323
2324         * buffer.C: insert hfill when needed.
2325
2326         * tabular.C (l_getline): use string::erase, small whitespace change.
2327
2328         * BufferView_pimpl.C: try the anon namespace.
2329         * WorkArea.C: ditto
2330
2331 2001-03-16  Juergen Vigna  <jug@sad.it>
2332
2333         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
2334         otherwise it won't open options-dialogs.
2335
2336         * buffer.C: honor pextraWidth(p) on converting minipages.
2337
2338         * tabular.C (l_getline): changed the functions to strip trailing \r.
2339
2340 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2341
2342         * BufferView_pimpl.C:
2343         * minibuffer..C: added "using SigC::slot" declaration.
2344
2345 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2346
2347         * lyxlex_pimpl.h: noncopyable is in namespace boost.
2348
2349         * text2.C: ditto
2350
2351         * text.C: ditto
2352
2353         * paragraph.C: ditto
2354
2355         * lyxtext.h: NO_PEXTRA
2356
2357         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
2358
2359         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
2360         * ParameterStruct.h: ditto
2361         * ParagraphParameters.h: ditto 
2362         * lyxparagraph.h: ditto
2363
2364 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2365
2366         * buffer.C: add compability for minipage alignment.
2367         (latexParagraphs): remove unwanted pextra check.
2368
2369         * several files: remove CXX_WORKING_NAMESPACES
2370
2371         * buffer.C (pop_tag): tie is in namespace boost
2372
2373         * BufferView.h: noncopyable is in namespace boost
2374         * lyxlex.h: ditto
2375         * lyx_main.h: ditto
2376         * lyx_gui.h: ditto
2377         * layout.h: ditto
2378         * lastfiles.h: ditto
2379         * bufferlist.h: ditto
2380         * ShareContainer.h: ditto
2381         * LyXView.h: ditto
2382         * LyXAction.h: ditto
2383         * LaTeX.h: ditto
2384
2385 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2386
2387         * Merging changes from BRANCH_MVC back into HEAD.
2388
2389         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
2390
2391 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2392
2393         * BufferView_pimpl.C: change from intl.C
2394
2395         * combox.h:
2396         * combox.C:
2397         * Makefile.am: move combox.*
2398
2399         * form1.h:
2400         * form1.C:
2401         * lyx_gui.C:
2402         * intl.h:
2403         * intl.C: remove dialog (covered by prefs)
2404
2405 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2406
2407         * lyxfunc.C (Dispatch): removed redundant break statement.
2408         
2409 2001-03-14  Juergen Vigna  <jug@sad.it>
2410
2411         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
2412
2413 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2414
2415         * buffer.C: add hack to fix compability reading of minipages.
2416
2417 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2418
2419         * buffer.C (getLists): Cleanup.
2420
2421 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2422
2423         * lyxfont.C (update): don't honor toggleall on font size.
2424
2425 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2426
2427         * bmtable.c:
2428         * bmtable.h:
2429         * Makefile.am: moved to frontends/xforms/
2430
2431         * lyx_gui_misc.C:
2432         * lyxfunc.C:
2433         * BufferView_pimpl.C: changes for moved mathpanel
2434
2435 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2436
2437         * gettext.h: fix gettext_init() in --disable-nls
2438
2439 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2440
2441         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
2442
2443 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2444
2445         * lyx.C:
2446         * lyx.h: strip external form
2447
2448 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2449
2450         * BufferView_pimpl.C: add comment, destroySplash()
2451
2452 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2453
2454         * BufferView_pimpl.C:
2455         * LyXAction.C:
2456         * buffer.C:
2457         * commandtags.h:
2458         * lyxfunc.C: use re-worked insetinclude
2459
2460 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2461
2462         * buffer.C: add using std::stringstream.
2463
2464         * lyx_cb.C: readd using std::ios.
2465
2466         * buffer.C: add using std::map.
2467
2468         * BufferView_pimpl.C: add using std::vector.
2469
2470         * ShareContainer.h: add std:: to swap.
2471
2472         * buffer.h: add some typedefs
2473         * buffer.C (getLists): use them
2474         (getLists): renamed from getTocList.
2475         add a counter for the different float types and use it in the
2476         generated string.
2477         (getLists): use the same counter for the NEW_INSETS and the "non"
2478         NEW_INSETS
2479
2480         * lyx_cb.h: remove unused items, includes, using etc.
2481
2482         * ShareContainer.h: remove some commented code, add more comments
2483         and "documentation".
2484
2485 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2486
2487         * buffer.C (getTocList): make the list also when NEW_INSETS is
2488         defined.
2489
2490         * buffer.h: remove TocType
2491
2492         * buffer.C (getTocList): change to return a map<string,
2493         vector<TocItem> >, implement for dynamic number of list.
2494
2495         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
2496         * text2.C (PasteSelection): adjust
2497         * CutAndPaste.C (pasteSelection): adjust
2498
2499         * FloatList.C (FloatList): update from the new_insets branch.
2500         * Floating.[Ch]: ditto
2501         * LaTeXFeatures.C: ditto
2502         * buffer.C: ditto
2503         * lyxlex_pimpl.C: ditto
2504         
2505         * paragraph.C (Last): remove when NEW_INSETS is defined.
2506
2507         * other file: changes because of the above.
2508
2509 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2510
2511         * lyxparagraph.h: rename next to next_, previous to previous_,
2512         make them private for NEW_INSETS. Rename Next() to next(),
2513         Previous() to previous().
2514
2515         * other files: changes because of the above.
2516
2517 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
2518
2519         * BufferView.h: 
2520         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
2521         problem.
2522
2523 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2524
2525         * main.C (main): pass lyx_localedir to gettext_init().
2526
2527         * gettext.h: remove locale_init and gettext_init macros
2528
2529         * gettext.C (locale_init): new function
2530         (gettext_init): new function
2531
2532         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
2533         setlocale().
2534
2535 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2536
2537         * Moved credits to frontends:
2538         * credits.[Ch]: removed
2539         * credits_form.[Ch]: removed
2540         * lyx_gui_misc.C: remove credits stuff
2541         * Makefile.am:
2542
2543 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2544
2545         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
2546
2547         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
2548         unneeded destructor.
2549
2550         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
2551         a standalone pointer again.
2552
2553         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
2554
2555 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2556
2557         * Makefile.am:
2558         * filedlg.h:
2559         * filedlg.C:
2560         * LyXAction.C:
2561         * ToolbarDefaults.C:
2562         * bufferlist.C:
2563         * commandtags.h:
2564         * form1.C:
2565         * form1.h:
2566         * lyx_cb.C:
2567         * lyx_cb.h:
2568         * lyxfunc.h:
2569         * lyxfunc.C:
2570         * BufferView_pimpl.C: use new file dialog in GUII
2571
2572         * lyx_cb.h:
2573         * lyx_cb.C: remove LayoutsCB to Toolbar
2574
2575 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2576
2577         * ShareContainer.h (get): add std:: qualifier
2578
2579 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2580
2581         * ShareContainer.h: define a proper ShareContainer::value_type
2582         type (and use typename to please compaq cxx)
2583
2584 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2585
2586         * lyxparagraph.h: move serveral local vars to
2587         ParameterStruct/ParagraphParameters., use ShareContainer in
2588         FontTable., make vars in FontTable private and add getter and
2589         setter.
2590
2591         * paragraph.C: changes because of the above.
2592
2593         * lyxfont.h: remove copy constructor and copy assignment. (the
2594         default ones is ok), move number inside FontBits. move inlines to
2595         lyxfont.C 
2596
2597         * lyxfont.C: add number to initializaton of statics, move several
2598         inlines here. constify several local vars. some whitespace
2599         cleanup. Dont hide outerscope variables.
2600
2601         * Spacing.h: add two new constructors to match the set methods.
2602
2603         * ShareContainer.h: new file, will perhaps be moved to support
2604
2605         * ParameterStruct.h: new file
2606
2607         * ParagraphParameters.h: new file
2608
2609         * ParagraphParameters.C: new file
2610
2611         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
2612         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
2613
2614         * BufferView_pimpl.C: ParagraphParameter changes.
2615         * buffer.C: Likewise.
2616         * bufferview_funcs.C: Likewise.
2617         * text.C: Likewise.
2618         * text2.C: Likewise.
2619         
2620 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2621
2622         * lyxfind.C (LyXReplace): do not redefine default argument in
2623         implementation. 
2624         (IsStringInText): ditto
2625         (SearchForward): ditto
2626         (SearchBackward): ditto
2627
2628 2001-03-06  Juergen Vigna  <jug@sad.it>
2629
2630         * lyxfind.C (IsStringInText): put parentes around expressions.
2631
2632 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2633
2634         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
2635         
2636 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2637
2638         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
2639
2640         * stl_string_fwd.h: add comment
2641
2642         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
2643
2644         * tabular.h:
2645         * tabular.C: remove unused DocBook methods
2646
2647         * intl.C:
2648         * language.C:
2649         * paragraph.C:
2650         * buffer.C:
2651         killed DO_USE_DEFAULT_LANGUAGE
2652
2653 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2654
2655         * lyx_gui.C: do not include language.h.
2656
2657         * bufferview_funcs.C (ToggleAndShow): do not provide optional
2658         arguments in function implementation.
2659
2660 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2661
2662         * BufferView_pimpl.C: add <ctime>
2663
2664 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2665
2666         * BufferView_pimpl.C: add using std::find_if
2667
2668 2001-02-27  José Matos  <jamatos@fep.up.pt>
2669         
2670         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
2671         by OnlyPath.
2672         
2673 2001-02-11  José Matos  <jamatos@fep.up.pt>
2674
2675         * buffer.C (makeDocBookFile): command styles now have a parameter as
2676         "title" by default.
2677
2678 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2679
2680         * layout_forms.[Ch]: removed
2681         * lyx_cb.[Ch]: out character
2682         * lyx_gui.C: out character
2683         * lyx_gui_misc.C: out character
2684         * bufferview_funcs.C: : out character,
2685         added toggleall as parameter in ToggleAndShow
2686                    
2687 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2688
2689         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
2690
2691         * text2.C (SetCurrentFont): Disable number property at boundary.
2692
2693 2001-02-26  Juergen Vigna  <jug@sad.it>
2694
2695         * lyxfunc.C (getStatus): added a string argument override function so
2696         that this is correctly called from LyXFunc::Dispatch if it contains a
2697         do_not_use_argument which is used!
2698         (Dispatch): added check for "custom" export and call appropriate func.
2699
2700 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2701
2702         * lyxrc.C: Add language_command_local, language_use_babel and
2703         language_global_options.
2704
2705         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
2706
2707         * buffer.C (makeLaTeXFile): Use language_use_babel and 
2708         language_global_options.
2709
2710 2001-02-23  Juergen Vigna  <jug@sad.it>
2711
2712         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
2713         which works with LyXText and putted it inside BufferView. Here now we
2714         only call for that part the BufferView::Dispatch() function.
2715
2716         * BufferView.C (Dispatch): added.
2717
2718         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
2719         functions which needs to use a LyXText over from LyXFunc.
2720         (MenuInsertLyXFile): added
2721         (getInsetByCode): added
2722         (moveCursorUpdate): added
2723         (static TEXT): added
2724
2725 2001-02-22  Juergen Vigna  <jug@sad.it>
2726
2727         * BufferView_pimpl.C (update): call a status update to see if LyXText
2728         needs it.
2729
2730 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2731
2732         * vc-backend.C (revert): implement for CVS
2733         (getLog): implement for CVS
2734
2735 2001-02-20  Juergen Vigna  <jug@sad.it>
2736
2737         * text2.C (ClearSelection): added BufferView param for inset_owner call
2738
2739         * lyxfunc.C (TEXT): added this function and use it instead of
2740         directly owner->view()-text of getLyXText().
2741
2742 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2743
2744         * src/layout_forms.C: out preamble
2745         * src/layout_forms.h: out preamble
2746         * src/lyx_cb.C: out preamble
2747         * src/lyx_cb.h: out preamble
2748         * src/lyx_gui.C: out preamble
2749         * src/lyx_gui_misc.C: out preamble
2750         * src/lyxfunc.C: connect with guii preamble
2751
2752 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2753
2754         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
2755
2756 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
2757
2758         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
2759         whether to run bibtex.
2760
2761 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
2762
2763         * Makefile.am (lyx_SOURCES): Remove BackStack.h
2764
2765 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2766
2767         * Makefile.am (lyx_SOURCES): removed bibforms.h
2768
2769         * vspace.h: doxygen
2770
2771         * text.C (GetVisibleRow): make several local vars const
2772
2773         * tabular.C: small cleanup.
2774
2775         * lyxserver.C (callback): use compare instead of strncmp
2776
2777         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
2778         inlines to after class or to paragraph.C
2779
2780         * lyxfont.h: remove friend operator!=
2781
2782         * converter.h: move friend bool operator< to non friend and after
2783         class def.
2784
2785         * combox.h: small cleanup
2786
2787         * buffer.h: doxygen, remove unused constructor, move inclas inlies
2788         to inlines after class def.
2789
2790         * buffer.C (pop_tag): use string operations instead of strcmp
2791
2792         * bmtable.c: doxygen, small cleanup
2793
2794         * LaTeX.h: remove friend operator==
2795
2796 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2797
2798         * screen.C: 
2799         * lyxrc.[Ch]:
2800         * lyxfunc.C: 
2801         * lyxfont.[Ch]: 
2802         * lyx_cb.C: 
2803         * intl.[Ch]: 
2804         * commandtags.h: 
2805         * buffer.C: 
2806         * WorkArea.[Ch]: 
2807         * LyXAction.C: 
2808         * BufferView_pimpl.C:
2809         * BufferView.[Ch]: remove cruft
2810
2811 2001-02-14  Juergen Vigna  <jug@sad.it>
2812
2813         * lyxfunc.C: removed #if 0 unused code
2814
2815         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
2816
2817         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
2818
2819         * text2.C (SetSelection): added a BufferView * parameter
2820
2821 2001-02-13  Juergen Vigna  <jug@sad.it>
2822
2823         * lyxfunc.C (Dispatch): fixed protected blank problem.
2824         * BufferView2.C (protectedBlank): added LyxText * parameter.
2825
2826         * tabular.C (AppendRow): forgot to set row_info of newly added row.
2827         (AppendColumn): same as above for column_info.
2828
2829         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
2830         (moveCursorUpdate): use a LyXText param for support of InsetText.
2831
2832         * BufferView_pimpl.C (doubleClick): added support for InsetText.
2833         (tripleClick): ditto
2834
2835         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
2836
2837         * BufferView_pimpl.C (update): added LyXText param to honor insets.
2838
2839         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
2840
2841         * text2.C (SetSelection): set correct update status if inset_owner
2842         (ToggleFree): ditto
2843
2844 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2845
2846         * tabular.C: remove some commented code.
2847
2848 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2849
2850         * BufferView_pimpl.C: call hideSplash()
2851
2852         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
2853
2854         * include_form.h:
2855         * bibforms.h: remove
2856
2857         * lyxfunc.C:
2858         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
2859           add LFUN_CHILD_CREATE
2860
2861         * counters.h: fix tiny typo
2862         
2863         * lyx_cb.C:
2864         * lyx.h:
2865         * lyx_gui.C:
2866         * lyx.C: move splash to frontends/xforms/
2867
2868         * lyx_gui_misc.C: move Include and Bibform to frontends
2869
2870         * lyxvc.h: clarify comment
2871
2872         * vspace.C: tiny housekeeping
2873
2874 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2875
2876         * text.C (PrepareToPrint): RTL Fix.
2877
2878         * paragraph.C (GetUChar): New method.
2879         (String):  Use GetUChar.
2880
2881         * buffer.C (asciiParagraph): Use GetUChar.
2882
2883 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2884
2885         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
2886
2887 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2888
2889         * buffer.h:
2890         * buffer.C: rename to getLogName(), handle
2891           build log / latex log nicely
2892
2893 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2894
2895         * MenuBackend.C: 
2896         * MenuBackend.h: remove support for reference menuitem type.
2897
2898 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2899
2900         * BufferView_pimpl.C: housekeeping
2901         * BufferView_pimpl.h:
2902         * LyXView.h:
2903         * Makefile.am:
2904         * Timeout.C:
2905         * Timeout.h:
2906         * minibuffer.h: move Timeout GUI-I
2907                           
2908 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
2909
2910         * lyxrc.C (read): Update converters data-structures.
2911
2912 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2913
2914         * LaTeX.h (operator!=): add operator != for Aux_Info 
2915
2916 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2917
2918         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
2919
2920         * LaTeXLog.C: deleted, useful code moved to Buffer
2921
2922         * buffer.h:
2923         * buffer.C: new function getLatexLogName()
2924
2925         * lyx_gui_misc.C:
2926         * lyx_gui.C:
2927         * lyxvc.C:
2928         * lyxvc.h:
2929         * lyxfunc.C: use frontends for LaTeX and VC logs
2930
2931 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2932
2933         * LaTeX.h: yet another std:: that Allan forgot.
2934
2935         * Variables.C (set): renamed from isset(), because this clashes
2936         with some HP-UX macros (grr).
2937
2938 2001-02-06  Allan Rae  <rae@lyx.org>
2939
2940         * LaTeX.h: Another bug fix.  Missing std:: this time.
2941
2942 2001-02-04  Allan Rae  <rae@lyx.org>
2943
2944         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
2945         floats problem. I've left it commented out because it's not quite
2946         correct.  It should also test that the current object is a table or
2947         figure inset.  But I haven't gotten around to figuring out how to do
2948         that.  I *think* it'll be something like: "table" == inset.type()
2949
2950         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
2951         bool.
2952
2953 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2954
2955         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
2956         all the citation/databases/styles in the auxilary file. 
2957         (run): Rerun latex if there was a babel language error.
2958
2959 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
2960
2961         * text.C (Backspace): Preserve the font when changing newline char
2962         with a space.
2963         (BreakParagraph): If the cursor is before a space, delete the space.
2964
2965         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
2966
2967 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2968
2969         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
2970         new argument (code).
2971         (ChangeCitationsIfUnique): New method.
2972
2973         * paragraph.C (GetPositionOfInset): Handle bibkey.
2974
2975 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2976
2977         * BufferView_pimpl.h: change type of Position::par_pos to
2978         LyXParagraph::size_type. 
2979
2980 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
2981
2982         * BufferView_pimpl.C (savePosition, restorePosition): Write
2983         messages to minibuffer.
2984
2985 2001-01-28  José Matos  <jamatos@fep.up.pt>
2986
2987         * buffer.C (makeDocBookFile): adds support for document language.
2988         A silly restriction on the name of LatexCommand types where removed.
2989         Added support for CDATA sections, allows to chars unescaped, used
2990         among others in code, to avoid escape < and >.
2991         
2992 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2993
2994         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
2995         saved positions instrad of a stack. Furthermore, a position is
2996         stored using paragraph id/paragraph position.
2997
2998         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
2999         Remove LFUN_REF_BACK.
3000
3001 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3002
3003         * converter.C (dvipdfm_options): New method.
3004
3005 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3006
3007         * vspace.C (isValidLength): Fix for empty input string.
3008
3009 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3010
3011         * LyXAction.C (init): change description of LFUN_FIGURE to
3012         "Insert Graphics"
3013
3014 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3015
3016         * LaTeX.C: add using directive
3017
3018 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3019
3020         * MenuBackend.C (expand): Fix the sorting of the formats.
3021
3022 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
3023
3024         * lyx_main.C: tiny error message fix
3025
3026 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3027
3028         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
3029         calling fl_initialize(). This fixes the problem with ',' as
3030         decimal separator in text files.
3031
3032 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3033
3034         * trans.C (process): Fix the keymap bug.
3035
3036 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
3037
3038         * LaTeX.C (scanAuxFiles): New method. Provides support for
3039         multiple bibliographies (when using the bibtopic/bibunits pacakges).
3040         (scanLogFile) Scan for "run BibTeX" messages.
3041
3042         * buffer.C (makeLaTeXFile): Do not load the ae package when using
3043         OT1 font encoding. Also, load the aecompl package if the ae
3044         package is loaded.
3045
3046         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
3047
3048 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3049
3050         * texrow.C (increasePos): turn two error messages into debug
3051         messages. 
3052
3053 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
3054
3055         * LaTeX.C (scanAux): Handle the \@input macro.
3056         (runBibTeX): Use scanAux().
3057
3058         * language.C (latex_options_): New field.
3059
3060         * LaTeXFeatures.C (getMacros): Add language macros.
3061
3062         * buffer.C (makeLaTeXFile): Small fix.
3063
3064 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3065
3066         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
3067
3068         * text2.C: add a using directive.
3069
3070 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
3071
3072         * BufferView2.C:
3073         * lyx_gui_misc.h:
3074         * lyxfr1.C:
3075         * lyxfunc.C: kill LyXBell.
3076
3077 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
3078
3079         * text.C (IsBoundary): Remove the error message
3080         
3081         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
3082
3083         * lyxrc.C (setDefaults): Correct initialization value for
3084         font_norm_type.
3085
3086 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3087
3088         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
3089         gotoError().
3090
3091         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
3092         and GotoNextNote().
3093
3094         * src/LyXAction.C: Added reference-next.
3095
3096         * text.C (InsertChar): Use contains instead of strchr.
3097
3098         * lyx_cb.C (MenuInsertLabel): Enable default value code.
3099
3100 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
3101
3102         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
3103         alignment commands (when needed).
3104
3105         * text.C (InsertChar): Add ':' to number separator chars.