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