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