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