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