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