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