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