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