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