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