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