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