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