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