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