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