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