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