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