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