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