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