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