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