]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
add messages to Makefile
[lyx.git] / src / ChangeLog
1 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4
5         * messages.[Ch]: New files
6
7 2003-04-18  John Levon  <levon@movementarian.org>
8
9         * BufferView.h:
10         * BufferView.C:
11         * BufferView_pimpl.C:
12         * lfuns.h:
13         * LyXAction.C:
14         * lyxtext.h:
15         * text2.C: remove layout-copy/paste (bug 778)
16
17 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
18
19         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
20
21 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
22
23         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
24         if they succeed. Act accordingly.
25
26 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
27
28         * text2.C (setCharFont): adjust
29         (setCounter): adjust
30         (insertStringAsLines): adjust
31
32         * text.C (leftMargin): adjust
33         (setHeightOfRow): adjust
34
35         * rowpainter.C (paintFirst): adjust
36         (paintLast): adjust
37
38         * paragraph_funcs.C (depthHook): ParagraphList::iterators
39         (outerHook): ditto
40         (isFirstInSequence): ditto
41         (getEndLabel): ditto
42         (outerFont): adjust
43
44         * paragraph.C (getParLanguage): comment out some hard stuff.
45
46         * buffer.C (insertStringAsLines): take a ParagraphList as arg
47         (sgmlError): ditto
48         (simpleDocBookOnePar): ditto
49         (makeDocBookFile): use ParagraphList::iterator
50
51         * CutAndPaste.C (pasteSelection): adjust
52
53 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
54
55         * text2.C (getFont): adjust
56         (getLayoutFont): adjust
57         (getLabelFont): adjust
58
59         * paragraph_funcs.C (TeXOnePar): adjust
60
61         * buffer.C (simpleLinuxDocOnePar): adjust
62         (simpleDocBookOnePar): adjust
63
64         * CutAndPaste.C (pasteSelection): adjust
65
66         * BufferView.C (getEncoding): adjust
67
68         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
69
70 2003-04-16  John Levon  <levon@movementarian.org>
71
72         * lyxfind.C: use parlist stuff for search/changes
73
74 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
75
76         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
77
78         * text2.C (deleteEmptyParagraphMechanism): adjust
79
80         * text2.[Ch] (ownerParagraph): delete func (both of them
81
82 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
83
84         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
85
86 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
87
88         * ParagraphList.C: prepare for NO_NEXT
89
90 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
91
92         * text2.C (getFont): adjust
93         (getLayoutFont): adjust
94         (getLabelFont): adjust
95
96         * paragraph.C (getFont): adjust
97         (getLabelFont): adjust
98         (getLayoutFont): adjust
99
100         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
101
102 2003-04-15  John Levon  <levon@movementarian.org>
103
104         From Angus Leeming
105
106         * lyx_main.C: handle Include in .ui files
107
108 2003-04-15  John Levon  <levon@movementarian.org>
109
110         * MenuBackend.C: make the doc files length shorter
111
112         * ToolbarBackend.h:
113         * ToolbarBackend.C: handle toolbar placement flags,
114         Minibuffer
115
116 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
117
118         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
119         adjust
120
121         * paragraph_funcs.C (TeXOnePar): adjust
122
123         * paragraph.C (getLabelFont): add outerfont arg, adjust
124         (getLayoutFont): ditto
125         (simpleTeXOnePar): adjust
126
127         * paragraph_pimpl.C (realizeFont): delete func
128
129 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
130
131         * text2.C (beforeFullRowInset): added a bad getchar check, removed
132         row argument, constify cur argument.
133
134 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
135
136         * text2.C (getFont): adjust
137         (getLayoutFont): adjust
138         (getLabelFont): adjust
139
140         * paragraph_funcs.C (TeXOnePar): adjust
141         (outerFont): new func...
142         (realizeFont): ...moved out from here, changed this to facilitate
143         transition
144
145         * paragraph.C (getFont): take outerfont as arg, adjust
146         (simpleTeXOnePar): add outerfont arg, adjust
147
148         * buffer.C (simpleLinuxDocOnePar): adjust
149         (simpleDocBookOnePar): adjust
150
151         * CutAndPaste.C (pasteSelection): adjust
152
153         * BufferView.C (getEncoding): adjust
154
155 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
156
157         * text2.C (setCharFont): adjust
158         (setCounter): adjust
159
160         * text.C (leftMargin): adjust
161         (setHeightOfRow): adjust
162
163         * rowpainter.C (paintFirst): adjust
164         (paintLast): adjust
165
166         * paragraph_pimpl.C (realizeFont): adjust
167
168         * paragraph.C (isFirstInSequence): move from here...
169         * paragraph_funcs.C (isFirstInSequence): ...to here
170
171         * paragraph.C (outerHook): move from here...
172         * paragraph_funcs.C (outerHook): ...to here
173
174         * paragraph.C (depthHook): move from here...
175         * paragraph_funcs.C (depthHook): ...to here
176
177         * paragraph.C (getEndLabel): move from here...
178         * paragraph_funcs.C (getEndLabel): ...to here
179
180         * text2.C (realizeFont): move from here...
181         * paragraph_funcs.C (realizeFont): ...to here
182
183 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
184
185         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
186
187 2003-04-14  Angus Leeming  <leeming@lyx.org>
188
189         * LColor.[Ch]: scrap LColor mathcursor.
190
191 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
192
193         * lyxlex.[Ch] (text): delete function
194         * trans.C (Load): adjust
195         * paragraph_funcs.C (readParToken): adjust
196
197 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
198
199         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
200         vector<char> instead of a char[].
201
202         * lyxlex_pimpl.C (getString): adjust
203         (next): adjust
204         (lex): use getString
205         (eatLine): adjust
206         (nextToken): adjust
207
208         * lyxlex.C (text): use pimpl_->getString()
209         (getBool): ditto
210         (findToken): ditto
211
212 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
213
214         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
215         (makeFontEntriesLayoutSpecific): temp var for par.size()
216         (setLayout): temp var for ownerParagraphs().end()
217         (fullRebreak): temp var for rows().end()
218         (selectionAsString): temp var for boost::next(startpit), realize
219         that the while really is a regular for loop.
220         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
221         setCursor in one place.
222         (setParagraph): temp vr for ownerParagraphs().end()
223         (updateCounters): make the while loop a for loop
224         (cutSelection): temp var for ownerParagraphs().end()
225         (updateInset): make the do {} while() a regular for loop
226         (getCursorX): use temp vars
227         (setCurrentFont): use temp vars
228         (getColumnNearX): use temp vars
229
230 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
231
232         * text.C (transformChar): use temp var for getChar
233         (computeBidiTables): use temp var for row->par()
234         (fill): move temp vars for row->par() and pit->layout() earlier in
235         the function.
236         (labelFill): use temp var for row->par()
237         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
238         asc and desc, realize that pit never changes and that firstpit is
239         just a duplicate and not needed. Exchange rit->par() with pit in a
240         lot of places.
241         (breakAgain): use a temp var for boost::next(rit)
242         (breakAgainOneRow): ditto
243         (breakParagraph): use a temp var for rows().begin()
244         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
245         (cursorRightOneWord): use temp var for cursor.par() and
246         cursor.pos(), remove usage of tmpcursor.
247         (cursorLeftOneWord): use temp var for cursor.par() and
248         cursor.pos() only set cur at end of function.
249
250 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
251
252         * text.C, text2.C: exchange all usage of Paragraph::next with
253         boost::next(ParagraphList::iterator)
254
255         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
256
257         * text2.C (cursorTop): simplify implementation
258         (cursorBottom): ditto
259         (setParagraph): use ParagraphList::iterator
260         (setCurrentFont): adjust
261         (getColumnNearX): adjust
262         (cursorRight): adjust
263         (cursorLeft): remove usage of Paragraph::previous
264         (cursorUpParagraph): ditto
265         (deleteEmptyParagraphMechanism): slight cleanup
266
267         * text.C (isBoundary): take a Paragraph const & instead of a
268         pointer as arg.
269         (addressBreakPoint): ditto
270         (leftMargin): remove usage of Paragraph::previous.
271         (setHeightOfRow): ditto
272         (cursorLeftOneWord): ditto
273         (selectNextWordToSpellcheck): ditto
274         (Delete): ditto
275         (backspace): ditto
276         (breakParagraph): remove one usage of Paragraph::next
277         (redoParagraph): ditto
278         (acceptChange): ditto
279         (insertChar): adjust
280         (rowBreakPoint): adjust
281
282         * bufferview_funcs.C (toggleAndShow): adjust
283
284 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
285
286         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
287         methods to access it.
288         * lyxtext.h:
289         * text.C: Added updateRowPositions to compute all row positions.
290         Make top_y and getRowNearY() to use the cached y position
291
292 2003-04-11  John Levon  <levon@movementarian.org>
293
294         * text.C (rowBreakPoint): reintroduce the labelEnd
295         checks, code copied from the row fill stuff. Deep voodoo.
296
297         * text.C (fill): add a comment and debugging for the
298         next poor soul.
299
300 2003-04-11  John Levon  <levon@movementarian.org>
301
302         * text.C: make sure fullrow insets get wrapped to the next line,
303         even when they're in a manual label
304
305 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
306
307         * text2.C (insertParagraph): make it take ParagraphList::iterator
308         as arg.
309         (setLayout): make it return ParagraphList::iterator
310         (redoParagraphs): ditto
311         (setCounter): ditto
312         (checkParagraph): ditto
313
314         * text.C (getRow): make getrow take ParagraphList::iterator as arg
315
316         * text2.C: adjust several funcs.
317         (realizeFont): take a ParagraphList::iterator as arg.
318         (getLayoutFont): ditto
319         (getLabelFont): ditto
320         (setCharFont): ditto
321
322         * text.C: adjust several funcs.
323
324 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
325
326         * text.C (selectNextWordToSpellcheck): don't accidentally
327         skip insets
328
329 2003-04-10  John Levon  <levon@movementarian.org>
330
331         * ToolbarBackend.C (getIcon): special handling for
332         LFUN_MATH_DELIM
333
334 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
335
336         * text2.C (cursorRight): a getChar assert fixed
337
338 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
339
340         * text2.C (getFont): change to take a ParagraphList::iterator
341         instead of Paragraph*
342         Adjust several functions.
343
344         * text.C (transformChar): change to take a ParagraphList::iterator
345         instead of Paragraph*
346         (singleWidth): ditto
347         Adjust several functions.
348
349         * rowpainter.C: adjust several functions
350         * rowpainter.h:store a ParagraphList::iterator and not a
351         Paragraph&.
352
353
354 2003-04-09  John Levon  <levon@movementarian.org>
355
356         * lyxfunc.C:
357         * lfuns.h:
358         * LyXAction.h:
359         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
360         and the "help" bits as well
361
362 2003-04-09  John Levon  <levon@movementarian.org>
363
364         * ToolbarBackend.h:
365         * ToolbarBackend.C: allow multiple toolbars
366
367 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
368
369         * undo_funcs.C (setCursorParUndo): adjust
370
371         * text_funcs.C (transposeChars): adjust
372
373         * text3.C (gotoNextInset): adjust
374         (dispatch): adjust
375
376         * text2.C (setLayout): adjust
377         (changeDepth): adjust
378         (setFont): adjust
379         (redoParagraphs): adjust
380         (selectionAsString): adjust
381         (setParagraph): adjust
382         (insertInset): adjust
383         (cutSelection): adjust
384         (copySelection): adjust
385         (pasteSelection): adjust
386         (insertStringAsLines): adjust
387         (updateInset): adjust
388         (setCursor): change to take a ParagraphList::iterator parameter
389         (setCursorIntern): change to take a ParagraphList::iterator parameter
390         (setCurrentFont): adjust
391         (cursorLeft): adjust
392         (cursorRight): adjust
393         (deleteEmptyParagraphMechanism): adjust
394
395         * text.C (breakParagraph): adjust
396         (insertChar): adjust
397         (acceptChange): adjust
398         (rejectChange): adjust
399         (selectNextWordToSpellcheck): adjust
400         (changeCase): adjust
401         (Delete): adjust
402         (backspace): adjust
403
404         * lyxfind.C (SearchForward): adjust
405         (SearchBackward): adjust
406         (nextChange): adjust
407
408         * lyxcursor.C (par): adjust
409
410         * lyxcursor.h: store a ParagraphList::iterator instead of a
411         Paragraph*
412
413         * lyx_cb.C (getPossibleLabel): adjust
414
415         * bufferview_funcs.C (toggleAndShow): adjust
416
417         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
418         (dispatch): adjust
419
420         * BufferView.C (removeAutoInsets): adjust
421         (lockedInsetStoreUndo): adjust
422
423 2003-04-09  John Levon  <levon@movementarian.org>
424
425         * ToolbarBackend.C: try icon without argument
426         if with argument fails
427
428 2003-04-08  John Levon  <levon@movementarian.org>
429
430         * ToolbarBackend.h:
431         * ToolbarBackend.C: add getIcon(), handle tooltip,
432         and change from "Icon" to "Item".
433
434 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
435
436         * BufferView.C (lockInset): another bad getchar crunched
437
438 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
439
440         * text2.C (changeDepth): do not setUndo on test_only (make undo work
441         again)
442
443 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
444
445         * lyxfind.C (searchForward, searchBackwards): bug 782
446
447 2003-04-07  John Levon  <levon@movementarian.org>
448
449         * paragraph.C: remove dead comment
450
451         * text.C: remove troublesome depth-fiddling code
452         in leftMargin() and rightMargin() (bug 1017)
453
454         * text.C: fix breaking of rows in nested lists
455         (bug 1004)
456
457         * text2.C (updateCounters): fix up depth values
458         (bug 1013)
459
460 2003-04-07  John Levon  <levon@movementarian.org>
461
462         * BufferView_pimpl.C: clear message when doc finishes resizing,
463         and after a mouse event
464
465         * lyxfunc.C: clear message after exiting inset
466
467 2003-04-07  John Levon  <levon@movementarian.org>
468
469         * bufferview_funcs.C: show math status not outside
470         status in the statusbar
471
472 2003-04-07  John Levon  <levon@movementarian.org>
473
474         * lyxfunc.C: note status changed after a depth change
475
476 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
477
478         * LaTeX.h: move AuxInfo operator==, != out of line.
479         Remove LaTeX virtual destructor; nothing derives from it.
480         Move operator()() out of public area and rename it startscript().
481         Change protected for private.
482
483 2003-04-04  Angus Leeming  <leeming@lyx.org>
484
485         * lyxfunc.C:
486         * text2.C: remove unneeded #includes.
487
488 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
489
490         * text2.C (dEPM): fix the heigth of the next row
491
492 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
493
494         * text.C: squashed an invalid getChar requester + some ws changes
495
496 2003-04-03  John Levon  <levon@movementarian.org>
497
498         * bufferview_funcs.h:
499         * bufferview_funcs.C:
500         * lyxfunc.C:
501         * lyxtext.h:
502         * text2.C: make getStatus work for the env depth lfuns
503
504 2003-04-03  John Levon  <levon@movementarian.org>
505
506         * bufferview_funcs.h:
507         * bufferview_funcs.C:
508         * lyxfunc.C:
509         * lyxtext.h:
510         * text2.C: parlistize decDepth(), by merging it with incDepth()
511
512 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
513
514         * lyxrow.h: store a ParagraphList::iterator instead of a
515         Paragraph* and adjust other class functions to suit.
516
517         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
518         above.
519
520 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
521
522         * text2.C (setCursor): do not anchor to cursor row for the time being
523
524 2003-04-02  John Levon  <levon@movementarian.org>
525
526         * LyXAction.C:
527         * lfuns.h:
528         * lyx_main.C:
529         * lyxtext.h:
530         * text.C:
531         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
532
533 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
534
535         * paragraph.h: make ParagraphList and ParagraphList::iterator
536         friends of Paragraph.
537
538         * buffer.C (makeLinuxDocFile): move towards ParagraphList
539
540         * ParagraphList.C: Use the private next_ and previous_ from
541         Paragraph.
542
543 2003-04-01  John Levon  <levon@movementarian.org>
544
545         * ToolbarBackend.h:
546         * ToolbarBackend.C:
547         * Makefile.am: rename, remove defaults gunk
548
549         * MenuBackend.h:
550         * MenuBackend.C: remove defaults gunk
551
552         * Languages.h:
553         * Languages.C: remove defaults gunk
554
555         * lyx_main.h:
556         * lyx_main.C: error out if files couldn't be found.
557
558 2003-04-02  John Levon  <levon@movementarian.org>
559
560         * text2.C: make incDepth() use parlist
561
562 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
563
564         * undo_funcs.C (firstUndoParagraph): adjust
565
566         * text3.C (gotoInset): adjust
567         (dispatch): adjust, and rewrite loop.
568
569         * text2.C (init): adjust, and rewrite loop.
570         (redoParagraphs): adjust
571         (updateInset): adjust, and rewrite loop.
572         (deleteEmptyParagraphMechanism): adjust
573
574         * tabular.C (LyXTabular): adjust
575         (SetMultiColumn): adjust
576         (TeXRow): adjust
577
578         * lyxtext.[Ch] (ownerParagraph): delete function
579         (ownerParagraphs): new function returns a ParagraphList.
580
581         * BufferView.C (removeAutoInsets): adjust
582         (insertErrors): adjust
583         (setCursorFromRow): adjust
584
585 2003-04-01  Angus Leeming  <leeming@lyx.org>
586
587         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
588         in the frontends.
589
590 2003-04-02  John Levon  <levon@movementarian.org>
591
592         * lyxtext.h:
593         * text.C:
594         * Makefile.am:
595         * text_funcs.h:
596         * text_funcs.C: make transposeChars a free function
597
598         * lyxrow_funcs.C: remove wrong comment
599
600 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
601
602         * lyxtext.h: adjust
603         * rowpainter.C: adjust
604         * text.C: adjust
605         * text2.C: adjust
606         * text3.C: adjust
607
608         * lyxrow_funcs. [Ch]: new files
609
610         * lyxrow.[Ch]: remove next and previous pointers
611         (next,previous): remove accessor functions
612         (isParEnd): move to lyxrow_funcs
613         (lastPos): move to lyxrow_funcs
614         (nextRowIsAllInset): move to lyxrow_funcs
615         (lastPrintablePos): move to lyxrow_funcs
616         (numberOfSeparators): move to lyxrow_funcs
617         (numberOfHfills): move to lyxrow_funcs
618         (numberOfLabelHfills): move to lyxrow_funcs
619         (hfillExpansion): move to lyxrow_funcs
620
621         * lyxfunc.C: adjust
622
623         * bufferview_funcs.C (toggleAndShow): adjust
624
625         * RowList.h: Remove class RowList from file leave just a
626         std::list<Row>.
627
628         * RowList.C: delete file
629
630         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
631         and lyxrow_funcs.h
632
633 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
634
635         * text3.C (cursorPrevious): adjust
636         (cursorNext): adjust
637         (dispatch): adjust
638
639         * text2.C (redoHeightOfParagraph): adjust
640         (redoDrawingOfParagraph): adjust
641         (setCursor): adjust
642
643         * text.C (breakParagraph): adjust
644         (insertChar): adjust
645         (backspace): adjust
646
647         * rowpainter.C (RowPainter): adjust
648         (leftMargin): simplify and adjust
649         (most rowpainter functions): adjust.
650
651         * rowpainter.h: store the row as RowList::iterator not as Row*
652
653         * lyxcursor.C (row): taka RowList::iterator as arg
654         (irow): ditto
655
656         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
657         of Row*.
658
659 2003-04-01  Angus Leeming  <leeming@lyx.org>
660
661         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
662         stuff like bool Bool.
663
664 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
665
666         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
667         rewrite a loop
668
669 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
670
671         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
672         RowList::iterator.
673
674         * lyxtext.h (rows): drop one version and leve a const variant that
675         returns a RowList::iterator.
676
677 2003-03-31  Angus Leeming  <leeming@lyx.org>
678
679         * text.C (fill): ensure that the signature is the same as that in the
680         header file.
681
682 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
683
684         * text2.C (redoParagraphs): adjust
685         (updateCounters): adjust
686         (checkParagraph): adjust
687         (getColumnNearX): adjust and reformat a bit.
688
689         * text.C (top_y): adjust
690         (workWidth): adjust
691         (leftMargin): adjust
692         (prepareToPrint): adjust
693         (getRow): adjust
694         (getRowNearY): adjust
695
696         * lyxtext.h: make rowlist_ mutable.
697
698         * RowList.h: add const_iterator
699         * RowList.C: adjust for RowList::const_iterator.
700
701         * text2.C (getCursorX): make it take a RowList::iterator as arg,
702         adjust.
703
704 2003-03-31  John Levon  <levon@movementarian.org>
705
706         * lyxrc.h:
707         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
708
709         * lyx_main.C: set default fonts from using lyx_gui funcs
710
711         * exporter.C: pdf_mode moved from lyxrc
712
713         * lyx_cb.C:
714         * lyxfunc.C: changes from above
715
716 2003-03-31  John Levon  <levon@movementarian.org>
717
718         * lyx_main.C: fix to the last fix
719
720 2003-03-31  John Levon  <levon@movementarian.org>
721
722         * bufferlist.C: "Load original" -> "Load Original"
723
724         * converter.C:
725         * exporter.C:
726         * importer.C:
727         * lyx_main.C:
728         * format.C: more Alert cleanups
729
730 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
731
732         * text2.C (removeParagraph): make it take a RowList::iterator as
733         arg, adjust.
734         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
735         (postRowPaint): make it take a RowList::iterator as arg, adjust.
736
737         * text.C (anchor_row): make it take a RowList::iterator as arg,
738         adjust.
739         (computeBidiTables): make it take a const reference to Row instead
740         of Row pointer, adjust.
741         (leftMargin): make it take a RowList::iterator as arg, adjust.
742         (rowBreakPoint): adjust
743         (breakAgainOneRow): make it take a RowList::iterator as arg,
744         adjust.
745         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
746
747         * bufferview_funcs.C (toggleAndShow): adjust
748
749 2003-03-30  John Levon  <levon@movementarian.org>
750
751         * Makefile.am:
752         * BoostFormat.h:
753         * boost-inst.C: moved to support
754
755         * several files: changes as a result
756
757 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
758
759         * text2.C (LyXText): adjust.
760         (init): adjust
761         (removeRow): make it take a RowList::iterator as arg, adjust.
762         (fullRebreak): adjust
763         (deleteEmptyParagraphMechanism): adjust
764         (clearPaint): adjust
765         (postPaint): adjust
766
767         * text.C (top_y): adjust
768         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
769         (breakAgain): make it take a RowList::iterator as arg, adjust.
770         (breakParagraph): adjust
771         (insertChar): adjust
772         (backspace): adjust
773
774         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
775         need_break_row, and refresh_row.
776
777         * text3.C (dispatch): adjust
778
779         * text2.C (checkParagraph): adjust
780         (setCursor): adjust
781         (setCursorFromCoordinates): adjust
782
783         * text.C (top_y): adjust
784         (workWidth): adjust
785         (getRow): make it return a RowList::iterator, adjust
786         (getRowNearY): make it return a RowList::iterator, adjust
787
788         * text2.C (init): adjust
789         (insertRow): remove function
790         (insertParagraph): adjust
791         (redoParagraphs): adjust
792         (fullRebreak): adjust
793         (updateCounters): adjust
794
795         * text.C (top_y): rewrite to use RowList iterators.
796         (top_y): adjust
797         (setHeightOfRow): rewrite to sue RowList iterators.
798         (appendParagraph): adjust
799         (breakAgain): adjust
800         (breakAgainOneRow): adjust
801         (breakParagraph): adjust
802         (getRow): adjust
803         (getRowNearY): adjust, and remove commented code.
804
805         * lyxtext.h (firstRow): delete function
806         (lastRow): delete function
807         (rows): new function (const and non-const versions.)
808         (insertRow): delete function
809
810         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
811
812 2003-03-29  John Levon  <levon@movementarian.org>
813
814         * BufferView_pimpl.C: always update scrollbar top
815         because pasting text when we're anchored could mean we
816         miss an update altogether
817
818 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
819
820         * text2.C (init): use rowlist_.end() and not 0.
821         (insertRow): change to take a RowList::iterator as arg, adjust
822         for this.
823         (insertParagraph): change to take a RowList::iterator as arg,
824         adjust for this.
825         (redoParagraphs): remove some debug msgs.
826
827         * text.C (appendParagraph): change to take a RowList::iterator
828         arg, adjust for this.
829         (breakAgain): add an assert
830         (breakAgainOneRow): ditto
831
832 2003-03-29  John Levon  <levon@movementarian.org>
833
834         * text2.C: do not clear selection after inc/decDepth
835         (bug 550)
836
837 2003-03-29  John Levon  <levon@movementarian.org>
838
839         * BufferView.C:
840         * buffer.C: fix broken strerrors according to Lars
841
842 2003-03-29  John Levon  <levon@movementarian.org>
843
844         * converters.C: more Alert cleanups
845
846 2003-03-29  John Levon  <levon@movementarian.org>
847
848         * bufferview_funcs.C: remove pointless Alert
849
850         * buffer.C: fix confusing error message when
851         a template is chmoded 000
852
853 2003-03-29  John Levon  <levon@movementarian.org>
854
855         * BufferView.C:
856         * BufferView.h:
857         * BufferView_pimpl.C: Alert fixes
858
859         * Makefile.am:
860         * tabular.C:
861         * tabular-old.C: remove unused table compat reading
862
863 2003-03-29  John Levon  <levon@movementarian.org>
864
865         * BufferView.C:
866         * buffer.C:
867         * lyx_cb.h:
868         * lyx_cb.C: more Alert cleanups
869
870         * lyxfunc.C: don't allow chktex if not latex document
871
872 2003-03-29  John Levon  <levon@movementarian.org>
873
874         * lyx_cb.C:
875         * BufferView.C:
876         * buffer.C: warnings pushed down from support/,
877         kill err_alert
878
879 2003-03-29  John Levon  <levon@movementarian.org>
880
881         * lyxfunc.C: safety check for C-r (revert)
882
883 2003-03-29  John Levon  <levon@movementarian.org>
884
885         * bufferlist.h:
886         * bufferlist.C: several UI fixes using Alert::prompt.
887         Fix the pointless looping quit code. Fix stupid revert
888         behaviour (bug 938)
889
890         * lyxvc.h:
891         * lyxvc.C:
892         * lyx_cb.C: use Alert::prompt
893
894         * lyx_main.C: remove a silly question
895
896         * lyxfunc.C: remove a couple of silly questions,
897         use Alert::prompt
898
899 2003-03-28  John Levon  <levon@movementarian.org>
900
901         * text2.C: fix bug 974 (End on empty par)
902
903 2003-03-28  John Levon  <levon@movementarian.org>
904
905         * BufferView_pimpl.C:
906         * LyXAction.C:
907         * lfuns.h: remove do-nothing math greek lfuns
908
909 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
910
911         * lyxgluelength.h (isValidGlueLength): add default arg on
912         parameter 2. Remove default arg from friend in class.
913
914         * lyxlength.h (isValidLength): add default arg on parameter 2.
915         Remove default arg from friend in class.
916
917         * text2.C (LyXText): adjust, initialize refresh_row.
918         (init): adjust
919         (removeRow): adjust
920         (insertRow): adjust
921         (insertParagraph): adjst
922         (redoParagraphs): adjust
923         (fullRebreak): adjust
924         (updateCounters): adjust
925         (deleteEmptyParagraphMechanism): first attempt at fixing a
926         crashing bug.
927
928         * text.C (top_y): adjust
929         (setHeightOfRow): adjust
930         (getRow): adjust
931         (getRowNearY): adjust
932
933         * lyxtext.h: include RowList.h
934         (~LyXText): not needed anymore, deleted.
935         (firstRow): modify for RowList
936         (lastRow): new function
937         Delete firstrow and lastrow class variables, add a Rowlist
938         rowlist_ class variable.
939
940         * lyxrow.C (lastPos): use empty() and not !size() to check if a
941         paragraph is empty.
942
943         * RowList.C (insert): fix case where it == begin().
944
945 2003-03-26  Angus Leeming  <leeming@lyx.org>
946
947         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
948         the thesaurus dialog.
949
950 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
951
952         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
953
954         * RowList.[Ch]: new files
955
956         * ParagraphList.C (erase): handle the case where it == begin
957         correctly.
958
959 2003-03-25  John Levon  <levon@movementarian.org>
960
961         * Makefile.am:
962         * aspell_local.h:
963         * aspell.C: add new aspell support
964
965         * lyxrc.h:
966         * lyxrc.C: Make use_pspell be use_spell_lib. Always
967         have it accessible.
968
969 2003-03-25  Angus Leeming  <leeming@lyx.org>
970
971         * lfuns.h:
972         * LyXAction.C (init): new LFUN_INSET_INSERT.
973
974         * BufferView_pimpl.C (dispatch): split out part of the
975         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
976
977         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
978         LFUN_INSET_APPLY.
979
980 2003-03-25  Angus Leeming  <leeming@lyx.org>
981
982         * lyxfunc.C (dispatch): changes to the Dialogs interface.
983
984 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
985
986         * text2.C:
987         * text3.C: remove useless row->height(0)
988
989 2003-03-25  John Levon  <levon@movementarian.org>
990
991         * lyxtext.h:
992         * text2.C:
993         * text3.C: rename the refreshing stuff to better names
994
995 2003-03-24  John Levon  <levon@movementarian.org>
996
997         * BufferView_pimpl.h:
998         * BufferView_pimpl.C: update layout choice on a mouse
999         press/release
1000
1001 2003-03-23  John Levon  <levon@movementarian.org>
1002
1003         * Makefile.am: fix commandtags.h reference
1004
1005 2003-03-22  John Levon  <levon@movementarian.org>
1006
1007         * BufferView_pimpl.C:
1008         * lyxtext.h:
1009         * rowpainter.C:
1010         * rowpainter.h:
1011         * text.C:
1012         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
1013
1014 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
1015
1016         * lyxtext.h:
1017         * text.C: take the rtl methods out of line
1018
1019 2003-03-21 André Pönitz <poenitz@gmx.net>
1020
1021         * metricsinfo.[Ch]: new files containing structures to be passed around
1022         during the two-phase-drawing...
1023
1024 2003-03-21 André Pönitz <poenitz@gmx.net>
1025
1026         * lyxtextclass.C: read 'environment' tag.
1027
1028 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
1029
1030         * text2.C (removeRow): fix bug 964
1031
1032 2003-03-20  John Levon  <levon@movementarian.org>
1033
1034         * rowpainter.C:
1035         * text.C:
1036         * text2.C: paint cleanups. Inset::update() dropped font
1037         parameter
1038
1039 2003-03-19  John Levon  <levon@movementarian.org>
1040
1041         * lyxfunc.C: only fitcursor/markDirty if available()
1042
1043 2003-03-19  John Levon  <levon@movementarian.org>
1044
1045         * commandtags.h: rename to ...
1046
1047         * lfuns.h: ... this, and renumber / cleanup
1048
1049 2003-03-19  John Levon  <levon@movementarian.org>
1050
1051         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
1052         fit the cursor after an lfun
1053
1054         * BufferView.h:
1055         * BufferView.C:
1056         * BufferView_pimpl.h:
1057         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
1058
1059         * LyXAction.C: layout-character should have ReadOnly
1060
1061         * ParagraphParameters.C:
1062         * buffer.C:
1063         * bufferview_funcs.C:
1064         * lyx_cb.C:
1065         * lyxfind.C:
1066         * lyxtext.h:
1067         * text.C:
1068         * text2.C:
1069         * text3.C:
1070         * undo_funcs.C: changes from above
1071
1072 2003-03-18  John Levon  <levon@movementarian.org>
1073
1074         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
1075         remove it from update()
1076
1077         * lyxfunc.C: update layout choice after an lfun
1078
1079         * text3.C: remove extra updateLayoutChoice()s
1080
1081 2003-03-18  John Levon  <levon@movementarian.org>
1082
1083         * text.C: top_y change means full repaint, fix
1084         a drawing bug with cursor movement
1085
1086 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
1087
1088         * lyxtext.h:
1089         * text.C:
1090         * text2.C: anchor row on setCursor
1091
1092 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
1093
1094         * lyxtext.h: remove almost all mutable keywords
1095         * text.C:
1096         * text2.C:
1097         * text3.C: remove const keywords accordingly
1098
1099 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1100
1101         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
1102         anon namespace
1103         (TeXEnvironment): ditto
1104         (TeXOnePar): ditto
1105
1106 2003-03-17  John Levon  <levon@movementarian.org>
1107
1108         * text.C (rowBreakPoint): remove attempt to fix displayed
1109         math insets inside a manual label
1110
1111 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1112
1113         * lyxtext.h: remove BufferView* as first arg from almost all class
1114         functions.
1115         * other files: adjust.
1116
1117 2003-03-17  John Levon  <levon@movementarian.org>
1118
1119         * lyxtext.h:
1120         * undo_funcs.C:
1121         * text2.C: more paint cleanups
1122
1123         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
1124
1125         * rowpainter.h:
1126         * rowpainter.C: remove "smart" background painting code
1127
1128 2003-03-16  John Levon  <levon@movementarian.org>
1129
1130         * lyxtext.h:
1131         * text.C:
1132         * text2.C:
1133         * text3.C: add helper functions for setting refresh_row/y
1134
1135 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
1136
1137         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
1138         newline inset which *can* get inserted in the pass_thru layouts.
1139         This is primarily for literate documents.
1140
1141 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
1142
1143         * buffer.C: increment LYX_FORMAT to 223
1144
1145 2003-03-14 André Pönitz <poenitz@gmx.net>
1146
1147         * textclass.h: prepare for environment handling, ws changes
1148         * lyxlayout.C: read latexheader and latexfooter tags
1149
1150 2003-03-14  John Levon  <levon@movementarian.org>
1151
1152         * text2.C: rewrite ::status() a bit
1153
1154 2003-03-13  John Levon  <levon@movementarian.org>
1155
1156         * lyxtext.h: add some docs
1157
1158 2003-03-13  John Levon  <levon@movementarian.org>
1159
1160         * lyxtext.h:
1161         * text.C:
1162         * text2.C:
1163         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
1164
1165 2003-03-13  John Levon  <levon@movementarian.org>
1166
1167         * text3.C: fix appendix redrawing
1168
1169 2003-03-13  John Levon  <levon@movementarian.org>
1170
1171         * text.C (setHeightOfRow):
1172         * rowpainter.h:
1173         * rowpainter.C: make appendix mark have the text
1174           "Appendix" so the user knows what it is
1175
1176         * LColor.h:
1177         * LColor.C: s/appendixline/appendix/ from above
1178
1179 2003-03-13  John Levon  <levon@movementarian.org>
1180
1181         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
1182
1183         * text.C: fix a getChar(pos) bug properly
1184
1185 2003-03-13  Angus Leeming  <leeming@lyx.org>
1186
1187         * commandtags.h:
1188         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
1189         Probably only temporary. Let's see how things pan out.
1190
1191         * BufferView.C (unlockInset):
1192         * BufferView_pimpl.C (fitCursor):
1193         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
1194
1195         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
1196         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
1197
1198         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
1199         new functions that convert ParagraphParameters to and from a string.
1200
1201         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
1202         BufferView::Pimpl's dispatch.
1203         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
1204
1205 2003-03-13 André Pönitz <poenitz@gmx.net>
1206
1207         * lyxfunc.C:
1208         * text3.C:
1209         * factory.C: make it aware of InsetEnv
1210
1211 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1212
1213         * text2.C (setCursor): never ask for one past last
1214         (setCursor): add some debugging messages.
1215
1216         * text.C (singleWidth): never ask for one past last
1217         (singleWidth): ditto
1218         (leftMargin): ditto
1219         (rightMargin): ditto
1220         (rowBreakPoint): ditto
1221         (setHeightOfRow): ditto
1222         (prepareToPrint): ditto
1223
1224         * rowpainter.C (paintBackground): never ask for one past last
1225         (paintText): never ask for one past last
1226
1227         * paragraph_pimpl.C (getChar): make the assert stricter, never
1228         allow the one past last pos to be taken
1229
1230         * paragraph.C (getChar): ws changes only
1231
1232         * lyxrow.C (nextRowIsAllInset): never ask for one past last
1233         (numberOfSeparators): ditto
1234         (numberOfHfills): ditto
1235
1236 2003-03-12  John Levon  <levon@movementarian.org>
1237
1238         * author.h:
1239         * author.C:
1240         * bufferparams.h:
1241         * bufferparams.C:
1242         * paragraph_funcs.C: fix per-buffer authorlists
1243
1244 2003-03-12  John Levon  <levon@movementarian.org>
1245
1246         * text.C: fix newline in right address
1247
1248 2003-03-12  Angus Leeming  <leeming@lyx.org>
1249
1250         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
1251         duplicate those in LyXFunc::dispatch.
1252
1253         * commandtags.h:
1254         * LyXAction.C:
1255         * ToolbarDefaults.C:
1256         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
1257         Add LFUN_FONTFREE_UPDATE.
1258
1259         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
1260         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
1261
1262         * bufferview_func.[Ch]: several new functions to facilliate
1263         transfer of data to and from the character dialog.
1264
1265 2003-03-12  John Levon  <levon@movementarian.org>
1266
1267         * buffer.C:
1268         * paragraph.h:
1269         * paragraph.C:
1270         * paragraph_funcs.C:
1271         * paragraph_pimpl.C:
1272         * sgml.C:
1273         * tabular.C:
1274         * text.C:
1275         * text3.C: remove META_NEWLINE in favour of an inset
1276
1277         * rowpainter.h:
1278         * rowpainter.C: remove paintNewline (done by inset)
1279
1280 2003-03-12  John Levon  <levon@movementarian.org>
1281
1282         * paragraph_pimpl.C: complain about bad getChar()s
1283         for a while at least
1284
1285 2003-03-12  John Levon  <levon@movementarian.org>
1286
1287         * buffer.h:
1288         * buffer.C: move paragraph read into a separate function,
1289         a little renaming to reflect that.
1290
1291         * bufferparams.h:
1292         * bufferparams.C: remove the author_ids map, not necessary now
1293
1294         * factory.h:
1295         * factory.C: moved Buffer::readInset to here
1296
1297         * paragraph_funcs.h:
1298         * paragraph_funcs.C: readParagraph free function moved from
1299         buffer.C
1300
1301         * tabular.C: name change
1302
1303 2003-03-12  John Levon  <levon@movementarian.org>
1304
1305         * buffer.C:
1306         * ParagraphParameters.C: move par params input to
1307         a read() method
1308
1309         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
1310         behave like a normal read from the stream wrt reading
1311         a line vs. a \\token
1312
1313 2003-03-12  John Levon  <levon@movementarian.org>
1314
1315         * paragraph.C:
1316         * ParagraphParameters.h:
1317         * ParagraphParameters.C: move output code to a
1318         ::write() method
1319
1320 2003-03-12  John Levon  <levon@movementarian.org>
1321
1322         * BufferView.C (insertLyXFile):
1323         * buffer.h:
1324         * buffer.C:
1325         * tabular.C: use a parlist iterator for creating the
1326           document.
1327
1328 2003-03-12  John Levon  <levon@movementarian.org>
1329
1330         * buffer.C: make current_change static local not
1331           static file-scope
1332
1333 2003-03-12  John Levon  <levon@movementarian.org>
1334
1335         * buffer.C: fix insertStringAsLines for change tracking
1336
1337 2003-03-12  John Levon  <levon@movementarian.org>
1338
1339         * BufferView.C:
1340         * tabular.C:
1341         * buffer.h:
1342         * buffer.C:
1343         * bufferparams.h:
1344         * bufferparams.C: move author list into params. Rename some
1345           functions. Move the header reading into a separate token
1346           loop. Move the header token reading into BufferParams.
1347
1348 2003-03-12  John Levon  <levon@movementarian.org>
1349
1350         * changes.C: put debug inside lyxerr.debugging() checks
1351
1352 2003-03-11 André Pönitz <poenitz@gmx.net>
1353
1354         * factory.C: make it aware of InsetHFill
1355
1356 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1357
1358         * buffer.C (latexParagraphs): move function from here...
1359         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
1360         args.
1361
1362 2003-03-10  Angus Leeming  <leeming@lyx.org>
1363
1364         * LyXAction.C (init): fix bug in poplating array with multiple entries
1365         with the same LFUN (spotted by JMarc).
1366
1367 2003-03-10  John Levon  <levon@movementarian.org>
1368
1369         * text.C:
1370         * text2.C: move getColumnNearX() near its
1371         only call site
1372
1373 2003-03-10  John Levon  <levon@movementarian.org>
1374
1375         * text.C: fix break before a minipage
1376
1377 2003-03-10  John Levon  <levon@movementarian.org>
1378
1379         * text.C: fix the last commit
1380
1381 2003-03-09  John Levon  <levon@movementarian.org>
1382
1383         * lyxtext.h:
1384         * text.C:
1385         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
1386         bug 365 (don't break before insets unless needed). Don't
1387         return a value > last under any circumstances.
1388
1389 2003-03-09  Angus Leeming  <leeming@lyx.org>
1390
1391         * BufferView_pimpl.C (trackChanges, dispatch): call
1392         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
1393
1394 2003-03-09  Angus Leeming  <leeming@lyx.org>
1395
1396         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
1397         than Dialogs::showAboutlyx().
1398
1399 2003-03-09  Angus Leeming  <leeming@lyx.org>
1400
1401         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
1402         than Dialogs::showTabularCreate().
1403
1404 2003-03-09  John Levon  <levon@movementarian.org>
1405
1406         * lyxtext.h:
1407         * text.C:
1408         * text2.C: 3rd arg to nextBreakPoint was always the same.
1409           Use references.
1410
1411 2003-03-08  John Levon  <levon@movementarian.org>
1412
1413         * lyxrow.C:
1414         * paragraph.C:
1415         * paragraph.h:
1416         * rowpainter.C:
1417         * text.C:
1418         * text2.C: Remove the "main" bit from the "main body"
1419           notion.
1420
1421 2003-03-08  John Levon  <levon@movementarian.org>
1422
1423         * text.C (leftMargin): The left margin of an empty
1424         manual label paragraph should not include the label width
1425         string length.
1426
1427         * text.C (prepareToPrint): don't attempt to measure hfills
1428         for empty manual label paragraphs - the answer should be 0
1429
1430 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1431
1432         * CutAndPaste.C: remove commented code and reindent.
1433
1434 2003-03-08  John Levon  <levon@movementarian.org>
1435
1436         * lyxfunc.h:
1437         * lyxfunc.C: move reloadBuffer()
1438
1439         * BufferView.h:
1440         * BufferView.C: to here
1441
1442         * lyxvc.C: add comment
1443
1444         * vc-backend.h:
1445         * vc-backend.C: call bv->reload() to avoid
1446           getStatus() check on MENURELOAD
1447
1448 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
1449
1450         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
1451         to an old format .dep file.
1452
1453 2003-03-07  Angus Leeming  <leeming@lyx.org>
1454
1455         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
1456         when the LFUN_MOUSE_RELEASE should have been handled by
1457         inset->localDispatch.
1458
1459 2003-03-07  Angus Leeming  <leeming@lyx.org>
1460
1461         * BufferView_pimpl.C (dispatch):
1462         * LyXAction.C (init):
1463         * ToolbarDefaults.C (init):
1464         * commandtags.h:
1465         * lyxfunc.C (getStatus):
1466         remove LFUN_INSET_GRAPHICS.
1467
1468         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
1469
1470 2003-03-07  Angus Leeming  <leeming@lyx.org>
1471
1472         * commandtags.h:
1473         * LyXAction.C (init):
1474         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
1475
1476         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
1477
1478         * commandtags.h:
1479         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
1480
1481         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
1482         localDispatch method LFUN_INSET_DIALOG_UPDATE.
1483
1484 2003-03-07  Angus Leeming  <leeming@lyx.org>
1485
1486         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
1487         remove "ert".
1488
1489 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1490
1491         * ParagraphList.C (front): new function
1492         (back): implement
1493
1494 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1495
1496         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
1497         and top_row_offset_. removed var first_y.
1498         * text.C (top_y):
1499         * text2.C (LyXText, removeRow):
1500         * text3.C:
1501         * BufferView_pimpl.C:
1502         use these methods instead of using first_y
1503
1504 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1505
1506         * text2.C (pasteSelection): adjust for checkPastePossible
1507
1508         * CutAndPaste.C: remove Paragraph * buf and replace with
1509         ParagraphList paragraphs.
1510         (DeleteBuffer): delete
1511         (cutSelection): change the tc type to textclass_type
1512         (copySelection): change the tc type to textclass_type
1513         (copySelection): adjust for ParagraphList
1514         (pasteSelection): change the tc type to textclass_type
1515         (pasteSelection): adjust for Paragraphlist
1516         (nrOfParagraphs): simplify for ParagraphList
1517         (checkPastePossible): simplify for ParagraphList
1518         (checkPastePossible): remove unused arg
1519
1520         * ParagraphList.C (insert): handle the case where there are no
1521         paragraphs yet.
1522
1523         * CutAndPaste.h: make CutAndPaste a namespace.
1524
1525         * text3.C (dispatch): adjust
1526
1527         * text.C (breakParagraph): add a ParagraphList as arg
1528
1529         * paragraph_funcs.C (breakParagraph): change to take a
1530         BufferParams and a ParagraphList as args.
1531         (breakParagraphConservative): ditto
1532         (mergeParagraph): ditto
1533         (TeXDeeper): add a ParagraphList arg
1534         (TeXEnvironment): ditto
1535         (TeXOnePar): ditto
1536
1537         * buffer.C (readLyXformat2): adjust
1538         (insertStringAsLines): adjust
1539         (latexParagraphs): adjust
1540
1541         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
1542         (cutSelection): adjust
1543         (pasteSelection): adjust
1544
1545         * BufferView_pimpl.C (insertInset): adjust
1546
1547 2003-03-05  Angus Leeming  <leeming@lyx.org>
1548
1549         * commandtags.h:
1550         * LyXAction.C (init):
1551         * BufferView_pimpl.C (dispatch):
1552         * lyxfunc.C (getStatus):
1553         remove LFUN_CHILD_INSERT.
1554
1555         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
1556
1557 2003-03-05  Angus Leeming  <leeming@lyx.org>
1558
1559         * commandtags.h:
1560         * LyXAction.C (init):
1561         * src/factory.C (createInset):
1562         * lyxfunc.C (getStatus):
1563         * text3.C (dispatch):
1564         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
1565
1566         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
1567
1568 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1569
1570         * ParagraphList.C (insert): handle insert right before end()
1571         (erase): fix cases where it can be first or last paragraph.
1572
1573 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1574
1575         * paragraph_funcs.C (TeXEnvironment): remove all usage of
1576         Paragraph::next and Paragraph::previous
1577         (TeXOnePar): ditto
1578
1579         * text.C (breakParagraph): adjust
1580
1581         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
1582         BufferParams& as arg.
1583         (breakParagraph): use ParagraphList::insert
1584         (breakParagraphConservative): take a Buffer* instead of a
1585         BufferParams& as arg.
1586         (breakParagraphConservative): use ParagraphList::insert.
1587
1588         * buffer.C (insertStringAsLines): un-const it
1589         (insertStringAsLines): adjust
1590
1591         * ParagraphList.C (insert): new function
1592
1593         * CutAndPaste.C (pasteSelection): adjust
1594
1595         * text.C (backspace): adjust
1596
1597         * tabular.C (SetMultiColumn): adjust
1598
1599         * CutAndPaste.C (cutSelection): adjust
1600         (pasteSelection): adjust
1601
1602         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
1603         Buffer const * as arg
1604
1605         * ParagraphList.C (erase): new function
1606         * paragraph_funcs.C (mergeParagraph): use it
1607         (mergeParagraph): make it take a Buffer* instead of a
1608         BufferParams* as arg
1609
1610         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
1611         as arg
1612         (breakParagraphConservative): ditto
1613
1614         * paragraph.h: remove the breakParagraph friend
1615
1616         * paragraph.C (eraseIntern): new function
1617         (setChange): new function
1618
1619         * paragraph_funcs.C (mergeParagraph): make it take a
1620         ParagraphList::iterator instead of a Paragraph *, adjust
1621         accordingly.
1622
1623         * paragraph.h: move an #endif so that the change tracking stuff
1624         also works in the NO_NEXT case.
1625
1626 2003-03-04  Angus Leeming  <leeming@lyx.org>
1627
1628         * commandtags.h:
1629         * LyXAction.C: new LFUN_INSET_MODIFY.
1630
1631         * BufferView_pimpl.C (dispatch): if an inset is found to be open
1632         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
1633
1634 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1635
1636         * several files: ws changes only
1637
1638         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
1639         (TeXEnvironment): ditto
1640         (TeXDeeper): ditto
1641
1642         * buffer.C (makeLaTeXFile): adjust
1643         (latexParagraphs): make it take ParagraphList::iterator as args
1644
1645 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1646
1647         * buffer.C (latexParagraphs): adjust
1648
1649         * paragraph.C (TeXOnePar): move function...
1650         (optArgInset): move function...
1651         (TeXEnvironment): move function...
1652         * paragraph_pimpl.C (TeXDeeper): move function...
1653         * paragraph_funcs.C: ...here
1654
1655         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
1656
1657 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1658
1659         * buffer.C (readInset): remove compability code for old Figure and
1660         InsetInfo insets
1661
1662 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1663
1664         * buffer.C: ws changes
1665         (readInset):
1666
1667         * BufferView_pimpl.C: ditto
1668         * author.C: ditto
1669         * buffer.h: ditto
1670         * bufferlist.h: ditto
1671         * changes.h: ditto
1672         * lyxfunc.C: ditto
1673
1674 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
1675
1676         * converter.[Ch]: split into itself +
1677         * graph.[Ch]
1678         * format.[Ch]
1679         * Makefile.am: += graph.[Ch] + format.[Ch]
1680         * MenuBackend.C
1681         * buffer.C
1682         * exporter.C
1683         * importer.C
1684         * lyx_main.C
1685         * lyxfunc.C
1686         * lyxrc.C: added #include "format.h"
1687
1688 2003-02-27  Angus Leeming  <leeming@lyx.org>
1689
1690         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
1691           a label.
1692
1693         * factory.C (createInset): add "label" to the factory.
1694
1695         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
1696           string and do no more.
1697
1698 2003-02-27  Angus Leeming  <leeming@lyx.org>
1699
1700         * commandtags.h:
1701         * LyXAction.C (init):
1702         * factory.C (createInset):
1703         * BufferView_pimpl.C (dispatch):
1704           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
1705
1706         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
1707
1708         * lyxfunc.C (dispatch):
1709         * text3.C (dispatch): pass name to params2string.
1710
1711 2003-02-26  Angus Leeming  <leeming@lyx.org>
1712
1713         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
1714           blocks together.
1715           Rearrange the ~includes. Strip out the unnecessary ones.
1716
1717         * factory.C (createInset): reformat.
1718           create new insets for the various LFUN_XYZ_APPLY lfuns.
1719
1720 2003-02-26  John Levon  <levon@movementarian.org>
1721
1722         * lyxrow.h:
1723         * lyxrow.C: add isParStart,isParEnd helpers
1724
1725         * paragraph.h: make isInserted/DeletedText take refs
1726
1727         * paragraph_funcs.h:
1728         * paragraph_funcs.C: remove #if 0'd code
1729
1730         * lyxtext.h:
1731         * text3.C:
1732         * text2.C:
1733         * text.C: use lyxrow helpers above.
1734           Move draw and paint routines to RowPainter.
1735           Make several methods use refs not pointers.
1736           Make backgroundColor() const.
1737           Add markChangeInDraw(), isInInset().
1738           Merge changeRegionCase into changeCase.
1739           Make workWidth() shouldn't-happen code into an Assert.
1740
1741         * rowpainter.h:
1742         * rowpainter.C: new class for painting a row.
1743
1744         * vspace.h:
1745         * vspace.C: make inPixels take a ref
1746
1747 2003-02-26  Angus Leeming  <leeming@lyx.org>
1748
1749         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
1750         LFUN_REF_APPLY.
1751
1752 2003-02-25  John Levon  <levon@movementarian.org>
1753
1754         * ispell.C: give the forked command a more accurate name
1755
1756 2003-02-22  John Levon  <levon@movementarian.org>
1757
1758         * toc.h:
1759         * toc.C: make TocItem store an id not a Paragraph *
1760           (bug #913)
1761
1762 2003-02-21  Angus Leeming  <leeming@lyx.org>
1763
1764         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
1765           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
1766           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
1767           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
1768           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
1769           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
1770
1771         * BufferView_pimpl.C (dispatch):
1772         * LyXAction.C (init):
1773         * factory.C (createInset):
1774         * lyxfunc.C (getStatus, dispatch):
1775         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
1776
1777 2003-02-21  Angus Leeming  <leeming@lyx.org>
1778
1779         * BufferView_pimpl.C (MenuInsertLyXFile):
1780         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1781         * lyxfunc.C (menuNew, open, doImport):
1782           no longer pass a LyXView & to fileDlg.
1783
1784 2003-02-21  Angus Leeming  <leeming@lyx.org>
1785
1786         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
1787         * LyXAction.C: change, BIBKEY to BIBITEM.
1788         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
1789         Change InsetBibKey to InsetBibitem.
1790         Change BIBKEY_CODE to BIBITEM_CODE.
1791         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
1792         * factory.C: replace insetbib.h with insetbibitem.h.
1793         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
1794         * paragraph.C: replace insetbib.h with insetbibitem.h.
1795         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
1796         Change bibkey() to bibitem().
1797         * text.C: remove insetbib.h.
1798         * text2.C: replace insetbib.h with insetbibitem.h.
1799         change bibkey() to bibitem().
1800         * text3.C: remove insetbib.h.
1801         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
1802
1803 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1804
1805         * lyxrc.C (output): enclose user email in quotes (in case there are
1806         several words)
1807
1808 2003-02-18  John Levon  <levon@movementarian.org>
1809
1810         * buffer.h: add std::
1811
1812 2003-02-17  John Levon  <levon@movementarian.org>
1813
1814         * SpellBase.h:
1815         * ispell.h:
1816         * ispell.C:
1817         * pspell.h:
1818         * pspell.C: reworking. Especially in ispell, a large
1819           number of clean ups and bug fixes.
1820
1821         * lyxfunc.C: fix revert to behave sensibly
1822
1823 2003-02-17 André Pönitz <poenitz@gmx.net>
1824
1825         * LyXAction.C:
1826         * commandtags.h: new LFUN_INSERT_BIBKEY
1827
1828         * layout.h:
1829         * lyxlayout.C:
1830         * buffer.C:
1831         * factory.C:
1832         * text.C:
1833         * text2.C:
1834         * text3.C:
1835         * paragraph.[Ch]:
1836         * paragraph_func.C: remove special bibkey handling
1837
1838 2003-02-17  John Levon  <levon@movementarian.org>
1839
1840         * text.C (Delete): fix case where delete at the end of
1841           the very first paragraph would not merge the pars
1842
1843 2003-02-17  John Levon  <levon@movementarian.org>
1844
1845         * lyxrow.C: fix lastPrintablePos()
1846
1847 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1848
1849         * bufferparams.C (writeLaTeX): add a std:here
1850
1851         * buffer.C: and remove a using directive there
1852
1853 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1854
1855         * buffer.C (makeLaTeXFile): move the code that generates the
1856           preamble...
1857
1858         * bufferparams.C (writeLaTeX): ... in this new method
1859
1860         * LaTeXFeatures.C (getEncodingSet): make const
1861           (getLanguages): make const
1862
1863         * MenuBackend.C (binding): returns the binding associated to this
1864           action
1865           (add): sets the status of each item by calling getStatus. Adds
1866           some intelligence.
1867           (read): add support for OptSubMenu
1868           (expand): remove extra separator at the end of expanded menu
1869
1870 2003-02-15  John Levon  <levon@movementarian.org>
1871
1872         * BufferView.C:
1873         * BufferView_pimpl.C:
1874         * bufferlist.h:
1875         * bufferlist.C: remove pointless BufferStorage bloat. Remove
1876           inset code that had no actual effect. Remove unneeded status
1877           code.
1878
1879 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1880
1881         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
1882           in preamble
1883
1884 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
1885
1886         * text.C (drawLengthMarker): also draw an arrow marker for
1887           symbolic lengths (medskip...)
1888
1889 2003-02-14  John Levon  <levon@movementarian.org>
1890
1891         * tabular.h:
1892         * tabular.C: better method names
1893
1894 2003-02-14  John Levon  <levon@movementarian.org>
1895
1896         * BufferView_pimpl.C:
1897         * bufferlist.C:
1898         * buffer.C:
1899         * converter.C:
1900         * lyx_cb.C:
1901         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
1902           it's a more accurate name. Remove some pointless uses.
1903
1904 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1905
1906         * text2.C (LyXText): change order of initilizers to shut off
1907           warnings
1908
1909 2003-02-14  John Levon  <levon@movementarian.org>
1910
1911         * buffer.C: use ParIterator for getParFromID()
1912
1913         * paragraph.h:
1914         * paragraph.C:
1915         * paragraph_pimpl.h:
1916         * paragraph_pimpl.C: remove unused getParFromID()
1917
1918 2003-02-14  John Levon  <levon@movementarian.org>
1919
1920         * buffer.C: remove some very old #if 0'd parse code
1921
1922 2003-02-13  John Levon  <levon@movementarian.org>
1923
1924         * text.h:
1925         * text.C:
1926         * text2.C: move hfillExpansion(), numberOfSeparators(),
1927           rowLast(), rowLastPrintable(), numberofHfills(),
1928           numberOfLabelHfills() ...
1929
1930         * lyxrow.h:
1931         * lyxrow.C: ... to member functions here.
1932
1933         * paragraph.h:
1934         * paragraph.C:
1935         * lyxtext.h:
1936         * text.C: remove LyXText::beginningOfMainBody(), and call
1937           p->beginningOfMainBody() directly. Move the check for
1938           LABEL_MANUAL into the latter.
1939
1940         * text.h:
1941         * text.C:
1942         * text2.C:
1943         * vspace.C:
1944         * BufferView.h:
1945         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
1946
1947         * text.h:
1948         * text.C:
1949         * text2.C:
1950         * text3.C:
1951         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
1952           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
1953
1954 2003-02-13  John Levon  <levon@movementarian.org>
1955
1956         * CutAndPaste.C: remove debug
1957
1958 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1959
1960         * paragraph.C (asString): remove two unused variables
1961
1962         * lyxtextclass.C (readTitleType):
1963           (Read):
1964           (LyXTextClass): handle new members titletype_ and titlename_
1965
1966         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
1967
1968 2003-02-09  John Levon  <levon@movementarian.org>
1969
1970         * buffer.h:
1971         * buffer.C: replace hand-coded list with a map for the dep clean
1972
1973 2003-02-08  John Levon  <levon@movementarian.org>
1974
1975         * LaTeX.C: consolidate code into showRunMessage() helper
1976
1977 2003-02-08  John Levon  <levon@movementarian.org>
1978
1979         * lyxfind.C:
1980         * lyxtext.h:
1981         * text2.C:
1982         * BufferView.C: change setSelectionOverString() to setSelectionRange()
1983           and pass the size in explicitly
1984
1985         * BufferView_pimpl.h:
1986         * BufferView_pimpl.C:
1987         * BufferView.h:
1988         * BufferView.C: add getCurrentChange()
1989
1990         * BufferView_pimpl.h:
1991         * BufferView_pimpl.C: handle change lfuns
1992
1993         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
1994           for changes. Mark pasted paragraphs as new.
1995
1996         * support/lyxtime.h:
1997         * support/lyxtime.C:
1998         * DepTable.C: abstract time_t as lyx::time_type
1999
2000         * LColor.h:
2001         * LColor.C: add colours for new text, deleted text, changebars
2002
2003         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
2004           package use "usenames" option.
2005
2006         * commandtags.h:
2007         * lyxfunc.C:
2008         * LyXAction.C: add change lfuns
2009
2010         * Makefile.am:
2011         * author.h:
2012         * author.C: author handling
2013
2014         * buffer.h:
2015         * buffer.C: add a per-buffer author list, with first entry as
2016           current author. Handle new .lyx tokens for change tracking. Output
2017           author list to .lyx file. Output dvipost stuff to .tex preamble.
2018           Bump lyx format to 222.
2019
2020         * bufferlist.h:
2021         * bufferlist.C: add setCurrentAuthor() to reset current author details
2022           in all buffers.
2023
2024         * bufferparams.h:
2025         * bufferparams.C: add param for tracking
2026
2027         * bufferview_funcs.C: output change info in minibuffer
2028
2029         * Makefile.am:
2030         * changes.h:
2031         * changes.C: add change-tracking structure
2032
2033         * debug.h:
2034         * debug.C: add CHANGES debug flag
2035
2036         * lyxfind.h:
2037         * lyxfind.C: add code for finding the next change piece
2038
2039         * lyxrc.h:
2040         * lyxrc.C: add user_name and user_email
2041
2042         * lyxrow.h:
2043         * lyxrow.C: add a metric for the top of the text line
2044
2045         * lyxtext.h:
2046         * text.C: implement accept/rejectChange()
2047
2048         * lyxtext.h:
2049         * text.C: paint changebars. Paint new/deleted text in the chosen colours.
2050           Strike through deleted text.
2051
2052         * paragraph.h:
2053         * paragraph.C:
2054         * paragraph_pimpl.h:
2055         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass in the current change
2056           to the insert functions. Rework erase to mark text as deleted, adding
2057           an eraseIntern() and a range-based erase(). Implement
2058           per-paragraph change lookup and accept/reject.
2059
2060         * paragraph_funcs.C: Fixup paste for change tracking.
2061
2062         * tabular.C: mark added row/columns as new.
2063
2064         * text.C: fix rowLast() to never return -1. Don't allow spellchecking of deleted
2065           text. Track transpose changes. Don't allow paragraph break or merge where appropriate.
2066
2067         * text2.C: leave cursor at end of selection after a cut.
2068
2069 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2070
2071         * text.C (getLengthMarkerHeight):
2072         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
2073         visible on screen too.
2074
2075 2003-02-07  John Levon  <levon@movementarian.org>
2076
2077         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
2078
2079 2003-02-05  Angus Leeming  <leeming@lyx.org>
2080
2081         * lyxserver.C (read_ready): revert my patch of 11 September last year
2082         as it sends PC cpu through the roof. Presumably this means that
2083         the lyxserver will no longer run on an Alpha...
2084
2085 2003-01-30  Angus Leeming  <leeming@lyx.org>
2086
2087         * factory.C (createInset): create an InsetCommandParam of type "index"
2088         and use it to 'do the right thing'.
2089
2090         * text2.C (getStringToIndex): ensure that cursor position is always
2091         reset to the reset_cursor position.
2092
2093 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2094
2095         * lyxfunc.C (getStatus): "buffer-export custom" should never be
2096         disabled.
2097
2098 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
2099
2100         * bufferview.C:
2101         * lyxcb.C:
2102         * lyxfunc.C: Output messages with identical spelling, punctuation,
2103         and spaces
2104
2105 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
2106
2107         * MenuBackend.C (expandFormats): List only viewable export formats
2108         in "View" menu
2109
2110         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
2111         message
2112
2113         * lyxfunc.C (getStatus): Make sure that formats other than
2114         "fax" can also be disabled
2115
2116 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2117
2118         * text3.C (dispatch): put the lfuns that insert insets in 3
2119         groups, and call doInsertInset with appropriate arguments.
2120         (doInsertInset): new function, that creates an inset and inserts
2121         it according to some boolean parameters.
2122
2123 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2124
2125         * buffer.C (readFile): remember to pass on 'par' when calling
2126         readFile recursively.
2127
2128 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2129
2130         * MenuBackend.C (expandFormats): add "..." to import formats.
2131
2132 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2133
2134         * paragraph.C (asString): Remove XForms RTL hacks.
2135
2136 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
2137         * buffer.C: fix typo
2138
2139 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2140
2141         * Makefile.am (LIBS): delete var
2142         (lyx_LDADD): add @LIBS@ here instead.
2143
2144 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
2145
2146         * Clarify the meaning of "wheel mouse jump"
2147
2148 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2149
2150         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
2151         tabular in a float
2152
2153 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2154
2155         * importer.C (Loaders): do not preallocate 3 elements in the
2156         vector, since one ends up with 6 elements otherwise
2157
2158 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2159
2160         * DepTable.C (write): write the file name as last element of the
2161         .dep file (because it may contain spaces)
2162         (read): read info in the right order
2163
2164 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2165
2166         * paragraph_pimpl.C (simpleTeXBlanks):
2167         (simpleTeXSpecialChars):
2168         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
2169
2170         * tabular.C (latex): add some missing case statements. Reindent.
2171
2172         * MenuBackend.C (expandToc): remove unused variable.
2173
2174 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2175
2176         * LColor.C:
2177         * LaTeX.C:
2178         * LyXAction.C:
2179         * MenuBackend.C:
2180         * buffer.C:
2181         * exporter.C:
2182         * lyxfunc.C:
2183         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
2184         and the like.
2185
2186 2003-01-05  John Levon  <levon@movementarian.org>
2187
2188         * BufferView.h:
2189         * BufferView.C: add getEncoding()
2190
2191         * kbsequence.h:
2192         * kbsequence.C: do not store last keypress
2193
2194         * lyxfunc.h:
2195         * lyxfunc.C: store last keypress here instead. Pass encoding
2196           to getISOEncoded()
2197
2198 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2199
2200         * lyx_main.C (init): remove annoying error message when following
2201         symbolic links (bug #780)
2202
2203 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2204
2205         * text.C (insertChar):
2206         * lyxrc.C (getDescription): remove extra spaces
2207
2208 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2209
2210         * lyxrc.C (getDescription): remove extra spaces
2211
2212 2002-12-20  John Levon  <levon@movementarian.org>
2213
2214         * text3.C: hack fix for page up/down across tall rows
2215
2216 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2217
2218         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
2219         not been invoked
2220
2221 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2222
2223         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
2224         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
2225         thesaurus is not compiled in
2226
2227 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2228
2229         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
2230
2231 2002-12-16  Angus Leeming  <leeming@lyx.org>
2232
2233         * lyxrc.[Ch]:
2234         * lyx_main.C (init): remove override_x_deadkeys stuff.
2235
2236 2002-12-12  John Levon  <levon@movementarian.org>
2237
2238         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
2239           insert. Only remove shift modifier under strict
2240           circumstances.
2241
2242 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2243
2244         * MenuBackend.C (expandToc): fix crash.
2245
2246 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2247
2248         * MenuBackend.C (expandToc): gettext on float names.
2249
2250 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2251
2252         * lyxlength.[Ch]: set default unit to UNIT_NONE,
2253         implement bool empty() [bug 490]
2254
2255 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2256
2257         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
2258
2259 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2260
2261         * several files: ws changes
2262
2263 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2264
2265         * text2.C (setCounter): clean up a bit, use boost.format.
2266         (updateCounters): initialize par upon declaration.
2267
2268         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
2269         if the layout exists. We do not just store the layout any more.
2270         (SwitchLayoutsBetweenClasses): use boost.format
2271
2272 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2273
2274         * converter.C (convert): if from and to files are the same, use a
2275         temporary files as intermediary
2276
2277 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2278
2279         * commandtags.h:
2280         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
2281
2282 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2283
2284         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
2285
2286 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2287
2288         * tabular.C (asciiPrintCell): use string(size, char) instead of
2289         explicit loop.
2290
2291         * sgml.C (openTag): fix order of arguments to string constructor
2292         (closeTag): ditto
2293
2294         * lyxfunc.C (dispatch): use boost.format
2295
2296         * lots of files: change "c" -> 'c'
2297
2298 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
2299
2300         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
2301
2302 2002-11-25  Angus Leeming  <leeming@lyx.org>
2303
2304         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
2305
2306         * lyx_main.C (init): compile fix.
2307
2308 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2309
2310         * lyx_cb.C (start): boost.formatify
2311         do not include <iostream>
2312
2313         * lengthcommon.C: ws only
2314
2315         * boost-inst.C,BoostFormat.h: add more explict instantations
2316
2317 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2318
2319         * lots of files: handle USE_BOOST_FORMAT
2320
2321 2002-11-21  John Levon  <levon@movementarian.org>
2322
2323         * pspell.C: fix compile
2324
2325 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2326
2327         * lyxfunc.C (dispatch): use boost::format
2328         (open): ditto
2329         (doImport): ditto
2330
2331         * lyxfont.C (stateText): use boost::format
2332
2333         * lyx_main.C (LyX): use boost::format
2334         (init): ditto
2335         (queryUserLyXDir): ditto
2336         (readRcFile): ditto
2337         (parse_dbg): ditto
2338         (typedef boost::function): use the recommened syntax.
2339
2340         * importer.C (Import): use boost::format
2341
2342         * debug.C (showLevel): use boost::format
2343
2344         * converter.C (view): use boost::format
2345         (convert): ditto
2346         (move): ditto
2347         (scanLog): ditto
2348
2349         * bufferview_funcs.C (currentState): use boost::format
2350
2351         * bufferlist.C (emergencyWrite): use boost::format
2352
2353         * buffer.C (readLyXformat2): use boost::format
2354         (parseSingleLyXformat2Token): ditto
2355
2356         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
2357
2358         * LaTeX.C (run): use boost::format
2359
2360         * Chktex.C (scanLogFile): use boost::format
2361
2362         * BufferView_pimpl.C (savePosition): use boost::format
2363         (restorePosition): ditto
2364         (MenuInsertLyXFile): ditto
2365
2366         * BoostFormat.h: help file for explicit instation.
2367
2368 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
2369
2370         * tabular.C (latex): Support for block alignment in fixed width
2371         columns.
2372
2373 2002-11-17  John Levon  <levon@movementarian.org>
2374
2375         * BufferView_pimpl.C:
2376         * lyx_cb.C:
2377         * lyxfunc.C: split filedialog into open/save
2378
2379 2002-11-08  Juergen Vigna  <jug@sad.it>
2380
2381         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
2382         by my last patch (hopefully).
2383
2384 2002-11-08  John Levon  <levon@movementarian.org>
2385
2386         * iterators.h:
2387         * iterators.C:
2388         * buffer.h:
2389         * buffer.C:
2390         * paragraph.h:
2391         * paragraph.C:
2392         * toc.h:
2393         * toc.C: ParConstIterator, and use it (from Lars)
2394
2395 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
2396
2397         * lyxtextclass.[Ch]: revise and add doxygen comments
2398
2399 2002-11-07  John Levon  <levon@movementarian.org>
2400
2401         * text.C: fix progress value for spellchecker
2402
2403         * toc.C: fix navigate menu for insetwrap inside minipage
2404
2405         * paragraph_funcs.C: added FIXME for suspect code
2406
2407 2002-11-07  John Levon  <levon@movementarian.org>
2408
2409         * BufferView_pimpl.C: fix redrawing of insets
2410           on buffer switch
2411
2412 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2413
2414         * text2.C (updateCounters): fix bug 668
2415
2416 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
2417
2418         * text3.C (dispatch): Do not make the buffer dirty when moving the
2419         cursor.
2420
2421 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2422
2423         * vc-backend.C: STRCONV
2424         (scanMaster): ditto
2425
2426         * text2.C (setCounter): STRCONV
2427
2428         * paragraph.C (asString): STRCONV
2429
2430         * lyxlength.C (asString): STRCONV
2431         (asLatexString): ditto
2432
2433         * lyxgluelength.C (asString): STRCONV
2434         (asLatexString): ditto
2435
2436         * lyxfunc.C (dispatch): STRCONV
2437         (open): ditto
2438
2439         * lyxfont.C (stateText): STRCONV
2440
2441         * importer.C (Import): STRCONV
2442
2443         * counters.C (labelItem): STRCONV
2444         (numberLabel): ditto
2445         (numberLabel): remove unused ostringstream o
2446
2447         * chset.C: STRCONV
2448         (loadFile): ditto
2449
2450         * bufferview_funcs.C (currentState): STRCONV
2451
2452         * buffer.C (readFile): STRCONV
2453         (asciiParagraph): ditto
2454         (makeLaTeXFile): ditto
2455
2456         * Spacing.C (writeEnvirBegin): STRCONV
2457
2458         * LaTeXFeatures.C (getLanguages): STRCONV
2459         (getPackages): ditto
2460         (getMacros): ditto
2461         (getBabelOptions): ditto
2462         (getTClassPreamble): ditto
2463         (getLyXSGMLEntities): ditto
2464         (getIncludedFiles): ditto
2465
2466         * LaTeX.C: STRCONV
2467         (run): ditto
2468         (scanAuxFile): ditto
2469         (deplog): ditto
2470
2471         * LString.h: add the STRCONV macros
2472
2473         * BufferView_pimpl.C (savePosition): STRCONV
2474         (restorePosition): ditto
2475         (MenuInsertLyXFile): ditto
2476
2477         * vc-backend.C (scanMaster): change from submatch[...] to
2478         submatch.str(...)
2479
2480         * funcrequest.C: include config.h
2481
2482         * factory.C: include config.h
2483
2484         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
2485
2486         * box.C: include config.h
2487
2488         * LaTeX.C (scanAuxFile): change from submatch[...] to
2489         submatch.str(...)
2490         (deplog): ditto
2491
2492 2002-10-25  Angus Leeming  <leeming@lyx.org>
2493
2494         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
2495
2496         * ispell.[Ch] (setError): new method.
2497         * ispell.C (c-tor): move out child process into new class LaunchIspell.
2498         Use setError() insetead of goto END.
2499
2500         * lyx_cb.C (AutoSave): move out child process into new class
2501         AutoSaveBuffer.
2502
2503 2002-10-30  John Levon  <levon@movementarian.org>
2504
2505         * text3.C: make start appendix undoable
2506
2507 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
2508
2509         * lyxlength.C (inPixels): Fix returned value.
2510
2511         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
2512         environment.
2513
2514 2002-10-24  Angus Leeming  <leeming@lyx.org>
2515
2516         * lyxgluelength.h: no need to forward declare BufferParams
2517         or BufferView, so don't.
2518
2519 2002-10-21  John Levon  <levon@movementarian.org>
2520
2521         * BufferView.C: menuUndo ->undo, redo
2522
2523         * BufferView.h: document, remove dead, make some methods private
2524
2525         * paragraph_funcs.h:
2526         * paragraph_funcs.C:
2527         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
2528
2529         * buffer.h:
2530         * buffer.C:
2531         * sgml.h:
2532         * sgml.C: move sgml open/close tag into sgml.C
2533
2534         * bufferview_funcs.h: unused prototype
2535
2536         * lyxfunc.h:
2537         * lyxfunc.C: remove unused
2538
2539         * lyxtext.h:
2540         * text.C: remove unused
2541
2542 2002-10-21  John Levon  <levon@movementarian.org>
2543
2544         * BufferView.h:
2545         * BufferView.C:
2546         * BufferView_pimpl.h:
2547         * BufferView_pimpl.C: fix mouse wheel handling based on
2548           patch from Darren Freeman
2549
2550 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
2551
2552         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
2553
2554 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
2555
2556         * lyxlength.C (inPixels): Fix hanfling of negative length.
2557         Fix LyXLength::MU case.
2558
2559 2002-10-16  John Levon  <levon@movementarian.org>
2560
2561         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
2562
2563 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2564
2565         * converter.C (view): add support for $$i (file name) and $$p
2566         (file path) for the viewer command. If $$i is not specified, then
2567         it is appended to the command (for compatibility with old syntax)
2568
2569 2002-10-14  Juergen Vigna  <jug@sad.it>
2570
2571         * undo_funcs.C (textHandleUndo): alter the order in which the
2572         new undopar is added to the LyXText, as we have to set first
2573         the right prev/next and then add it as otherwise the rebuild of
2574         LyXText is not correct. Also reset the cursor to the right paragraph,
2575         with this IMO we could remove the hack in "redoParagraphs()".
2576
2577 2002-10-09  Angus Leeming  <leeming@lyx.org>
2578
2579         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
2580         to turn off an optimisation if a new inset is to be inserted.
2581
2582 2002-10-11 André Pönitz <poenitz@gmx.net>
2583
2584         * lyxtext.h: make some functions public to allow access
2585         from inset/lyxtext for handling LFUN_PRIOR/NEXT
2586
2587 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2588
2589         * text3.C (dispatch): when changing layout, avoid an infinite loop
2590         [bug #652]
2591
2592 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2593
2594         * lyxrc.C (read): treat a viewer or converter command of "none" as
2595         if it were empty.
2596
2597         * MenuBackend.C (expandFormats): for an update, also allow the
2598         formats that are not viewable
2599
2600         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
2601         script if it is newer than the lyxrc.defaults in user directory
2602
2603 2002-10-07 André Pönitz <poenitz@gmx.net>
2604
2605         * text.C: Vitaly Lipatov's small i18n fix
2606
2607 2002-09-25  Angus Leeming  <leeming@lyx.org>
2608
2609         * ispell.h: doxygen fix.
2610
2611 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
2612
2613         * buffer.h (readFile): Add a new argument to the method, to allow
2614         reading of old-format templates.
2615
2616 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
2617
2618         * toc.C (getTocList): Get TOC from InsetWrap.
2619
2620 2002-09-16  John Levon  <levon@movementarian.org>
2621
2622         * lyxfunc.C: check tabular for cut/copy too
2623
2624 2002-09-12  John Levon  <levon@movementarian.org>
2625
2626         * LyXAction.C: tidy
2627
2628         * factory.h:
2629         * factory.C: add header
2630
2631         * paragraph_funcs.h:
2632         * paragraph_funcs.C: cleanup
2633
2634 2002-09-11  John Levon  <levon@movementarian.org>
2635
2636         * PrinterParams.h: odd/even default to true
2637
2638 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2639
2640         * PrinterParams.h: update printer parameters for new xforms dialog
2641
2642 2002-09-11  Angus Leeming  <leeming@lyx.org>
2643
2644         * lyxserver.C (read_ready): re-write to make it more transparent
2645         and to make it work in coherent fashion under Tru64 Unix.
2646
2647 2002-09-11  André Pönitz <poenitz@gmx.net>
2648
2649         * commandtags.h:
2650         * LyXAction.C:
2651         * text3.C: implement LFUN_WORDSEL
2652
2653 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2654
2655         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
2656         make floatlist_ a boost::shared_ptr<FloatList>
2657
2658         * lyxtextclass.C: include FloatList.h
2659         (LyXTextClass): initialize floatlist_
2660         (TextClassTags): add TC_NOFLOAT
2661         (Read): match "nofloat" to TC_NOFLOAT and use it.
2662         (readFloat): modify call to floatlist_
2663         (floats): ditto
2664         (floats): ditto
2665
2666         * FloatList.[Ch] (FloatList): remove commented out float
2667         initialization.
2668         (erase): new function
2669
2670 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2671
2672         * MenuBackend.C (expandToc): fix crash when there is no document
2673         open
2674
2675 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
2676
2677         * many files: Add insetwrap.
2678
2679 2002-09-09  John Levon  <levon@movementarian.org>
2680
2681         * text2.C: remove confusing and awkward depth wraparound
2682
2683 2002-09-09  John Levon  <levon@movementarian.org>
2684
2685         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
2686
2687         * buffer.h:
2688         * buffer.C: remove getIncludeonlyList()
2689
2690         * paragraph.C:
2691         * lyxfunc.C: remove headers
2692
2693 2002-09-09  Juergen Vigna  <jug@sad.it>
2694
2695         * text.C (getColumnNearX): fix form Michael this is most
2696         probably a cut&paste bug.
2697
2698 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2699
2700         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
2701
2702         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
2703         references, ws changes.
2704
2705         * text2.C (init): update counters after init
2706         (insertParagraph): no need to set counter on idividual paragraphs.
2707         (setCounter): access the counters object in the textclass object
2708         on in the buffer object.
2709         (updateCounters): ditto
2710
2711         * lyxtextclass.C: include counters.h, add variable ctrs_ as
2712         shared_ptr<Counters> to avoid loading counters.h in all
2713         compilation units.
2714         (LyXTextClass): initialize ctrs_
2715         (TextClassTags): add TC_COUNTER, and ...
2716         (Read): use it here.
2717         (CounterTags): new tags
2718         (readCounter): new function
2719         (counters): new funtion
2720         (defaultLayoutName): return a const reference
2721
2722         * counters.C (Counters): remove contructor
2723         (newCounter): remove a couple of unneeded statements.
2724         (newCounter): simplify a bit.
2725         (numberLabel): some small formatting changes.
2726
2727         * buffer.[Ch]: remove all traces of counters, move the Counters
2728         object to the LyXTextClass.
2729
2730 2002-09-06  Alain Castera  <castera@in2p3.fr>
2731
2732         * tabular.C: uses \tabularnewline; uses >{...} construct from array
2733         package to set the horizontal alignment on fixed width columns.
2734
2735         * lyx_sty.C:
2736         * lyx_sty.h: added tabularnewline macro def.
2737
2738         * LaTeXFeatures.C: added NeedTabularnewline macro feature
2739
2740 2002-09-06  John Levon  <levon@movementarian.org>
2741
2742         * LyXAction.C: tooltips for sub/superscript
2743
2744         * MenuBackend.C: a bit more verbose
2745
2746         * lyxfunc.C: tiny clean
2747
2748         * undo_funcs.C: document undo_frozen
2749
2750 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
2751
2752         * counters.C (Counters): add missing algorithm counter.
2753
2754         * text2.C (setCounter): lookup the counter with layouts latexname
2755         instead of by section number.
2756         (setCounter): use a hackish way to lookup the correct enum
2757         counter.
2758         a float name->type change
2759         reset enum couners with counter name directly instead of depth value.
2760
2761         * counters.C (Counters): remove the push_backs, change to use the
2762         float type not the float name.
2763         (labelItem): remove unused string, float name->type change
2764
2765         * counters.h: don't include vector, loose the enums and sects vectors
2766
2767 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2768
2769         * lyxtextclass.C (TextClassTags): add TC_FLOAT
2770         (Read): add float->TC_FLOAT to textclassTags
2771         (Read): and handle it in the switch
2772         (readFloat): new function
2773
2774         * FloatList.C (FloatList): comment out the hardcoded float
2775         definitions.
2776
2777         * lyxlayout.h: ws change.
2778
2779 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
2780
2781         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
2782
2783 2002-09-03  Angus Leeming  <leeming@lyx.org>
2784
2785         * BufferView_pimpl.h: qualified name is not allowed in member
2786         declaration: WorkArea & Pimpl::workarea() const;
2787
2788         * factory.C: added using std::endl directive.
2789
2790         * text3.C: added using std::find and std::vector directives.
2791
2792 2002-08-29  André Pönitz <poenitz@gmx.net>
2793
2794         * lyxtext.h:
2795         * text2.C: remove unused member number_of_rows
2796
2797         * Makefile.am:
2798         * BufferView2.C: remove file, move contents to...
2799         * BufferView.C: ... here
2800
2801         * BufferView_pimpl.C:
2802         * factory.C: move more inset creation to factory
2803
2804         * vspace.C: avoid direct usage of LyXText, ws changes
2805
2806         * BufferView.[Ch]:
2807                 don't provide direct access to WorkArea, use two simple
2808                 acessors haveSelction() and workHeight() instead
2809
2810
2811 2002-08-29  John Levon  <levon@movementarian.org>
2812
2813         * BufferView_pimpl.C (dispatch): do not continue when
2814           no buffer
2815
2816 2002-08-28  André Pönitz <poenitz@gmx.net>
2817
2818         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
2819
2820         * BufferView.h:
2821         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
2822
2823 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
2824
2825         * buffer.C: increment LYX_FORMAT to 221
2826
2827         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
2828         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
2829
2830         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
2831
2832         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
2833
2834 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2835
2836         * factory.C (createInset): use LyXTextClass::floats
2837
2838         * MenuBackend.C (expandFloatListInsert):
2839         (expandFloatInsert):
2840         (expandToc):
2841
2842         * text2.C (setCounter):
2843
2844         * LaTeXFeatures.C (useFloat):
2845         (getFloatDefinitions):
2846
2847         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
2848
2849         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
2850         floatlist_, with accessor floats().
2851
2852         * FloatList.h: remove global FloatList
2853
2854 2002-08-26  André Pönitz <poenitz@gmx.net>
2855
2856         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
2857
2858         * BufferView.h:
2859         * BufferView2.C:
2860         * BufferView_pimpl.C:
2861         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
2862
2863 2002-08-25  John Levon  <levon@movementarian.org>
2864
2865         * LyXAction.C: fix margin note description
2866
2867 2002-08-24  John Levon  <levon@movementarian.org>
2868
2869         * buffer.C:
2870         * bufferlist.C:
2871         * bufferview_funcs.C:
2872         * lyxfont.C:
2873         * undo_funcs.C: cleanups
2874
2875         * lyxfunc.C: disable CUT/COPY when no selection
2876
2877 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
2878
2879         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
2880         in "enum UNIT"; e.g. PTW for Percent of TextWidth
2881
2882         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
2883         Add backward compatibility to "mono", "gray" and "no".
2884
2885 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
2886
2887         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
2888         (and file_format >= 200).
2889
2890 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2891
2892         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
2893
2894 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2895
2896         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
2897
2898 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
2899
2900         * BufferView_pimpl.C:
2901         * LyXAction.C:
2902         * buffer.C:
2903         * commandtags.h:
2904         * lyxfunc.C:
2905         * paragraph.[Ch]:
2906         * text2.C:
2907         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
2908         inset and code to make it  work with the paragraph code. The inset
2909         can be anywhere in the paragraph, but will only do the expected
2910         thing in LaTeX if the layout file contains the parameter line
2911                         OptionalArgs    1
2912         (or more generally, a nonzero value) for that layout.
2913
2914 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * paragraph.h: remove the declaration of undefined counters class
2917         function.
2918
2919 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
2920
2921         * text2.C (setCounter):  fixed enumeration mis-count as reported by
2922         Dr. Richard Hawkins.
2923
2924 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2925
2926         * paragraph_funcs.h: remove some unneeded includes
2927
2928         * text.C (backspace): pasteParagraph now in global scipe
2929
2930         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
2931         (pasteSelection): ditto
2932
2933         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
2934         * paragraph_funcs.C (pasteParagraph): ... here
2935
2936 2002-08-20  André Pönitz <poenitz@gmx.net>
2937
2938         * commandtags.h: new LFUNs for swapping/copying table row/colums
2939
2940         * LyXAction.C:
2941         * lyxfunc.C: support for new lfuns
2942
2943 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2944
2945         * tabular.C:
2946         * buffer.[Ch]: remove NO_COMPABILITY stuff
2947
2948 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
2949
2950         * boost.C (throw_exception): new file, with helper function for
2951         boost compiled without exceptions.
2952
2953         * paragraph.h:
2954         * lyxlength.C:
2955         * buffer.C:
2956         * ParameterStruct.h:
2957         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
2958
2959         * bufferlist.C (emergencyWriteAll): use boost bind
2960
2961         * BufferView_pimpl.C (moveCursorUpdate): remove inline
2962
2963         * text.C: include paragraph_funcs.h
2964         (breakParagraph): breakParagraph is now in global scope
2965
2966         * paragraph_funcs.[Ch]: new files
2967
2968         * paragraph.C (breakParagraph,breakParagraphConservative): move to
2969         global scope
2970
2971         * buffer.C: include paragraph_funcs.h
2972         (insertStringAsLines): breakParagraph is now in global scope
2973
2974         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
2975         paragraph_funcs.C
2976
2977         * CutAndPaste.C: include paragraph_funcs.h
2978         (cutSelection): breakParagraphConservative is now in global scope
2979         (pasteSelection): ditto
2980
2981         * buffer.h: declare oprator== and operator!= for
2982         Buffer::inset_iterator
2983
2984         * bufferlist.C (emergencyWrite): don't use fmt(...)
2985
2986         * text3.C: add using std::endl
2987
2988         * BufferView.C (moveCursorUpdate): remove default arg
2989
2990 2002-08-20  André Pönitz <poenitz@gmx.net>
2991
2992         * buffer.[Ch]: move inline functions to .C
2993
2994         * BufferView2.C:
2995         * BufferView_pimpl.C:
2996         * text.C:
2997         * buffer.[Ch]: use improved inset_iterator
2998
2999         * buffer.C:
3000         * paragraph.[Ch]: write one paragraph at a time
3001
3002 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3003
3004         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
3005         style if style is not specified.
3006
3007 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3008
3009         * text2.C (setCounter): when searching for right label for a
3010         caption, make sure to recurse to parent insets (so that a caption
3011         in a minipage in a figure float works) (bug #568)
3012
3013 2002-08-20  André Pönitz <poenitz@gmx.net>
3014
3015         * text3.C: new file for LyXText::dispatch() and helpers
3016
3017         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
3018
3019         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
3020
3021 2002-08-19  André Pönitz <poenitz@gmx.net>
3022
3023         * lyxtext.h:
3024         * text.C: new LyXText::dispatch()
3025
3026         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
3027
3028 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
3029
3030         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
3031
3032         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
3033         Hebrew text.
3034
3035 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3036
3037         * Makefile.am: use $(variables) instead of @substitutions@
3038
3039 2002-08-15  André Pönitz <poenitz@gmx.net>
3040
3041         * lyxfunc.C:
3042         * BufferView_pimpl.C: streamlining mathed <-> outer world
3043         interaction
3044
3045         * commandtags.h:
3046         * LyXAction.C: remove unused LFUN_MATH
3047
3048 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3049
3050         * paragraph.[Ch]: add some NO_NEXT ifdefs.
3051
3052 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3053
3054         * paragraph.C (Paragraph): reformat a bit
3055         (cutIntoMinibuffer): use builtin InsetList function instad of
3056         doing it manually.
3057         (getInset): ditto
3058
3059         * buffer.C: include boost/bind.hpp, add using std::for_each
3060         (writeFileAscii): use ParagraphList iterators
3061         (validate): use for_each for validate traversal of paragraphs
3062         (getBibkeyList): use ParagraphList iterators
3063         (resizeInsets): use for_each to resizeInsetsLyXText for all
3064         paragraphs.
3065         (getParFromID): use ParagraphList iterators
3066
3067         * BufferView2.C (lockInset): use paragraph list and iterators
3068
3069 2002-08-14  John Levon  <levon@movementarian.org>
3070
3071         * lyxserver.C: remove spurious xforms include
3072
3073 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3074
3075         * lyxfunc.C (getStatus): disable math-extern outside of math mode
3076
3077 2002-08-13  André Pönitz <poenitz@gmx.net>
3078
3079         * LyXAction.[Ch]:
3080         * lyxfunc.C: further cleaning
3081
3082 2002-08-13  André Pönitz <poenitz@gmx.net>
3083
3084         * funcrequest.h: new constructor
3085
3086         * funcrequest.C: move stuff here from .h
3087
3088         * Makefile.am:
3089         * BufferView_pimpl.C:
3090         * LyXAction.C:
3091         * toc.C:
3092         * lyxfunc.C: subsequent changes
3093
3094         * lyxfunc.h: new view() member function
3095
3096         * lyxfunc.C: subsequent changes
3097
3098 2002-08-13  Angus Leeming  <leeming@lyx.org>
3099
3100         * BufferView2.C:
3101         * BufferView_pimpl.C:
3102         * buffer.C:
3103         * converter.C:
3104         * importer.C:
3105         * lyxfunc.C:
3106         * lyxvc.C:
3107         * toc.C:
3108         * vc-backend.C:
3109         changes due to the changed LyXView interface that now returns references
3110         to member variables not pointers.
3111
3112 2002-08-13  Angus Leeming  <leeming@lyx.org>
3113
3114         * WordLangTuple (word, lang_code): return references to strings,
3115         not strings.
3116
3117         * BufferView.h:
3118         * SpellBase.h:
3119         * lyxtext.h: forward-declare WordLangTuple.
3120
3121         * BufferView2.C:
3122         * ispell.C:
3123         * pspell.C:
3124         * text.C: #include "WordLangTuple.h".
3125
3126         * lyxtext.h:
3127         * text.C: (selectNextWordToSpellcheck): constify return type.
3128
3129 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
3130
3131         * buffer.C:
3132         * buffer.h:
3133         * lyxtext.h:
3134         * paragraph.C:
3135         * paragraph_pimpl.h:
3136         * text.C:
3137         * text2.C:
3138         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
3139         suggested by Angus.
3140         Made updateCounter always count from start of buffer, and removed
3141         second argument (par).
3142         Reverted floats number display to '#'. Perhaps I'll try again when the
3143         code base is sanitized a bit.
3144
3145 2002-08-12  Angus Leeming  <leeming@lyx.org>
3146
3147         * buffer.[Ch] (getLabelList): constify.
3148
3149 2002-08-07  André Pönitz <poenitz@gmx.net>
3150
3151         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
3152
3153         * funcrequest.h: extension to keep mouse (x,y) position
3154
3155 2002-08-12  Juergen Vigna  <jug@sad.it>
3156
3157         * BufferView2.C (insertErrors): forbid undo when inserting error
3158         insets.
3159
3160         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
3161
3162 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3163
3164         * ParagraphList.[Ch]: new files
3165
3166         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
3167
3168         * BufferView2.C (lockInset): ParagraphList changes
3169         * toc.C: ditto
3170         * text2.C: ditto
3171         * bufferlist.C: ditto
3172         * buffer.h: ditto
3173         * buffer.C: ditto
3174
3175 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3176
3177         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
3178         unused class variable counter_,
3179
3180         * paragraph.[Ch] (getFirstCounter): delete unused function
3181
3182         * counters.C: include LAssert.h
3183         (reset): add a new function with no arg, change other version to
3184         not have def. arg and to not allow empty arg.
3185
3186         * text2.C (setCounter): remove empty arg from call to Counters::reset
3187
3188 2002-08-11  John Levon  <levon@movementarian.org>
3189
3190         * Makefile.am: add WordLangTuple.h
3191
3192 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3193
3194         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
3195         lyxfunc.C lyxlex_pimpl.C: ws changes only.
3196
3197         * insets/insettext.C: InsetList changes
3198
3199         * graphics/GraphicsSupport.C (operator()): InsetList changes
3200
3201         * toc.C (getTocList): InsetList changes
3202
3203         * paragraph_pimpl.[Ch]: InsetList changes
3204
3205         * paragraph.[Ch]: InsetList changes
3206
3207         * buffer.C (inset_iterator): InsetList changes
3208         (setParagraph): ditto
3209         * buffer.h (inset_iterator): ditto
3210         * iterators.C (operator++): ditto
3211         * iterators.h: ditto
3212
3213         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
3214
3215         * InsetList.[Ch]: new files, most InsetList handling moved out of
3216         paragraph.C.
3217
3218         * BufferView2.C (removeAutoInsets): InsetList changes
3219         (lockInset): ditto
3220         (ChangeInsets): ditto
3221
3222 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3223
3224         * paragraph_pimpl.h (empty): new function
3225
3226         * paragraph.[Ch] (empty): new function
3227
3228         * other files: use the new Paragraph::empty function
3229
3230 2002-08-09  John Levon  <levon@movementarian.org>
3231
3232         * lyxtext.h: remove unused refresh_height
3233
3234 2002-08-09  John Levon  <levon@movementarian.org>
3235
3236         * Makefile.am:
3237         * sgml.h:
3238         * sgml.C:
3239         * buffer.C:
3240         * paragraph.h:
3241         * paragraph.C: move sgml char escaping out of paragraph
3242
3243         * paragraph.h:
3244         * paragraph.C: remove id setter
3245
3246         * buffer.C:
3247         * paragraph.C:
3248         * paragraph_pimpl.C: remove dead tex_code_break_column
3249
3250         * bufferview_funcs.C: small cleanup
3251
3252         * lyxfunc.C: remove dead proto
3253
3254         * lyxtext.h: make some stuff private. Remove some dead stuff.
3255
3256         * lyxgluelength.C: make as[LyX]String() readable
3257
3258 2002-08-08  John Levon  <levon@movementarian.org>
3259
3260         * LyXAction.h:
3261         * LyXAction.C:
3262         * MenuBackend.C:
3263         * ToolbarDefaults.C:
3264         * lyxfunc.C:
3265         * lyxrc.C:
3266         * toc.C: lyxaction cleanup
3267
3268 2002-08-08  John Levon  <levon@movementarian.org>
3269
3270         * BufferView2.C: small cleanup
3271
3272         * lyxfind.h:
3273         * lyxfind.C: move unnecessary header into the .C
3274
3275 2002-08-08  John Levon  <levon@movementarian.org>
3276
3277         * funcrequest.h: just tedious nonsense
3278
3279         * lyx_main.h:
3280         * lyx_main.C: cleanups
3281
3282         * buffer.C:
3283         * vspace.C: remove dead header lyx_main.h
3284
3285 2002-08-07  Angus Leeming  <leeming@lyx.org>
3286
3287         * Paragraph.[Ch]:
3288         * paragraph_pimpl.h:
3289         Forward declare class Counters in paragraph.h by moving the ctrs member
3290         variable into Paragraph::Pimpl.
3291         (counters): new method, returning a reference to pimpl_->ctrs.
3292
3293         * text2.C: ensuing changes.
3294
3295 2002-08-07  John Levon  <levon@movementarian.org>
3296
3297         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
3298
3299         * BufferView_pimpl.C: announce X selection on double/triple
3300           click
3301
3302         * lyx_main.C: use correct bool in batch dispatch
3303
3304         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
3305
3306 2002-08-07  André Pönitz <poenitz@gmx.net>
3307
3308         * funcrequest.h: new class to wrap a kb_action and its argument
3309
3310         * BufferView.[Ch]:
3311         * BufferView_pimpl[Ch]:
3312         * LaTeX.C:
3313         * LyXAction.[Ch]:
3314         * lyxfunc.[Ch]:
3315         * lyxrc.C: subsequent changes
3316
3317
3318 2002-08-07  John Levon  <levon@movementarian.org>
3319
3320         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
3321           document options change.
3322
3323 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
3324
3325         * counters.[Ch]
3326         * text2.C
3327         * paragraph.[Ch]
3328         * makefile.am: move counters functionality over from
3329         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
3330
3331 2002-08-06  John Levon  <levon@movementarian.org>
3332
3333         * WordLangTuple.h: new file for word + language code tuple
3334
3335         * SpellBase.h:
3336         * pspell.h:
3337         * pspell.C:
3338         * ispell.h:
3339         * ispell.C:
3340         * lyxtext.h:
3341         * text.C:
3342         * text2.C:
3343         * BufferView.h:
3344         * BufferView2.C: use WordLangTuple
3345
3346         * layout.h:
3347         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
3348
3349 2002-08-06  John Levon  <levon@movementarian.org>
3350
3351         * lyx_main.C: fix cmdline batch handling
3352
3353 2002-08-06  André Pönitz <poenitz@gmx.net>
3354
3355         * lyxrc.C: set default for show_banner to true
3356
3357 2002-08-06  John Levon  <levon@movementarian.org>
3358
3359         * pspell.C: fix a crash, and allow new aspell to work
3360
3361 2002-08-06  John Levon  <levon@movementarian.org>
3362
3363         * lyxfunc.C:
3364         * kbmap.C: small cleanup
3365
3366         * vspace.h:
3367         * vspace.C: add const
3368
3369 2002-08-05  John Levon  <levon@movementarian.org>
3370
3371         * LyXAction.C: back to tabular-insert
3372
3373 2002-08-04  John Levon  <levon@movementarian.org>
3374
3375         * BufferView.h:
3376         * BufferView.C: cosmetic change
3377
3378         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
3379
3380         * bufferlist.C:
3381         * buffer.h:
3382         * buffer.C:
3383         * lyxcb.h:
3384         * lyxcb.C:
3385         * lyxserver.C:
3386         * lyxvc.C:
3387         * vc-backend.C:
3388         * BufferView2.C: purge all "Lyx" not "LyX" strings
3389
3390         * lyxcursor.h:
3391         * lyxcursor.C: attempt to add some documentation
3392
3393         * lyxfunc.C:
3394         * commandtags.h:
3395         * LyXAction.C:
3396         * ToolbarDefaults.C:
3397         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
3398           merge with LFUN_TABULAR_INSERT
3399
3400         * Makefile.am:
3401         * SpellBase.h:
3402         * ispell.h:
3403         * ispell.C:
3404         * pspell.h:
3405         * pspell.C: split up i/pspell implementations into separate
3406           files, many cleanups
3407
3408         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
3409
3410         * text2.C: some cleanup
3411
3412         * lyxfunc.C: don't check for isp_command == "none" any more, it
3413           didn't make any sense
3414
3415 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
3416
3417         * counters.[Ch]
3418         * text2.C
3419         * paragraph.[Ch]
3420         * makefile.am: move counters functionality over
3421         from text2.C/paragraph.[Ch] to counters.[Ch], and
3422         make proper C++.
3423 2002-08-02  John Levon  <levon@movementarian.org>
3424
3425         * buffer.C: s/lyxconvert/lyx2lyx/
3426
3427 2002-08-02  Angus Leeming  <leeming@lyx.org>
3428
3429         * lyxlex.C: revert John's change as it breaks reading of the user
3430         preamble.
3431
3432 2002-08-02  Angus Leeming  <leeming@lyx.org>
3433
3434         * importer.C (Import):
3435         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
3436         changes due to LyXView::view() now returning a boost::shared_ptr.
3437
3438 2002-08-02  John Levon  <levon@movementarian.org>
3439
3440         * lyxlex.C: small cleanup
3441
3442 2002-08-02  John Levon  <levon@movementarian.org>
3443
3444         * text2.C (status): small cleanup, no logic change
3445
3446 2002-08-01  John Levon  <levon@movementarian.org>
3447
3448         * buffer.h:
3449         * buffer.C (writeFile): don't output alerts, caller
3450           handles this
3451
3452         * bufferlist.C:
3453         * lyx_cb.C: from above
3454
3455         * lyxfunc.C: allow to open non-existent files
3456
3457 2002-07-31  John Levon  <levon@movementarian.org>
3458
3459         * lyxserver.C: don't let incidental errors get
3460           in the way (errno)
3461
3462 2002-07-30  John Levon  <levon@movementarian.org>
3463
3464         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
3465
3466 2002-07-30  John Levon  <levon@movementarian.org>
3467
3468         * lyxserver.h:
3469         * lyxserver.C: remove I/O callback too
3470
3471 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3472
3473         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
3474         log.
3475
3476 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3477
3478         * many files: strip,frontStrip -> trim,ltrim,rtrim
3479
3480 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3481
3482         * PrinterParams.h: remove extern containsOnly, and include
3483         support/lstrings.h instead.
3484
3485         * LaTeX.C (scanAuxFile): modify because of strip changes
3486         (deplog): ditto
3487         * buffer.C (makeLaTeXFile): ditto
3488         * bufferparams.C (writeFile): ditt
3489         * lyxfont.C (stateText): ditto
3490         * lyxserver.C (read_ready): ditto
3491         * vc-backend.C (scanMaster): ditto
3492
3493         * BufferView_pimpl.h: ws changes
3494
3495         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
3496
3497 2002-07-26  André Pönitz <poenitz@gmx.net>
3498
3499         * kb_sequence.C: remove unnedred usings
3500
3501 2002-07-26  Juergen Vigna  <jug@sad.it>
3502
3503         * lyxfind.C (LyXReplace): we have to check better if the returned
3504         text is not of theLockingInset()->getLockingInset().
3505
3506 2002-07-25  Juergen Vigna  <jug@sad.it>
3507
3508         * lyxfind.C (LyXReplace): don't replace if we don't get the
3509         right LyXText.
3510
3511         * undo_funcs.C (createUndo): remove debugging code.
3512
3513 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
3514
3515         * buffer.C (parseSingleLyXformat2Token): Use default placement
3516         when reading old floats.
3517
3518         * FloatList.C (FloatList): Change the default placement of figure
3519         and tables to "tbp".
3520
3521 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
3522
3523         * MenuBackend.C: using std::max
3524
3525 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3526
3527         * MenuBackend.C (expandToc):
3528         (expandToc2): code moved from xforms menu frontend. It is now
3529         generic and TOCs are transparent to menu frontends.
3530
3531 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3532
3533         * toc.C (getTocList): protect against buf=0
3534
3535         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
3536         Menu as first parameter. Now, this calls itself recursively to
3537         expand a whole tree (this will be useful for TOC handling)
3538         (expandFloatInsert): remove 'wide' version of floats
3539
3540         * MenuBackend.h (submenuname): returns the name of the submenu.
3541         (submenu): returns the submenu itself, provided it has been
3542         created by MenuBackend::expand
3543
3544 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3545
3546         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
3547         insets which have noFontChange == true. (bug #172)
3548
3549 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3550
3551         * BufferView_pimpl.C: add connection objects and use them...
3552         (Pimpl): here.
3553
3554 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3555
3556         * MenuBackend.C (expandLastfiles):
3557         (expandDocuments):
3558         (expandFormats):
3559         (expandFloatListInsert):
3560         (expandFloatInsert):
3561         (expand): split expand in parts
3562
3563 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3564
3565         * lyx_gui.C: use lyx_gui::exit()
3566
3567 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3568
3569         * LyXAction.C: show the failing pseudo action
3570
3571 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
3572
3573         * buffer.C (readFile): Run the lyxconvert script in order to read
3574         old files.
3575
3576 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3577
3578         * LyXAction.C:
3579         * commandtags.h:
3580         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
3581
3582 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3583
3584         * LyXAction.C:
3585         * commandtags.h:
3586         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
3587
3588 2002-07-22  Herbert Voss  <voss@lyx.org>
3589
3590         * lengthcommon.C:
3591         * lyxlength.[Ch]: add support for the vertical lengths
3592
3593 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
3594
3595         * toc.[Ch]: std:: fixes
3596
3597 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3598
3599         * lyxrc.C: do not include lyx_main.h
3600
3601         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
3602         for layouts
3603
3604         * lyxrc.C:
3605         * encoding.C:
3606         * bufferlist.C:
3607         * BufferView2.C: include "lyxlex.h"
3608
3609         * tabular.h:
3610         * bufferparams.h: do not #include "lyxlex.h"
3611
3612         * lyxtextclasslist.C (Add): remove method
3613         (classlist): renamed to classlist_
3614
3615         * paragraph_pimpl.C:
3616         * paragraph.C:
3617         * text2.C:
3618         * CutAndPaste.C:
3619         * bufferview_funcs.C:
3620         * bufferlist.C:
3621         * text.C:
3622         * LaTeXFeatures.C:
3623         * buffer.C:
3624         * toc.C (getTocList): use BufferParams::getLyXTextClass
3625
3626         * toc.C (getTocList): use InsetFloat::addToToc
3627
3628         * toc.[Ch]: new files, containing helper functions to handle table
3629         of contents
3630
3631         * lyxfunc.C (dispatch): no need to remove spaces around command
3632         given as a string
3633         (getStatus): handle LFUN_SEQUENCE by returning the status of the
3634         first command of the sequence; it is not very clever, but I do not
3635         have a better idea, actually
3636
3637         * LyXAction.C (LookupFunc): make sure to remove space at the
3638         beginning and end of the command
3639
3640 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3641
3642         * MenuBackend.C (getMenubar): new method: return the menubar of
3643         this menu set
3644         (read): treat differently reading of menu and menubar (in
3645         particular, the menubar has no name now)
3646         (Menu::menubar): remove
3647
3648         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
3649         saving is finished
3650
3651 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
3652
3653         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
3654         a bibitem inset in a RTL paragraph.
3655
3656 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
3657
3658         * paragraph_pimpl.C: constify
3659
3660         * BufferView_pimpl.C:
3661         * LaTeX.C:
3662         * lyxfunc.C: fix dispatch in a nicer way
3663
3664 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3665
3666         * lyxfunc.C (dispatch):
3667         * BufferView_pimpl.C:
3668         * BufferView_pimpl.h:
3669         * BufferView.C:
3670         * BufferView.h: rename Dispatch() to dispatch()
3671
3672         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
3673
3674         * lyxlayout.C (Read): honor DependsOn tag
3675
3676         * lyxlayout.[Ch] (depends_on): new method
3677
3678         * version.C.in: update lyx_docversion
3679
3680         * LaTeXFeatures.C (getMacros): only define \LyX when needed
3681
3682         * paragraph.C (validate): remove from here...
3683         * paragraph_pimpl.C (validate): ... and move here
3684         (isTextAt): make it const
3685
3686         * buffer.C (getLists): ws cleanup
3687
3688 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
3689
3690         * language.C (read): Use iso8859-1 encoding in latex_lang
3691         (this prevents LyX from crashing when using iso10646-1 encoding).
3692
3693 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3694
3695         * text2.C (toggleInset): if cursor is inside an inset, close the
3696         inset and leave cursor _after_ it
3697
3698 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
3699
3700         * lyxfunc.C: move minibuffer completion handling out of here
3701
3702 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
3703
3704         * BufferView_pimpl.C:
3705         * LaTeX.C: fix dispatch calls
3706
3707 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
3708
3709         * text.C (drawChars): Fix Arabic text rendering.
3710
3711 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
3712
3713         * LyXAction.C:
3714         * commandtags.h:
3715         * lyxfunc.C: remove message-push/pop
3716
3717         * lyxserver.C:
3718         * lyxfunc.h:
3719         * lyxfunc.C: rationalise some code by removing verboseDispatch
3720           in favour of a bool argument to dispatch()
3721
3722 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3723
3724         * lyx_main.C (init): make sure to read symlinks as absolute paths
3725
3726 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3727
3728         * lyxfunc.h:
3729         * lyxfunc.C: no need for commandshortcut to be a member
3730
3731 2002-07-15  André Pönitz <poenitz@gmx.net>
3732
3733         * converter.C: add support for $$s (scripts from lib/scripts dir)
3734         * lyx_main.C: white space
3735
3736 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3737
3738         * bufferlist.C:
3739         * lyxrc.h:
3740         * lyxrc.C: remove second exit confirmation
3741
3742 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3743
3744         * BufferView.h:
3745         * BufferView.C:
3746         * BufferView2.C:
3747         * BufferView_pimpl.h:
3748         * BufferView_pimpl.C:
3749         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
3750
3751 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3752
3753         * MenuBackend.C (expand): add numeric shortcuts to document menu
3754
3755         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
3756
3757 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3758
3759         * lyxfont.C (setLyXFamily):
3760         (setLyXSeries):
3761         (setLyXShape):
3762         (setLyXSize):
3763         (setLyXMisc):
3764         (lyxRead):
3765         * debug.C (value):
3766         * buffer.C (asciiParagraph): use ascii_lowercase
3767
3768 2002-07-15  Mike Fabian  <mfabian@suse.de>
3769
3770         * lyxlex_pimpl.C (search_kw):
3771         * lyxlex.C (getLongString):
3772         * converter.h (operator<):
3773         * converter.C (operator<):
3774         * buffer.C (parseSingleLyXformat2Token):
3775         (asciiParagraph):
3776         * ToolbarDefaults.C (read):
3777         * MenuBackend.C (checkShortcuts):
3778         (read):
3779         * LColor.C (getFromGUIName):
3780         (getFromLyXName): use the compare_ascii_no_case instead of
3781         compare_no_case, because in turkish, 'i' is not the lowercase
3782         version of 'I', and thus turkish locale breaks parsing of tags.
3783
3784 2002-07-16  Angus Leeming  <leeming@lyx.org>
3785
3786         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
3787         now takes a Buffer const & argument.
3788
3789 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
3790
3791         * BufferView.C (resize): check there's a buffer to resize
3792
3793 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
3794
3795         * lyxfunc.C: remove dead code
3796
3797         * lyxserver.h:
3798         * lyxserver.C: use lyx_guii::set_read_callback
3799
3800 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
3801
3802         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
3803         an inset in a RTL paragraph.
3804
3805 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3806
3807         * lyxfunc.C: repaint after a font size update
3808
3809 2002-07-15  André Pönitz <poenitz@gmx.net>
3810
3811         * lyxlength.C: inBP should be able to return negative values
3812
3813 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3814
3815         * lyxfunc.C: use lyx_gui::update_fonts()
3816
3817 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3818
3819         * lyxfunc.C: use lyx_gui::update_color()
3820
3821 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3822
3823         * bufferlist.C:
3824         * lyxfunc.h:
3825         * lyxfunc.C:
3826         * lyxrc.h:
3827         * lyxrc.C: remove file->new asks for name option, and let
3828           buffer-new take an argument
3829
3830 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3831
3832         * BufferView_pimpl.C: remove unneeded extra repaint()
3833
3834 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
3835
3836         * LyXAction.C: allow command-sequence with NoBuffer
3837
3838         * lyxfunc.C: don't insist on trailing ';' for command-sequence
3839
3840 2002-07-10  Angus Leeming  <leeming@lyx.org>
3841
3842         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
3843
3844 2002-07-09  Angus Leeming  <leeming@lyx.org>
3845
3846         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
3847
3848 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
3849
3850         * lengthcommon.h: whitespace
3851
3852         * lyxfunc.C: update scrollbar after goto paragraph
3853
3854         * lyxtext.h: factor out page break drawing, and fix it so
3855           page break/added space paints as selected nicely
3856
3857 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
3858
3859         * BufferView_pimpl.C: add FIXMEs, clean up a little
3860
3861 2002-07-09  André Pönitz <poenitz@gmx.net>
3862
3863         * lyxfont.[Ch]: support for wasy symbols
3864
3865 2002-07-08  André Pönitz <poenitz@gmx.net>
3866
3867         * BufferView_pimpl.C: apply John's patch for #93.
3868
3869 2002-07-05  Angus Leeming  <leeming@lyx.org>
3870
3871         * BufferView_pimpl.C (buffer): generate previews if desired.
3872
3873         * LColor.h: add "preview" to the color enum.
3874
3875         * LColor.C (LColor): add a corresponding entry to the items array.
3876
3877         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
3878         with this buffer.
3879
3880 2002-07-05  Angus Leeming  <leeming@lyx.org>
3881
3882         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
3883         The body of the code is now in the method that is passed an ostream &
3884         rather than a file name.
3885         Pass an additional only_preamble parameter, useful for the forthcoming
3886         preview stuff.
3887
3888 2002-07-03  André Pönitz <poenitz@gmx.net>
3889
3890         * lyxfunc.C: simplify getStatus() a bit for math stuff
3891
3892 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3893
3894         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
3895
3896 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3897
3898         * text.C (changeRegionCase): do not change case of all the
3899         document when region ends at paragraph end (bug #461)
3900
3901 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3902
3903         * paragraph.C (startTeXParParams):
3904         (endTeXParParams): add \protect when necessary
3905
3906 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3907
3908         * BufferView_pimpl.C (workAreaExpose): remove warning
3909
3910 2002-06-27  Angus Leeming  <leeming@lyx.org>
3911
3912         * Makefile.am: add lyxlayout_ptr_fwd.h.
3913
3914 2002-06-26  André Pönitz <poenitz@gmx.net>
3915
3916         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
3917
3918 2002-06-25  Angus Leeming  <leeming@lyx.org>
3919
3920         * lyxfunc.C (dispatch): Comment out the call to
3921         grfx::GCache::changeDisplay. The method no longer exists now that the
3922         pixmap generation part of the graphics loader has been moved into
3923         InsetGraphics.
3924
3925 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3926
3927         * text2.C: layout as layout
3928
3929         * text.C: layout as layout
3930
3931         * tabular.C (OldFormatRead): layout as layout
3932
3933         * paragraph_pimpl.C (TeXDeeper): layout as layout
3934         (realizeFont): layout as layout
3935
3936         * paragraph.C (writeFile): layout as layout
3937         (validate): layout as layout
3938         (getFont): layout as layout
3939         (getLabelFont): layout as layout
3940         (getLayoutFont): layout as layout
3941         (breakParagraph): layout as layout
3942         (stripLeadingSpaces): layout as layout
3943         (getEndLabel): layout as layout
3944         (getMaxDepthAfter): layout as layout
3945         (applyLayout): layout as layout
3946         (TeXOnePar): layout as layout
3947         (simpleTeXOnePar): layout as layout
3948         (TeXEnvironment): layout as layout
3949         (layout): layout as layout
3950         (layout): layout as layout
3951
3952         * lyxtextclass.C (compare_name): new functor to work with
3953         shared_ptr, layout as layout
3954         (Read): layout as layout
3955         (hasLayout): layout as layout
3956         (operator): layout as layout
3957         (delete_layout): layout as layout
3958         (defaultLayout): layout as layout
3959
3960         * lyxlayout_ptr_fwd.h: new file
3961
3962         * lyxlayout.C (Read): layout as layout
3963
3964         * lyx_cb.C (MenuInsertLabel): layout as layout
3965
3966         * bufferlist.C (newFile): layout as layout
3967
3968         * buffer.C (readLyXformat2): layout as layout
3969         (parseSingleLyXformat2Token): layout as layout
3970         (insertStringAsLines): layout as layout
3971         (asciiParagraph): layout as layout
3972         (latexParagraphs): layout as layout
3973         (makeLinuxDocFile): layout as layout
3974         (simpleLinuxDocOnePar): layout as layout
3975         (makeDocBookFile): layout as layout
3976         (simpleDocBookOnePar): layout as layout
3977         (getLists): layout as layout
3978
3979         * LaTeXFeatures.C (getTClassPreamble): layout as layout
3980
3981         * CutAndPaste.C (cutSelection): layout as layout
3982         (pasteSelection): layout as layout
3983         (SwitchLayoutsBetweenClasses): layout as layout
3984
3985         * BufferView_pimpl.C (Dispatch): layout as layout
3986         (smartQuote): layout as layout
3987
3988         * BufferView2.C (unlockInset): layout as layout
3989
3990 2002-06-24  André Pönitz <poenitz@gmx.net>
3991
3992         * lyxfunc.C: fix #487
3993
3994 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3995
3996         * lyxrc.h:
3997         * lyxrc.C:
3998         * lyxfunc.C: remove display_shortcuts, show_banner
3999
4000 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4001
4002         * Buffer_pimpl.C: oops, update on resize
4003
4004 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4005
4006         * buffer.C:
4007         * converter.C:
4008         * exporter.C:
4009         * lyxfunc.C:
4010         * BufferView.h:
4011         * BufferView.C: use repaint()
4012
4013         * BufferView_pimpl.h:
4014         * BufferView_pimpl.C: s/updateScreen()/repaint()/
4015           as it's a clearer description. Remove superfluous
4016           redraws.
4017
4018 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4019
4020         * text.C: fix bug 488. Not ideal, but getting
4021           getWord() to work properly for the insets that
4022           matter is more difficult ...
4023
4024 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4025
4026         * BufferView_pimpl.C:
4027         * LyXAction.C:
4028         * commandtags.h:
4029         * lyxfunc.C: remove the six million index lyxfuncs to just
4030           one, and DTRT (bug 458)
4031
4032 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4033
4034         * BufferView.h:
4035         * BufferView.C:
4036         * BufferView_pimpl.h:
4037         * BufferView_pimpl.C: clean up resize() stuff,
4038           and unnecessary updateScreen()s
4039
4040 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4041
4042         * BufferView.h:
4043         * BufferView.C:
4044         * BufferView_pimpl.h:
4045         * BufferView_pimpl.C:
4046         * lyxfind.h:
4047         * lyxfind.C:
4048         * minibuffer.C: remove focus management of workarea,
4049           not needed. Use screen's greyOut()
4050
4051 2002-06-17  Herbert Voss  <voss@lyx.org>
4052
4053         * converter.C: (convert) do not post a message, when converting
4054         fails, let the calling function decide what to do in this case
4055
4056 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
4057
4058         * lyxfunc.C: tidy up a little
4059
4060 2002-06-16    <alstrup@diku.dk>
4061
4062         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
4063         Got rid of FORMS_H_LOCATION include. Now we are
4064         GUII.
4065
4066 2002-06-15  LyX Development team  <lyx@rilke>
4067
4068         * buffer.[Ch] (sgmlOpenTag):
4069         (sgmlCloseTag): Added support for avoiding pernicious mixed
4070         content. Return number of lines written.
4071
4072         (makeLinuxDocFile):
4073         (makeDocBookFile): Fixed calls to sgml*Tag.
4074         Simple white space clean.
4075
4076         (simpleDocBookOnePar): Simple white space clean.
4077
4078         * tabular.[Ch] (docBook): Renamed to docbook and got another
4079         argument to related with the pernicious mixed content.
4080
4081         (docbookRow): Fixed calls for docbook inset method.
4082
4083 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
4084
4085         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
4086         so it's X11 independent.
4087
4088         * kb*.[Ch]: ditto.
4089
4090         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
4091
4092 2002-06-15  Lyx Development team  <lyx@electronia>
4093
4094         * intl.h: Renamed getTrans to getTransManager.
4095
4096 2002-06-14  Angus Leeming  <leeming@lyx.org>
4097
4098         * Makefile.am: nuke forgotten stl_string_fwd.h.
4099
4100 2002-06-12  Angus Leeming  <leeming@lyx.org>
4101
4102         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
4103
4104 2002-06-13  Angus Leeming  <leeming@lyx.org>
4105
4106         * LaTeX.C:
4107         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
4108
4109 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
4110
4111         * kbmap.C (getiso): add support for cyrillic and greek
4112
4113 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4114
4115         * BufferView.h:
4116         * BufferView.C:
4117         * BufferView_pimpl.h:
4118         * BufferView_pimpl.C: move bogus scrolling logic
4119           to xforms
4120
4121 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4122
4123         * lyxfunc.C:
4124         * BufferView_pimpl.C: view->resize() change
4125
4126 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4127
4128         * BufferView_pimpl.C: topCursorVisible
4129           prototype change
4130
4131 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4132
4133         * Makefile.am:
4134         * lyx_gui.h:
4135         * lyx_gui.C: move to frontends/
4136
4137         * main.C:
4138         * lyx_main.h:
4139         * lyx_main.C: changes from above
4140
4141 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4142
4143         * intl.C:
4144         * intl.h:
4145         * kbmap.C:
4146         * kbsequence.C:
4147         * lyx_cb.C:
4148         * lyx_main.C: minor tidy
4149
4150 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4151
4152         * BufferView_pimpl.h:
4153         * BufferView_pimpl.C:
4154         * BufferView.h:
4155         * BufferView.C: make painter() const,
4156           remove dead code
4157
4158         * BufferView2.C: use screen() accessor
4159
4160         * lyx_main.h:
4161         * lyx_main.C: some minor cleanup
4162
4163 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4164
4165         * BufferView_pimpl.h:
4166         * BufferView_pimpl.C: remove enter/leaveView,
4167           use workHeight()
4168
4169 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4170
4171         * BufferView.h:
4172         * BufferView.C:
4173         * BufferView2.C:
4174         * BufferView_pimpl.h:
4175         * BufferView_pimpl.C: only construct screen once,
4176           rename
4177
4178         * lyxrc.C: remove pointless comment
4179
4180 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
4181
4182         * BufferView.h:
4183         * BufferView.C: remove active() and belowMouse()
4184
4185         * BufferView_pimpl.h:
4186         * BufferView_pimpl.C: use workarea() not workarea_,
4187           and make it use a scoped_ptr instead
4188
4189 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
4190
4191         * lyx_gui.C: add debug message on BadWindow
4192
4193 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4194
4195         * sp_spell.C: fdopen is not part of the C++ standard.
4196
4197         * paragraph.C (InsetIterator): use >= instead of ==
4198
4199 2002-06-07  Angus Leeming  <leeming@lyx.org>
4200
4201         Fixes needed to compile with Compaq cxx 6.5.
4202         * BufferView_pimpl.C:
4203         * DepTable.C:
4204         * buffer.C:
4205         * converter.C:
4206         * encoding.C:
4207         * lyx_gui.C:
4208         * lyx_main.C:
4209         * lyxtextclasslist.C:
4210         * minibuffer.C:
4211         * sp_spell.C:
4212         * tabular_funcs.C:
4213         * vc-backend.C:
4214         all c-library variables have been moved into namespace std. Wrap
4215         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
4216
4217         * lyxlength.C:
4218         * tabular-old.C:
4219         * tabular.C:
4220         Add a using std::abs declaration.
4221
4222         * kbmap.h (modifier_pair):
4223         * paragraph.h (InsetTable, InsetList):
4224         * lyxfont.h (FontBits):
4225         type definition made public.
4226
4227         * bufferlist.C (emergencyWriteAll): the compiler complains that
4228         there is more than one possible lyx::class_fun template to choose from.
4229         I re-named the void specialisation as lyx::void_class_fun.
4230
4231         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
4232
4233         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
4234         the compiler is is unable to find tostr in write_attribute.
4235
4236 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4237
4238         * buffer.C (sgmlError): hide #warning
4239
4240 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4241
4242         * xtl/*: get rid of xtl, which is not in use anyway
4243
4244         * LyXAction.C (init):
4245         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
4246         were unimplemented xtl experimentation
4247
4248 2002-06-04  André Pönitz <poenitz@gmx.net>
4249
4250         * lyxfunc.C: disable array operation on simple formulae
4251
4252 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
4253
4254         * converter.C: constify a bit
4255
4256 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
4257
4258         * lyx_gui.C: check xforms version correctly
4259
4260 2002-04-30  Herbert Voss  <voss@lyx.org>
4261
4262         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
4263         "keep" option
4264
4265 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
4266
4267         * lyxvc.C: fix bug 416 (make sure buffer is saved before
4268           attempt to register it with a VCS)
4269
4270 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4271
4272         * lyx_main.C (init): honor variables LYX_DIR_13x and
4273         LYX_USERDIR_13x
4274
4275 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
4276
4277         * buffer.h:
4278         * buffer.C:
4279         * lyx_main.C: fix a crash on bad command line,
4280           and give a useful exit status on error
4281
4282         * lyxfunc.C (doImport): allow -i lyx to work
4283
4284 2002-03-30  André Pönitz <poenitz@gmx.net>
4285
4286         * lyxfunc.C: mathed font changes
4287
4288 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
4289
4290         * LaTeX.C:
4291         * importer.h:
4292         * importer.C:
4293         * lyx_sty.h:
4294         * lyx_sty.C:
4295         * lyxlex.C:
4296         * lyxrow.h:
4297         * lyxtext.h:
4298         * paragraph.h:
4299         * paragraph.C:
4300         * texrow.h:
4301         * texrow.C:
4302         * text.C:
4303         * trans_mgr.h: srcdocs, and some minor cleanups
4304
4305 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4306
4307         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
4308         call getFont all the time)
4309
4310 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4311
4312         * switch from SigC signals to boost::signals
4313
4314 2002-05-29  André Pönitz <poenitz@gmx.net>
4315
4316         * paragraph_pimpl.C (getChar): don't call size() too often...
4317
4318 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4319
4320         * paragraph_pimpl.C (insertChar): do not try to update tables when
4321         appending (pos == size())
4322
4323         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
4324         in order to reduce drastically the number of comparisons needed to
4325         parse a large document
4326
4327 2002-05-29  André Pönitz <poenitz@gmx.net>
4328
4329         * text.C:
4330         * text2.C:
4331         * lyxtextclass.C:
4332         * sp_pspell.h:
4333         * textclasslist.[Ch]:
4334         * sp_ispell.h: whitespace change
4335
4336 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4337
4338         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
4339         lyxaction directly now.
4340
4341 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
4342
4343         * trans.C:
4344         * lyxfont.C:
4345         * lyxvc.C: remove unused headers
4346
4347 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
4348
4349         * Makefile.am:
4350         * buffer.h:
4351         * undostack.h:
4352         * undostack.C:
4353         * undo_funcs.h:
4354         * undo_funcs.C: some cleanups. Use shared_ptr
4355           and a template for the undo stacks.
4356
4357 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
4358
4359         * BufferView_pimpl.h:
4360         * BufferView_pimpl.C:
4361         * kbmap.h:
4362         * kbmap.C:
4363         * kbsequence.h:
4364         * kbsequence.C:
4365         * lyxfunc.h:
4366         * lyxfunc.C:
4367         * text2.C: use key_state/mouse_state
4368
4369 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4370
4371         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
4372         and LSubstring
4373
4374         * chset.C: change include order
4375         (loadFile): use boost regex and get rid of LRegex and LSubstring
4376
4377         * Makefile.am (BOOST_LIBS): new variable
4378         (lyx_LDADD): use it
4379
4380         * LaTeX.C: change include order.
4381         (scanAuxFile): use boost regex and get rid of LRegex and
4382         LSubstring
4383         (deplog): ditto
4384
4385 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
4386
4387         * ColorHandler.h:
4388         * ColorHandler.C:
4389         * FontInfo.h:
4390         * FontInfo.C: moved to frontends/xforms/
4391
4392         * FontLoader.h:
4393         * FontLoader.C: moved into frontends for GUIIzation
4394
4395         * Makefile.am:
4396         * lyx_gui.C:
4397         * lyxfont.C:
4398         * lyxfunc.C: changes from above
4399
4400 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
4401
4402         * LColor.C: remove spurious X include
4403
4404         * BufferView_pimpl.C:
4405         * Makefile.am:
4406         * font.h:
4407         * font.C:
4408         * text.C:
4409         * text2.C: move font metrics to frontends/
4410
4411 2002-05-24  Juergen Vigna  <jug@sad.it>
4412
4413         * undo_funcs.C (textHandleUndo): fix the cursor selection after
4414         setting the undo_cursor.
4415
4416         * ParagraphParameters.h: include local includes first.
4417
4418 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4419
4420         * BufferView_pimpl.C:
4421         * BufferView_pimpl.h:
4422         * Makefile.am:
4423         * WorkArea.h:
4424         * WorkArea.C:
4425         * screen.C: move WorkArea into frontends/
4426
4427         * lyxscreen.h:
4428         * screen.C:
4429         * text.C:
4430         * BufferView.C:
4431         * BufferView2.C: move LyXScreen into frontends/
4432
4433         * lyxlookup.h:
4434         * lyxlookup.C:
4435         * lyx_gui.C: move lyxlookup into frontends/xforms/
4436
4437 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4438
4439         * BufferView2.C:
4440         * BufferView_pimpl.C:
4441         * FontLoader.C:
4442         * LyXView.h:
4443         * LyXView.C:
4444         * Makefile.am:
4445         * WorkArea.C:
4446         * XFormsView.h:
4447         * XFormsView.C:
4448         * buffer.C:
4449         * bufferlist.C:
4450         * bufferview_funcs.C:
4451         * converter.C:
4452         * importer.C:
4453         * lyx_cb.C:
4454         * lyx_gui.C:
4455         * lyx_main.C:
4456         * lyx_find.C:
4457         * lyxfunc.C:
4458         * lyxvc.C:
4459         * minibuffer.C:
4460         * text.C:
4461         * text2.C:
4462         * trans.C:
4463         * vc-backend.C: move LyX/XFormsView into frontends/
4464
4465 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4466
4467         * Makefile.am:
4468         * PainterBase.C:
4469         * PainterBase.h:
4470         * Painter.C:
4471         * Painter.h:
4472         * WorkArea.C:
4473         * WorkArea.h:
4474         * screen.C:
4475         * tabular.C:
4476         * text.C:
4477         * text2.C: move Painter to frontends/
4478
4479 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4480
4481         * buffer.C: comment out some some code that depend upon lyx_format
4482         < 220
4483
4484         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
4485         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
4486
4487         * buffer.h (NO_COMPABILITY): turn off compability
4488
4489         * ColorHandler.C: include scoped_array.hpp
4490
4491         * font.C: Use more specific smart_ptr header.
4492         * Painter.C: ditto
4493         * gettext.C: ditto
4494         * ShareContainer.h: ditto
4495         * lyx_main.h: ditto
4496         * kbmap.h: ditto
4497         * FontInfo.h: ditto
4498         * BufferView_pimpl.h: ditto
4499         * ColorHandler.h: ditto
4500
4501         * kbmap.C (defkey): change call to shared_ptr::reset
4502
4503 2002-05-21  Juergen Vigna  <jug@sad.it>
4504
4505         * buffer.C (insertErtContents): fix to insert ert asis if it is
4506         non empty. Skip it completely if it contains only whitespaces.
4507
4508 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
4509
4510         * BufferView_pimpl.C:
4511         * BufferView2.C: clear selection on paste (bug 393)
4512
4513 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4514
4515         * DepTable.C: include ctime
4516
4517 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
4518
4519         * buffer.C (latexParagraphs): Add new argument (moving_arg).
4520
4521 2002-05-14  Juergen Vigna  <jug@sad.it>
4522
4523         * text.C (breakParagraph): fixed function to honor the keepempty
4524         layout in the right maner and also to permit the right breaking
4525         algorithm on empty or non empyt keepempty paragraphs.
4526
4527         * paragraph.C (breakParagraph): we have to check also if the par
4528         is really empty (!size()) for isempty otherwise we do the wrong
4529         paragraph break.
4530
4531 2002-05-10  Juergen Vigna  <jug@sad.it>
4532
4533         * buffer.[Ch] : The following are only changes to the ert
4534         compatibility read reading old LaTeX layout and font stuff and
4535         convert it to ERTInsets.
4536
4537         * buffer.h: added isErtInset().
4538
4539         * buffer.C (struct ErtComp): add a fromlayout bool to check
4540         if we're inside a LaTeX layout.
4541         (isErtInset): new helper function.
4542         (insertErtContents): look for other ert insets before this one
4543         and insert the contents there, so that we don't have subsequent
4544         ERT insets with nothing between them. This way we create only one
4545         inset with multiple paragraphs. Also check if we don't insert only
4546         spaces ' ' as they are ignored anyway afterwards in the .tex file
4547         so if we have only spaces we will ignore this latex part in the
4548         new file.
4549         (parseSingleLyXformat2Token \\layout): better compatibility when
4550         reading layout-latex stuff.
4551         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
4552         language tag.
4553         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
4554         stuff after reading the inset only get the information back from
4555         the stack.
4556
4557 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
4558
4559         * buffer.C (makeLaTeXFile): Put language options after loading babel.
4560
4561         * LaTeXFeatures.C (getBabelOptions): New method.
4562
4563 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4564
4565         * BufferView_pimpl.C (Dispatch): work around missing argument for
4566         'layout'
4567
4568 2002-05-08  Juergen Vigna  <jug@sad.it>
4569
4570         * text.C (leftMargin): handle paragraph leftindent.
4571
4572         * paragraph.C (writeFile): write the new \\leftindent tag.
4573         (validate): handle leftindent code.
4574         (TeXEnvironment): handle paragraphleftindent code again.
4575
4576         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
4577
4578         * buffer.C (parseSingleLyXformat2Token): added compatibility code
4579         for paragrap_extra indent code and new token \\leftindent.
4580         (latexParagraphs): handle the leftindent as environment.
4581
4582         * ParameterStruct.h: added leftindent support.
4583
4584         * ParagraphParameters.C (leftIndent): added support functions for
4585         the paragraph left indent.
4586
4587         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
4588         more appropriate.
4589
4590 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
4591
4592         * paragraph.C (isRightToLeftPar): Return false for a paragraph
4593         inside insetERT.
4594
4595         * text.C (computeBidiTables): No bidi in insetERT.
4596
4597         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
4598         in RTL documents.
4599
4600 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4601
4602         * version.C.in: pre 5
4603
4604 2002-05-02  José Matos  <jamatos@fep.up.pt>
4605         * buffer.C (makeDocBookFile): white space changes, add newline to
4606         command styles.
4607         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
4608
4609         * tabular.C (docBook): fix typo.
4610
4611 2002-05-03  Juergen Vigna  <jug@sad.it>
4612
4613         * screen.C (drawFromTo): recalculate the rowpointer if we had a
4614         change in LyXText as we can not be sure it was not freed.
4615         (drawOneRow): remove unused code.
4616
4617         * text.C (drawInset): redo the calculation of the need_break_row as
4618         it could have a row which was already freed.
4619         (draw): look at the return value of drawInset and return false if
4620         it also returned false.
4621         (paintRowText): look at the return value of draw and return false if
4622         it also returned false.
4623
4624         * lyxtext.h: added bool return type to drawInset() and draw() so that
4625         if we have a change in the row so that the rowbreak has to be redone
4626         we abort drawing as it will be called again.
4627
4628 2002-05-02  Juergen Vigna  <jug@sad.it>
4629
4630         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
4631         a change in the maintext also if we're inside an inset.
4632         (Dispatch): set the cursor again after a break line and after the
4633         screen has been updated as it could be we're in a different row.
4634
4635         * text2.C (fixCursorAfterDelete): check to make sure we don't request
4636         to set the cursor behind the pargraph with > size().
4637         (setCursor): check also for the same paragraph when checking where
4638         to put the cursor if we have a NFR inset.
4639
4640         * buffer.C (parseSingleLyXformat2Token): move the compatibility
4641         parts of layout read further up as it still was in the wrong
4642         position.
4643
4644 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4645
4646         * screen.C (drawFromTo): change sine fullRebreak always return
4647         true.
4648
4649         * buffer.C (parseSingleLyXformat2Token): reindent some
4650
4651         * BufferView_pimpl.C (update): change since fullRebreak always
4652         return true.
4653         (Dispatch): git rid of the last hardcoded "Standard"s.
4654
4655 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4656
4657         * text2.[Ch] (fullRebreak): make it return void now that we always
4658         returned true.
4659
4660 2002-04-30  Juergen Vigna  <jug@sad.it>
4661
4662         * buffer.C (parseSingleLyXformat2Token): reset the font before the
4663         ert compatibility check for "latex" layout.
4664
4665 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
4666
4667         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
4668         minipages: use col% instead of p%, and also use the current font.
4669         (makeLaTeXFile): Fix use babel condition.
4670         (parseSingleLyXformat2Token): Correct font when reading old floats.
4671
4672 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
4673
4674         * BufferView_pimpl.C (Dispatch): Check that float type exists when
4675         inserting list of floats.
4676
4677 2002-04-25  Herbert Voss  <voss@lyx.org>
4678
4679         * MenuBackend.C (expand): don't add the graphics extensions to the
4680         export menu
4681
4682 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4683
4684         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
4685         non-existing layout, do not complain if it was the default layout
4686         of the original class (bug #342)
4687
4688 2002-04-24  Juergen Vigna  <jug@sad.it>
4689
4690         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
4691         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
4692
4693 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
4694
4695         * buffer.C (getBibkeyList): If using \bibliography, return the
4696         option field with the reference itself. Enables us to provide natbib
4697         support when using \bibliography.
4698
4699 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
4700
4701         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
4702
4703         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
4704         natbib is provided by the LaTeX class.
4705
4706 2002-04-23  Juergen Vigna  <jug@sad.it>
4707
4708         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
4709         Wakeup functions.
4710
4711         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
4712
4713 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4714
4715         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
4716
4717         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
4718         ensuremath around textordmasculine, textordfeminine and
4719         textdegree.
4720
4721 2002-04-19  Juergen Vigna  <jug@sad.it>
4722
4723         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
4724         reinitializing the buffer otherwise row-dimensions may be wrong.
4725         (update): reset also the selection cursors if they do exits otherwise
4726         their x/y positions may be wrong.
4727
4728         * text2.C (cursorDown): don't enter the inset if we came from a row
4729         above and are one row over the inset.
4730
4731         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
4732         really leaving an inset.
4733
4734 2002-04-18  Juergen Vigna  <jug@sad.it>
4735
4736         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
4737         of the selected paragraph does not have the selected layout also if
4738         the last one had!
4739
4740         * text2.C (setLayout): fixed bug which did not change last selected
4741         paragraph.
4742
4743         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
4744         changed the read and substituted \\end_float with \\end_inset!
4745
4746         * BufferView_pimpl.C (cursorPrevious):
4747         (cursorNext): fixed to make it work with rows heigher than the work
4748         area without moving the cursor only the draw of the row.
4749         (workAreaMotionNotify): fix jumping over high rows.
4750
4751 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4752
4753         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
4754         Ressler.
4755
4756 2002-04-16  Juergen Vigna  <jug@sad.it>
4757
4758         * text2.C (setCursor): set also the irow().
4759         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
4760         (cursorUp):
4761         (cursorDown): support for locking an inset if the x_fix value goes
4762         inside it. That way I can transverse insets too with cursor up/down.
4763
4764         * lyxrow.h: added irow helper function same as other (i) functions.
4765
4766         * BufferView_pimpl.C (cursorPrevious):
4767         (cursorNext): fixed for insets!
4768
4769 2002-04-15  Juergen Vigna  <jug@sad.it>
4770
4771         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
4772         position otherwise it is wrong in some cases.
4773
4774         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
4775         inside the inset before the call.
4776
4777 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
4778
4779         * buffer.[Ch] (getBibkeyList): make it const.
4780
4781 2002-04-12  Juergen Vigna  <jug@sad.it>
4782
4783         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
4784
4785         * text2.C (getCursorX): new helper function
4786         (setCursor): compute also ix_
4787         (setCursorFromCoordinates): set also ix.
4788
4789         * lyxcursor.h: added ix_ and helper functions.
4790
4791         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
4792
4793         * buffer.C (insertStringAsLines): dont break paragraph if the this
4794         paragraph is inside an inset which does not permit it!
4795
4796         * text.C (breakParagraph): honor keepempty flag and break the paragraph
4797         also with no chars on this paragraph.
4798         (paintRowText): only paint stuff if it's inside the workarea!
4799
4800         * paragraph.C (breakParagraph): honor keepempty flag and break the
4801         paragraph always below not above.
4802
4803         * BufferView2.C (unlockInset): update the paragraph layout on inset
4804         unlock as we changed paragraph in such a case.
4805
4806         * lyxfind.C (LyXFind): clear the former selection if not found!
4807
4808         * text2.C (insertInset): freeze Undo after setUndo so that it is not
4809         again called in insertChar().
4810
4811         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
4812         an inset which uses the whole row!
4813         (rightMargin): ditto.
4814         (insertChar): force a rebreak if we inserted an inset!
4815
4816 2002-03-28  Herbert Voss  <voss@lyx.org>
4817
4818         * lyxlength.[Ch]: add inBP() to get the right PS-point
4819         units (BigPoint). With inPixels we have rounding errors
4820
4821 2002-04-11  Juergen Vigna  <jug@sad.it>
4822
4823         * text2.C (setCursorFromCoordinates): set iy to the right value.
4824         (setCursor): add check if row->previous exists!
4825
4826         * buffer.C (parseSingleLyXformat2Token): reset font after read of
4827         an old float_type as this was the case in the old code!
4828
4829         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
4830
4831         * BufferView2.C (showLockedInsetCursor): use iy
4832         (fitLockedInsetCursor): ditto
4833
4834         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
4835         locked insets as there we have the right value now.
4836
4837         * lyxcursor.C: added iy_ variable and iy functions to set to the
4838         baseline of cursor-y of the locked inset.
4839
4840         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
4841         (setCursor): fixed for insets which need a full row.
4842
4843         * text.C (rowLastPrintable): don't ignore the last space when before
4844         an inset which needs a full row.
4845         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
4846         as last character of a row when before a inset which needs a full row.
4847
4848 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4849
4850         * version.C.in: update date
4851
4852         * text2.C (fullRebreak): try to always return true and see what
4853         happens...
4854
4855 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4856
4857         * MenuBackend.C (expand): use Floating::listName
4858
4859         * FloatList.C (FloatList): add listName argument to the built-in
4860         floats
4861
4862         * Floating.[Ch]: add listName member, which is the 'List of XXX'
4863         text associated with the float.
4864
4865 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4866
4867         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
4868
4869 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4870
4871         * ShareContainer.h: add a couple of missing typenames.
4872
4873 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
4874
4875         * lyxrc.C (getDescription): use _() correctly rather than N_().
4876
4877 2002-03-28  Herbert Voss  <voss@lyx.org>
4878
4879         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
4880         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
4881
4882 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4883
4884         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
4885         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
4886
4887 2002-03-29  Juergen Vigna  <jug@sad.it>
4888
4889         * lyxfunc.C (dispatch): add a missing fitCursor call.
4890
4891         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
4892         it was scrolled by a cursor move, so return the bool status.
4893
4894         * BufferView.C (fitCursor): return the bool flag also to the outside
4895         world as this is needed.
4896
4897         * screen.C (toggleToggle): don't subtract the offset if it's positive.
4898
4899         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
4900         call the edit() as it is not needed (and wrong) IMO.
4901         (workAreaButtonPress): set the screen_first variable before evt.
4902         unlock the inset as this may change screen_first and then we have
4903         a wrong y position for the click!
4904
4905 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4906
4907         * MenuBackend.C (expand): another translation that I missed
4908
4909 2002-03-28  Juergen Vigna  <jug@sad.it>
4910
4911         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
4912
4913         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
4914
4915 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4916
4917         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
4918
4919         * MenuBackend.C (expand): fix export/view/update when there is no
4920         document open.
4921
4922 2002-03-27  Herbert Voss  <voss@lyx.org>
4923
4924         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
4925         and text%
4926
4927 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4928
4929         * bufferview_funcs.C (currentState): only show paragraph number
4930         for is DEVEL_VERSION is set.
4931
4932         * lyxfunc.C (dispatch): put warning in INFO channel
4933
4934         * MenuBackend.C (expand): translate the name of floats
4935
4936         * FloatList.C (FloatList): mark the float names for translation
4937
4938         * converter.C (convert): use LibScriptSearch
4939
4940 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4941
4942         * MenuBackend.C (defaults): fix default menu (we might as well get
4943         rid of it...)
4944
4945 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4946
4947         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
4948         directory.
4949
4950 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4951
4952         * lyxvc.C: reorder includes.
4953
4954 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
4955
4956         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
4957           properly
4958
4959 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
4960
4961         * CutAndPaste.C: change layouts earlier on paste
4962           to avoid crashing when calling getFont()
4963
4964 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4965
4966         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
4967         irritating #error.
4968
4969 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4970
4971         * WorkArea.C: remove 'Pending' debug message.
4972
4973         * most files: ws cleanup
4974
4975         * buffer.[Ch]: ws changes
4976
4977         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
4978
4979 2002-03-21  Juergen Vigna  <jug@sad.it>
4980
4981         * tabular.C (SetMultiColumn): collapse also the contents of the
4982         cells and set the last border right. Added a Buffer const * param.
4983
4984 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4985
4986         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
4987         linking or not.
4988
4989 2002-03-19  Juergen Vigna  <jug@sad.it>
4990
4991         * text2.C (clearSelection): reset also xsel_cache.
4992
4993         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
4994         where it needs to be called (John tells us to do so too :)
4995         (selectionLost): reset sel_cache.
4996
4997         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
4998
4999 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5000
5001         * text2.C (setCursorIntern): put debuging code in INSETS channel
5002
5003 2002-03-19  André Pönitz <poenitz@gmx.net>
5004
5005         * lyxfunc.C: tiny whitespace change
5006
5007 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5008
5009         * ToolbarDefaults.C (init):
5010         * LyXAction.C (init):
5011         * commandtags.h:
5012         * BufferView_pimpl.C (Dispatch):
5013         * lyxfunc.C (dispatch): remove LFUN_DEPTH
5014
5015 2002-03-19  Allan Rae  <rae@lyx.org>
5016
5017         * exporter.C (Export): removeAutoInsets before doing anything else.
5018         While I've just introduced a dependency on BufferView this really is
5019         the best place to clean the buffer otherwise you need to cleanup in
5020         a dozen places before calling export or cleanup in a dozen functions
5021         that export calls.
5022
5023         * converter.C (runLaTeX):
5024         (scanLog): Better handling of removeAutoInsets and screen updates.
5025
5026         * lyxfunc.C (dispatch): small whitespace changes
5027
5028 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5029
5030         * WorkArea.C (C_WorkAreaEvent): return a value.
5031         (event_cb): return 1 if we handled the event, 0 otherwise.
5032
5033         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
5034
5035 2002-03-18  Juergen Vigna  <jug@sad.it>
5036
5037         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
5038         (GetAdditionalWidth): ditto.
5039         (RightLine): ditto.
5040         (LeftLine): ditto.
5041
5042         * BufferView2.C (copy): use getLyXText() so that we do it inside an
5043         inset if we're there actually (probably not used right now but this
5044         is the direction to go for unifying code).
5045         (paste): disable code to clear the selection.
5046
5047         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
5048         inside an InsetText and move the check further up as it is in the
5049         wrong place.
5050
5051         * text2.C (pasteSelection): set a selection over the pasted text.
5052
5053 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
5054
5055         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
5056         and libgraphics to build on Cygwin.
5057
5058 2002-03-15  Juergen Vigna  <jug@sad.it>
5059
5060         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
5061         inserting an Inset into the paragraph. I know this is not the best
5062         fix but we already use current_view in CutAndPaste so we will remove
5063         all of it's using at the same time.
5064
5065         * buffer.C (sgmlError): deactivated function till it is rewritten in
5066         the right mode, now it can create problems.
5067
5068         * paragraph.C (isLineSeparator): check if getInset returns != 0,
5069         before accessing it.
5070
5071 2002-03-14  Juergen Vigna  <jug@sad.it>
5072
5073         * undo_funcs.C (textHandleUndo): do the right thing when updating
5074         the inset after the undo/redo.
5075
5076         * text2.C (setCursor): just some testcode for #44 not ready yet.
5077
5078         * undo_funcs.C (textHandleUndo): set the next() and previous()
5079         pointers of the paragraph to 0 before deleting otherwise we have
5080         problems with the Paragraph::[destructor].
5081
5082         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
5083         on a paragraph insertion.
5084
5085 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5086
5087         * buffer.C (asciiParagraph): use += operator for char append to
5088         string.
5089
5090         * paragraph.C (getFontSettings): compare >= not just >
5091         (highestFontInRange): ditto
5092         (setFont): ditto
5093
5094 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5095
5096         * paragraph.C: change several algorithm to be more appripriate for
5097         the problem domain. This is lookip in FontList and in the InsetList.
5098
5099 2002-03-13  André Pönitz <poenitz@gmx.net>
5100
5101         * commandtags.h:
5102         * LyXAction.C: remove unused LFUN_MATH_MACROARG
5103
5104 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
5105
5106         * commandtags.h:
5107         * LyXAction.C:
5108         * lyxfunc.C:
5109         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
5110
5111 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5112
5113         * Painter.C (display): anon helper function, adjust code for this
5114         change.
5115         (pixmap): remove function.
5116
5117         * Painter.h: remove private display variable.
5118
5119         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
5120
5121 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
5122
5123         * WorkArea.[Ch]: remove figinset_canvas cruft.
5124
5125 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5126
5127         * lyxtextclass.C (operator): add one item cache optimization.
5128
5129         * bufferlist.h: doxy changes
5130
5131         * bufferlist.C: ws changes
5132
5133         * DepTable.[Ch] (ext_exist): place const in the right spot.
5134
5135         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
5136         call resizeInsets.
5137         (workAreaExpose): call resizeInsets when the with BufferView changes.
5138         (Dispatch): adjust for protectedBlank removal
5139         (specialChar): call updateInset if the insert went ok.
5140
5141         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
5142         specialChar instead.
5143
5144         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
5145
5146         * BufferView.h: doxy change
5147
5148         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
5149
5150         * lyxtextclass.C (operator[]): remove non-const version
5151         (defaultLayout): remove non-const version
5152
5153 2002-03-12  Juergen Vigna  <jug@sad.it>
5154
5155         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
5156         did resize the LyXText too.
5157
5158         * buffer.C (readLyXformat2): set layout information on newly allocated
5159         paragraphs.
5160
5161         * tabular.C (OldFormatRead): set layout information on the paragraph.
5162
5163 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5164
5165         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
5166
5167 2002-03-11  Juergen Vigna  <jug@sad.it>
5168
5169         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
5170         plainly wrong.
5171         (resizeCurrentBuffer): force also the insets to resize themselfes.
5172         (moveCursorUpdate): fixed up for InsetText.
5173
5174 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
5175
5176         * commandtags.h:
5177         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
5178         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
5179         value of Dialogs::tooltipsEnabled().
5180         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
5181
5182 2002-03-08  Juergen Vigna  <jug@sad.it>
5183
5184         * BufferView_pimpl.C (updateInset): update inset inside inset also
5185         if it isn't inside theLockingInset().
5186
5187 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5188
5189         * buffer.C (asciiParagraph): redo some of the word and line length
5190         handling.
5191         (getLists): look for Caption instead of caption.
5192
5193 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5194
5195         * buffer.C (Buffer): initialize niceFile to true
5196         (makeLaTeXFile):
5197         (makeLinuxDocFile):
5198         (makeDocBookFile): make sure niceFile is true on exit
5199
5200 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5201
5202         * buffer.C (makeLaTeXFile): escape ~ in \input@path
5203
5204 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
5205
5206         * LyXSendto.C: remove.
5207         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
5208         * lyx_gui.C: remove now-redundant comment.
5209         * ColorHandler.h: remove forward declaration of class WorkArea.
5210         * lyxfunc.C: remove #include "WorkArea.h".
5211
5212 2002-03-07  Juergen Vigna  <jug@sad.it>
5213
5214         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
5215         got moved away with the DEPM and also set the inset_owner always
5216         right which before could have been omitted.
5217
5218 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5219
5220         * buffer.C (parseSingleLyXformat2Token): use default layout is the
5221         wanted layout is not found.
5222
5223 2002-03-07  Juergen Vigna  <jug@sad.it>
5224
5225         * CutAndPaste.C (cutSelection): another layout settings forgotten.
5226
5227 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5228
5229         * paragraph.C (breakParagraph): use default layout not layout of
5230         prev paragraph.
5231         (Paragraph): clear ParagraphParameters.
5232
5233 2002-03-06  Juergen Vigna  <jug@sad.it>
5234
5235         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
5236         otherwise it would not be a valid lenght. Fixed a special case in
5237         the minipage compatibility read where we end the document with a
5238         minipage.
5239
5240         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
5241         was set as it could be 0 for InsetTexts first entry.
5242
5243 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5244
5245         * paragraph.C (writeFile): if layout is empty write out
5246         defaultLayoutName().
5247
5248         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
5249         file without named layout we set layout to defaultLayoutName().
5250
5251 2002-03-06  Juergen Vigna  <jug@sad.it>
5252
5253         * CutAndPaste.C (copySelection): set layout for new paragraph.
5254
5255         * text.C (prepareToPrint): leave ERT inset left aligned
5256         (leftMargin): don't indent paragraphs inside ERT insets
5257
5258 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5259
5260         * paragraph.C (breakParagraph): dont call clear do the work manually
5261
5262         * paragraph.[Ch] (clear): remove function
5263
5264 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5265
5266         * paragraph.C (Paragraph): dont call clear, the work has already
5267         been done.
5268
5269         * lyxtextclass.C (operator): assert if n is empty
5270
5271         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
5272         work manually instead.
5273
5274 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
5275
5276         * BufferView_pimpl.C: protect selectionLost against text == 0
5277
5278 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5279
5280         * text.C (breakParagraph): fix a setting layout to '0' problem.
5281
5282 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5283
5284         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
5285         final location of file, for the included files, and graphics.
5286
5287 2002-03-05  Juergen Vigna  <jug@sad.it>
5288
5289         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
5290
5291 2002-03-04  Juergen Vigna  <jug@sad.it>
5292
5293         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
5294
5295         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
5296         last column of multicolumn cells.
5297         (SetWidthOfMulticolCell): recalculate NMC and real columns.
5298
5299 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5300
5301         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
5302         file if it doesn't go to a temporary file.
5303
5304         * buffer.C (sgmlOpenTag):
5305         (sgmlCloseTag):  remove extra newline insertion.
5306
5307 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5308
5309         * text.C (getRowNearY): comment out debug msg
5310
5311 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5312
5313         * text2.C: first -> first_y
5314
5315         * text.C (getRowNearY): add some attemts at a possible
5316         optimization, not working.
5317
5318         * tabular.[Ch]: add BufferParams to several function so that newly
5319         created paragraph can be initialized to he default layotu for the
5320         buffers textclass.
5321
5322         * tabular-old.C (ReadOld): add buf->params to call of Init
5323
5324         * screen.C: rename text->first to text->first_y
5325
5326         * paragraph.C (breakParagraph): always set layout in the broken
5327         paragraph
5328
5329         * lyxtextclass.C (Read): remove lowercase
5330         (hasLayout): ditto
5331         (operator): ditto
5332         (delete_layout): ditto
5333
5334         * lyxtext.h: rename first -> first_y
5335
5336         * lyxlayout.C (Read): remove lowercase
5337         (name): ditto
5338         (setName): ditto
5339         (obsoleted_by): ditto
5340
5341         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
5342
5343         * buffer.C (insertErtContents): add params are to InsetERT
5344         (parseSingleLyXformat2Token): add code to check if a paragraphs
5345         layout really exist.
5346         (parseSingleLyXformat2Token): add params to several inset
5347         constructors
5348         (asciiParagraph): remove lowercase, do the layout comparisons with
5349         no_case
5350
5351         * BufferView_pimpl.C (cursorNext): first -> first_y
5352         (resizeCurrentBuffer): first -> first_y
5353         (updateScrollbar): first -> first_y
5354         (scrollCB): first -> first_y
5355         (workAreaMotionNotify): first -> first_y
5356         (workAreaButtonPress): first -> first_y
5357         (checkInsetHit): first -> first_y
5358         (cursorPrevious): first -> first_y
5359         (cursorNext): first -> first_y
5360         (Dispatch): add buffer_->params to severl inset contructors
5361
5362 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5363
5364         * lyxlayout.C (Read): remove some debug info that I forgot.
5365
5366         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
5367         clean up the code slightly.
5368         (makeLinuxDocFile): ditto
5369         (makeDocBookFile): ditto
5370
5371         * text2.C: layout as string
5372
5373         * text.C: layout as string
5374
5375         * paragraph_pimpl.C: layout as string
5376
5377         * paragraph.[Ch]: layout as string
5378
5379         * lyxtextclasslist.[Ch]: layout as string
5380
5381         * lyxtextclass.[Ch]: layout as string
5382
5383         * lyxtext.h: layout as string
5384
5385         * lyxlayout.[Ch]: layout as string
5386
5387         * lyx_cb.C: layout as string
5388
5389         * bufferview_funcs.C: layout as string
5390
5391         * bufferparams.C: layout as string
5392
5393         * buffer.C: layout as string
5394
5395         * LyXView.[Ch]: layout as string
5396
5397         * LaTeXFeatures.[Ch]: layout as string
5398
5399         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
5400
5401         * BufferView_pimpl.C: change current_layout to string, remove
5402         lyx::layout_type.
5403         (Dispatch):
5404         (smartQuote):
5405         (insertInset):
5406         (workAreaButtonRelease): layout as string
5407
5408         * BufferView2.C (unlockInset): adjust
5409
5410         * vspace.C (asLatexCommand): use an explict temp variable.
5411
5412 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
5413
5414         * Makefile.am: use FRONTEND_*
5415
5416 2002-03-01  Juergen Vigna  <jug@sad.it>
5417
5418         * tabular.C (SetWidthOfMulticolCell): changed to something better
5419         I hope but still work in progress.
5420         (recalculateMulticolumnsOfColumn): renamed function from
5421         recalculateMulticolCells as it is more appropriate now.
5422         (SetWidthOfCell): calculate multicols better.
5423
5424 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5425
5426         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
5427
5428         * lyxfunc.C (processKeySym): print sequence also if it is
5429         `deleted' (complete)
5430
5431         * kbsequence.C (print): print sequence even if it is deleted
5432         (complete would be a better word, actually).
5433
5434         * lyxfunc.C (dispatch): print complete options after a prefix key
5435
5436         * vspace.C (asLatexCommand): rewrite in a slightly different form.
5437
5438 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
5439
5440         * text2.C (setCharFont): eliminate setCharFont code duplication.
5441
5442 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5443
5444         * BufferView_pimpl.C (Dispatch): remove bogus handling of
5445         LFUN_TABULAR_FEATURE (bug #177)
5446
5447 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
5448
5449         * Makefile.am: remove figure.h
5450
5451 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
5452
5453         * Bufferview_pimpl.C:
5454         * CutAndPasteC:
5455         * LaTeX.C:
5456         * LyXSendto.C:
5457         * buffer.C:
5458         * bufferlist.C:
5459         * converter.C:
5460         * language.C:
5461         * lyxfunc.C:
5462         * lyxvc.C:
5463         * paragraph.C:
5464         * text.C:
5465         * text2.C: remove #include "lyx_gui_misc.h".
5466
5467         * LaTeX.C: added #include <cstdio>
5468
5469 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5470
5471         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
5472         that the paragraph following this one can have.
5473
5474         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
5475
5476         * vspace.C (asLatexCommand): fix bogus gcc warning
5477
5478         * Makefile.am (lyx_SOURCES): remove vms_defines.h
5479
5480 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
5481
5482         * text2.C (setLayout): get rid of redundant code
5483
5484 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
5485
5486         * text2.C (incDepth): make sure depth cannot be increased beyond
5487         reasonable values.
5488
5489 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
5490
5491         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
5492         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
5493
5494         * PainterBase.h (image):
5495         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
5496         a LyXImage const *.
5497
5498 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
5499
5500         * BufferView.C:
5501         * BufferView.h:
5502         * BufferView_pimpl.C:
5503         * BufferView_pimpl.h:
5504         * LaTeXFeatures.C:
5505         * LyXAction.C:
5506         * LyXView.C:
5507         * Makefile.am:
5508         * UpdateList.h:
5509         * UpdateList.C:
5510         * buffer.C:
5511         * figure.h:
5512         * figureForm.C:
5513         * figureForm.h:
5514         * figure_form.C:
5515         * figure_form.h:
5516         * lyx_cb.C:
5517         * lyx_gui.C:
5518         * lyx_gui_misc.C:
5519         * lyxfunc.C:
5520         * sp_base.h:
5521         * sp_ispell.h:
5522         * sp_pspell.h:
5523         * sp_spell.C: remove fig inset, and the crap house of
5524           cards that follows it
5525
5526 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
5527
5528         * Makefile.am:
5529         * lyxserver.C:
5530         * os2_defines.h:
5531         * os2_errortable.h:
5532         * nt_defines.h: move .h into support/
5533
5534         * vms_defines.h: remove
5535
5536         * WorkArea.C: add space in debug output
5537
5538         * text2.C:
5539         * paragraph.C:
5540         * buffer.C: add WITH_WARNINGS
5541
5542         * vc-backend.h:
5543         * vc-backend.C:
5544         * bufferlist.C: s/retrive/retrieve/, add docs
5545
5546         * vspace.h:
5547         * vspace.C:
5548         * kbmap.h:
5549         * lyxlength.h:
5550         * lyxgluelength.h:
5551         * length_common.h:
5552         * chset.h:
5553         * chset.C: add docs
5554
5555         * lyxgui.C: add ID to X error handler
5556
5557         * lyxtestclass.c: fix typo
5558
5559 2002-02-26  Juergen Vigna  <jug@sad.it>
5560
5561         * tabular_funcs.C (write_attribute): changed so that some default
5562         attributes are not written at all.
5563         (getTokenValue): set default values before trying to read the
5564         value so we have the return value always set as default if we don't
5565         find the token we search for.
5566
5567         * tabular.C (Write): write bools as bools not as strings!
5568
5569 2002-02-22  Juergen Vigna  <jug@sad.it>
5570
5571         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
5572         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
5573
5574         * text.C (leftMargin): don't add an indent for paragraphs inside
5575         tabular cells (fix #208).
5576
5577 2002-02-21  José Matos  <jamatos@fep.up.pt>
5578
5579         * tabular.C (docBook): fixed support for long tables.
5580
5581 2002-02-20  Juergen Vigna  <jug@sad.it>
5582
5583         * text2.C (getFont): get the drawing font of the Inset if this
5584         paragraph is inside an inset (only important for InsetERT for now).
5585
5586         * buffer.C (insertErtContents): use new lanugage params in ERT
5587         constructor.
5588
5589         * CutAndPaste.C: commenting out seemingly uneeded code.
5590
5591 2002-02-19  Allan Rae  <rae@lyx.org>
5592
5593         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
5594         Iterators might be simple to use but they also get invalidated.
5595         (removeAutoInsets): renamed saved cursor tracking variables and added
5596         some comments to clarify what everything does.
5597
5598 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
5599
5600         * Chktex.C:
5601         * LaTeX.C:
5602         * LyXSendto.C:
5603         * converter.C:
5604         * lyx_cb.C:
5605         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
5606         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
5607
5608         * lyxfunc.C:
5609         * vc-backend.h: remove #include "support/syscall.h"
5610
5611         * LaTeX.C:
5612         * LyXSendto.C:
5613         * converter.C: rearrange #includes in Lars' approved fashion.
5614
5615         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
5616         forward declare class Timeout in the header file.
5617
5618         * XFormsView.C: changes due to the above.
5619
5620         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
5621         similar to LyXView.
5622
5623         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
5624         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
5625
5626 2002-02-18  José Matos  <jamatos@fep.up.pt>
5627
5628         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
5629         insets contents.
5630
5631 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5632
5633         * a lot of small ws changes
5634         * add a lot of using std::XXX
5635         * use std construcs some places where approp.
5636         * use some exisint stuff from lyxfunctional where approp.
5637         * Make file changes to use partial linking (lets test this now...)
5638
5639 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
5640
5641         * Chktex.C:
5642         * buffer.C:
5643         remove #include "support/syscontr.h" as it's redundant. Always has been.
5644
5645         * Chktex.C:
5646         * LaTeX.C:
5647         * LyXSendto.C:
5648         * converter.C:
5649         * lyx_cb.C:
5650         * vc-backend.C:
5651         change Systemcalls::System to Systemcalls::Wait and
5652         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
5653         No change of functionality, just reflects the stripped down Systemcalls
5654         class.
5655
5656 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
5657
5658         * debug.[Ch]: add a GRAPHICS type to the enum.
5659
5660 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5661
5662         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
5663
5664         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
5665         there is an inset.
5666
5667 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5668
5669         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
5670         match the changes below.
5671
5672         * text2.C (toggleInset): if there is not editable inset at cursor
5673         position, try to see if cursor is _inside_ a collapsable inset
5674         and close it.
5675
5676 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5677
5678         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
5679         document menu has a nice checkbox
5680
5681 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5682
5683         * lyxlength.C (asLatexString): change PW to output as percent of
5684         \textwidth.
5685
5686         * lengthcommon.C: change '%' to 't%'
5687
5688         * lyxfunc.C (dispatch): a few comments from Martin
5689
5690 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
5691
5692         * WorkArea.h:
5693         * WorkArea.C:
5694         * BufferView_pimpl.h:
5695         * BufferView_pimpl.C: clear our selection when X tells us we've lost
5696           the X selection.
5697
5698 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5699
5700         * vspace.C (inPixels): fix compiler warning
5701
5702 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5703
5704         * lyxfunc.C (getStatus): fix status message for disabled commands.
5705
5706 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
5707
5708         * BufferView_pimpl.C: fix crash on close buffer
5709         during selection (#227)
5710
5711 2002-01-27  Herbert Voss  <voss@lyx.org>
5712
5713         * buffer.C: link old Figure to new graphic inset
5714
5715 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
5716
5717         * FontLoader.C (getFontinfo): Change the latex font names in order
5718         to match the names of type1inst.
5719
5720 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5721
5722         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
5723
5724         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
5725         (extchanged): ditto
5726         (ext_exist): ditto
5727         (remove_files_with_extension): ditto
5728         (remove_file): ditto
5729         (write): ditto
5730
5731         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
5732         document is smaller than the work area height. Do not initialize
5733         static variables to 0.
5734
5735 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5736
5737         * lyx_gui.C (init): give the toolbar tooltips a normal font.
5738
5739         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
5740         LFUN_LAYOUT_PARAGRAPHS.
5741
5742         * tabular.C (GetCellFromInset): new method. Finds an inset in a
5743         tabular. It is possible to provide a possible cell, which will
5744         typically be the actcell from the corresponding insettabular
5745
5746         * lyxfunc.C (getStatus): small cleanup; disable
5747         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
5748         true
5749
5750 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5751
5752         * tabular.C (Validate): remove broken optimization (fixes bug #201)
5753
5754         * paragraph.C (startTeXParParams):
5755         (endTeXParParams): new methods. The LaTeX code to
5756         start/end paragraph formatting
5757         (simpleTeXOnePar): call startTeXParParams also when paragraph is
5758         empty (fixes bug #200)
5759
5760         * vspace.C (inPixels): adapt to the change below
5761         (inPixels): [later] more cleanups (remove unused variables)
5762
5763         * lyxlength.C (inPixels): change to use a width and a height as
5764         parameter.
5765
5766 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5767
5768         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
5769         Replaced with \paperwidth
5770
5771         * DepTable.C (insert): add std:: qualifier
5772
5773 2002-01-18  Allan Rae  <rae@lyx.org>
5774
5775         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
5776         updated also?
5777
5778         * text.C (drawInset): Turned out I didn't know enough about how
5779         rebreaking worked.  This fixes most of the redraw problems.  I see
5780         an occasional cursor trail when a line is broken now and the cursor
5781         placement can seem out by a few pixels also after a rebreak.
5782
5783 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5784
5785         * buffer.C (parseSingleLyXformat2Token): update because minipage
5786         width is now a LyXLength
5787
5788         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
5789
5790         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
5791         math insets
5792
5793 2002-01-17  Juergen Vigna  <jug@sad.it>
5794
5795         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
5796
5797         * BufferView2.C (lockInset): call edit() so that theLockingInset()
5798         is set correctly and the inset is updated correctly.
5799
5800 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5801
5802         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
5803         the beginning of the loop.
5804
5805 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
5806
5807         * lyxrc.C: improve help for use_scalable_fonts
5808
5809 2002-01-17  Allan Rae  <rae@lyx.org>
5810
5811         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
5812
5813 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5814
5815         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
5816         make sure to set their inset_owner to the right value (bug #171)
5817
5818 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
5819
5820         * DepTable.h
5821         * DepTable.C: Implement mtime checking to reduce time spent doing
5822         CRCs.
5823
5824 2002-01-16  Juergen Vigna  <jug@sad.it>
5825
5826         * tabular.C (GetAdditionalHeight): one of error fixed.
5827
5828         * lyxrc.C (output): small fix in writing use_pspell.
5829
5830 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
5831
5832         * sp_base.h: #include LString.h
5833
5834 2002-01-16  Allan Rae  <rae@lyx.org>
5835
5836         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
5837         Can someone check this please?
5838
5839         * text.C (drawInset): It was possible that p.row would be removed by
5840         breakAgainOneRow upsetting a few other settings.  There may be another
5841         small tweak possible by setting need_break_row = 0 when p.row has been
5842         removed but I don't know enough about the logic here.
5843
5844 2002-01-15  Allan Rae  <rae@lyx.org>
5845
5846         * text.C (insertChar): removed conditional truism.
5847
5848         * BufferView2.C (removeAutoInsets): More tweaks.
5849         cur_par_prev could be a stray pointer.  Check for trailing empty line
5850         in case last line was cur_par and only had an error inset on it.
5851
5852 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5853
5854         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
5855         absolute
5856
5857         * vc-backend.C (most methods):
5858         * exporter.C (Export):
5859         * converter.C (convert):
5860         (runLaTeX):
5861         * LyXSendto.C (SendtoApplyCB):
5862         * lyxfunc.C (dispatch):
5863         (menuNew):
5864         (open):
5865         (doImport):
5866         * lyx_cb.C (AutoSave):
5867         (InsertAsciiFile):
5868         * BufferView_pimpl.C (MenuInsertLyXFile):
5869         * buffer.C (runChktex): use Buffer::filePath().
5870
5871         * buffer.h: rename filename to filename_; rename filepath to
5872         filepath_ and make it private
5873         (filePath): new method
5874
5875         * buffer.C (writeFile): use fileName()
5876         (getLatexName):
5877
5878         * lyx_main.C (init): fix starting  of LyX when the binary is a
5879         link from so,ewhere else.
5880
5881         * minibuffer.C: include <cctype> for isprint
5882
5883 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5884
5885         * buffer.C (parseSingleLyXformat2Token): changes associated with the
5886         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
5887         name clash with InsetCollapsable's width function.
5888
5889 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5890
5891         * lastfiles.C: include <iterator>
5892
5893 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5894
5895         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
5896         std::count.
5897
5898         * buffer.C (makeLaTeXFile): ditto.
5899         Also make loop operation more transparent.
5900
5901 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5902
5903         * ToolbarDefaults.C: remove trailing comma closing namespace.
5904
5905         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
5906
5907         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
5908         as in WorkArea.
5909
5910         * trans.C (Load): comment out unused variable, allowed.
5911
5912 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
5913
5914         * minibuffer.[Ch] (append_char): new method to recieve input from the
5915         drop-down completion browser. If a key was pressed, then recieve this
5916         char and append it to the existing string.
5917         (peek_event): modify the positioning data passed to the completion
5918         browser so that it can be placed above the minibuffer rather than below.
5919 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5920
5921         * LyXAction.C (init): alloe error-next for readonly documents.
5922
5923         * BufferView2.C (ChangeRefsIfUnique): use standard version of
5924         count.
5925
5926 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5927
5928         * bufferlist.C (readFile): create the buffer _after_ checking that
5929         the file exists.
5930
5931         * lyxfunc.C (verboseDispatch): fix handling of arguments
5932
5933         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
5934
5935         * lyxrc.C: use string::erase() instead of initializing to "".
5936
5937
5938 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
5939
5940         * BufferView_pimpl.h:
5941         * BufferView_pimpl.C:
5942         * WorkArea.h:
5943         * WorkArea.C:
5944         * text2.C: tell X when we have made a selection for copying
5945
5946 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5947
5948         * BufferView_pimpl.C (MenuInsertLyXFile):
5949         * lyxfunc.C (menuNew):
5950         (open):
5951         (doImport): add shortcuts to directory buttons
5952
5953         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
5954         open a float)
5955
5956         * lyxfunc.C (setStatusMessage):
5957         (getStatusMessage): new methods
5958         (getStatus):use setStatusMessage instead of setErrorMessage
5959         (dispatch): when function is disabled, set error message here
5960         [instead of in getStatus previously]
5961
5962         * BufferView_pimpl.C (workAreaButtonRelease): update
5963         toolbar/menubar here too.
5964
5965 2002-01-13  Allan Rae  <rae@lyx.org>
5966
5967         * BufferView2.C (removeAutoInsets): finished off earlier fix.
5968         Now seems indestructible.  Remaining task is to audit all other
5969         code affected by deleteEmptyParagraphMechanism.  One small quirk
5970         left is that an empty document with an error in the preamble can
5971         be made to report an error but no error box appears.  I don't know
5972         where it goes.
5973         (removeAutoInsets): Improved comments.
5974
5975 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
5976
5977         * Thesaurus.h:
5978         * Thesaurus.C: update for Aiksaurus 0.14
5979
5980 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5981
5982         * text2.C (firstParagraph): removed member function, all uses
5983         replaces with ownerParagraph
5984         (redoParagraphs): here
5985         (updateInset): here
5986         (toggleAppendix): here
5987         * BufferView2.C (insertErrors): here
5988         (setCursorFromRow): here
5989
5990 2002-01-13  Allan Rae  <rae@lyx.org>
5991
5992         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
5993         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
5994         There is still a way to segfault this although you may have to do this
5995         multiple times: Have an InsetERT with an unknown command in it.
5996         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
5997         <down-arrow>, <Enter> again, View->DVI, BANG!
5998
5999         * text2.C (setCursor):
6000         (deleteEmptyParagraphMechanism):
6001         * lyxtext.h (setCursor):
6002         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
6003         Making use of the return value may help fix other bugs.
6004
6005 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6006
6007         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
6008
6009         * LyXView.C (updateMenubar): call MenuBar::update here
6010         (updateToolbar): but not here
6011         (showState): do not update toolbar/menubar
6012
6013         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
6014         should need to care about that.
6015
6016         * lyxfunc.C (verboseDispatch): simplify a bit
6017         (getStatus): have a version which takes a pseudoaction, and
6018         another which requires a (kb_action,string).
6019
6020         * LyXAction.C (retrieveActionArg): make it work also when action
6021         is not a pseudo-action.
6022         (getActionName): simplify a bit
6023         (helpText):
6024
6025 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6026
6027         * lyxfunc.C (verboseDispatch): new families of methods with
6028         several ways to specify a command and a bool to indicate whether
6029         the command name and shortcut should be displayed in minibuffer
6030         (eventually, we could extend that to a finer bitmask like
6031         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
6032         (dispatch): the pristine dispatch command which just, well,
6033         dispatchs! Note it still sets its result to minibuffer; I'm not
6034         sure we want that.
6035
6036         * lyxfunc.h: remove setHintMessage
6037
6038         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
6039
6040 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6041
6042         * BufferView_pimpl.C (specialChar): delete new inset if we have
6043         not been able to insert it.
6044
6045         * kbmap.C: revert to using int instead of kb_action, since all we
6046         are dealing with is pseudo-actions.
6047
6048         * LyXAction.C (searchActionArg): change to return int instead of
6049         kb_action, since the result is a pseudoaction.
6050
6051 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
6052
6053         * buffer.C (insertErtContents): Fix (partially) the font bug.
6054
6055 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
6056
6057         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
6058         as the other one is broken on my machine!
6059
6060 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
6061
6062         * commandtags.h:
6063         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
6064
6065 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
6066
6067         * lyxrc.[Ch]: change names and descriptions of popup font variables to
6068         reflect their actual use. Provide compatibility code for older lyxrc
6069         files.
6070
6071         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
6072         FL_NORMAL_STYLE.
6073         change names of popup font variables in line with the changes to lyxrc.C
6074
6075 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6076
6077         * buffer.C (asciiParagraph): avoid outputing a word twice after
6078         an inset.
6079
6080         * lyxrc.C (getDescription): document that document_path and
6081         template_path can be empty.
6082
6083 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6084
6085         * LaTeXFeatures.C (getMacros):
6086         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
6087
6088         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
6089
6090         * LaTeXFeatures.C (useFloat): require "float" here instead of in
6091         getPackages.
6092         (getPackages): rename feature "floats" to "float". Use an array to
6093         iterate over 'simple' features (i.e. just a \usepackage). Add
6094         handling of "amsmath" (renamed from "amsstyle").
6095
6096 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
6097
6098         * LaTeXFeatures.C (require): Prevent duplicate entries in the
6099         features list.
6100
6101 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
6102
6103         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
6104         FuncStaus::FuncStatus & FuncStaus::some_method().
6105
6106 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
6107
6108         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
6109         of the func_satus stuff. Edited and massaged in various ways by
6110         JMarc.
6111
6112         * lyxfunc.C (getStatus): use FuncStatus
6113
6114 2002-01-08  Juergen Vigna  <jug@sad.it>
6115
6116         * text.C (nextBreakPoint): use function Inset::isChar().
6117
6118         * paragraph.C (TeXOnePar): use function
6119         Inset::forceDefaultParagraphs.
6120
6121         * buffer.C (latexParagraphs): use function
6122         Inset::forceDefaultParagraphs.
6123
6124 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6125
6126         * lyx_gui.C (init): set the style of the menu popups to
6127         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
6128
6129 2002-01-07  Juergen Vigna  <jug@sad.it>
6130
6131         * text.C (setHeightOfRow): small fix
6132         (prepareToPrint): don't look at alignment if we don't have the place
6133         for doing it.
6134
6135 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6136
6137         * box.C: New file. Move the Box methods and functions out of box.h,
6138         following Lars' suggestion.
6139
6140 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6141
6142         * box.h: #include "support/LOstream.h", needed for inlined function.
6143
6144         * lyxtextclass.C:
6145         * lyxtextclasslist.C: added some using std declarations.
6146
6147 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
6148
6149         * box.h: make signed dimensions to allow insets wider than
6150           the screen (bug #162)
6151
6152         * BufferView_pimpl.C: add some insetHit debug
6153
6154 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
6155
6156         * vc-backend.C: add FIXME
6157
6158 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6159
6160         * lyxfunc.C (getStatus): enable code for showing math font status
6161         in toolbar/menu.
6162
6163 2002-01-07  Juergen Vigna  <jug@sad.it>
6164
6165         * text.C (nextBreakPoint): removed debug output not needed anymore.
6166
6167 2002-01-06  Juergen Vigna  <jug@sad.it>
6168
6169         * text.C (nextBreakPoint): fixed up this function we had this bug
6170         since ever but now hopefully we break row better.
6171         (insertChar): we have to check if an inset is the next char as it
6172         could now happen that a large inset is causing a break.
6173
6174 2002-01-05  Juergen Vigna  <jug@sad.it>
6175
6176         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
6177         if it doesn't like to be drawed.
6178
6179 2002-01-04  Juergen Vigna  <jug@sad.it>
6180
6181         * BufferView2.C (lockInset): forgot to set a cursor.
6182
6183         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
6184
6185 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
6186
6187         * FormMathsPanel.C:
6188         * FormMathsPanel.h
6189         * MathsSymbols.C:
6190         * form_maths_panel.C:
6191         * form_maths_panel.h:
6192         * form_maths_panel.fd: implemented sub- and super- buttons in math
6193         panel.
6194
6195         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
6196         (or ^ space) to be used as in TeX (req'd by André).
6197
6198         * lyxfunc.C: Allow ^ and _ again to be used both as
6199         super/subscript (mathed) and as themselves (in text).
6200
6201 2002-01-03  Allan Rae  <rae@lyx.org>
6202
6203         * LyXView.C (updateWindowTitle): Setup a short icon title of either
6204         "LyX" or the filename of the current buffer if it has one.  This is a
6205         modified form of John Levon's patch.
6206
6207         * XFormsView.C (setWindowTitle): also set icon title.
6208
6209         * LyXView.h (setWindowTitle): signature changed.
6210         * XFormsView.h (setWindowTitle): ditto.
6211
6212 2002-01-02  Juergen Vigna  <jug@sad.it>
6213
6214         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
6215
6216 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6217
6218         * screen.C (topCursorVisible): introduce a temp var for
6219         text->cursor.row(), handle the case where this row is null. (kindo
6220         hachish)
6221
6222         * text2.C (setCursor): add a couple of asserts.
6223
6224         * paragraph.h (inset_iterator): add -> operator
6225
6226         * paragraph.[Ch] (autoDeleteInsets): remove member function
6227
6228         * BufferView2.C (removeAutoInsets): rewrite to handle the old
6229         cursor pos correctly and handle inset deletion by itself.
6230         (insertErrors): move iterator declaration out of for expression
6231
6232         * lyxtextclass.C: add <algorithm>
6233
6234         * Makefile.am: added the new files to sources, removed layout.C
6235
6236         * layout.C: removed file
6237
6238         * layout.h: remove LYX_DUMMY_LAYOUT
6239
6240         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
6241         layout.
6242
6243         * lyxlayout.[Ch]:
6244         * lyxtextclass.[Ch]:
6245         * lyxtextclasslist.[Ch]: new files
6246
6247         * include order changes to a lot of files, also changes because of
6248         the six new files.
6249
6250 2001-12-27  Juergen Vigna  <jug@sad.it>
6251
6252         * buffer.C (asciiParagraph): more fixes.
6253
6254         * tabular.C (ascii): make ascii export support export of only the
6255         data separated by a column-delimiter.
6256         (ascii): better support for ascii export.
6257
6258         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
6259
6260 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6261
6262         * tabular_funcs.C: use a "using std::getline" instead of the
6263         previous fix from Angus (necessary for cxx + lyxstring)
6264
6265 2001-12-24  Juergen Vigna  <jug@sad.it>
6266
6267         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
6268
6269         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
6270         problems. First check a minipage also if we have some ert-contents
6271         (not only on par->size(), second set the right depth of the paragraph
6272         on the relink to the root-paragraph-list!
6273
6274         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
6275         which then did not anymore update the main paragraphs on undo/redo!
6276
6277 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6278
6279         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
6280         code. Support all font-changing funcs (even those which are not in
6281         menu currently). Support for reporting font settings in
6282         mathed (disabled until Andre provides a function on mathed's side).
6283
6284         * func_status.h (toggle): small helper function to set toggle
6285         state on a flag.
6286
6287 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
6288
6289         * tabular_funcs.C: getline -> std::getline
6290
6291 2001-12-21  Juergen Vigna  <jug@sad.it>
6292
6293         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
6294         accessed and could be 0 (I couldn't generate this but it seems
6295         Michael could!).
6296
6297 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6298
6299         * tabular_funcs.C: add LIstream.h, move write_attribute to..
6300         * tabular_funcs.h: here and include iosfwd
6301
6302 2001-12-20  Juergen Vigna  <jug@sad.it>
6303
6304         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
6305         inside inset but undo_par was.
6306
6307 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6308
6309         * Thesaurus.C: always include <config.h> in sources.
6310
6311         * Painter.h:
6312         * lyxlookup.h:
6313         * box.h: do not include <config.h> in header files
6314
6315         * text.C (paintLastRow): remove unused variable
6316
6317         * text.C (transformChar):
6318         (insertChar):
6319         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
6320
6321         * Painter.C (text):
6322         * font.C (width): rewrite to use uppercase() instead of
6323         islower/toupper.
6324
6325         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
6326
6327 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
6328
6329         * lyxfind.C: clean up of find failure position change
6330
6331 2001-12-20  Juergen Vigna  <jug@sad.it>
6332
6333         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
6334
6335         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
6336         (TeXRow): added to LaTeX a single tabular row.
6337         (TeXLongtableHeaderFooter): added to output LT-h/f data.
6338         (Latex): simplified and finally good LT-h/f support.
6339         (various_functions): just small adaptions for LT-h/f support.
6340
6341         * tabular_funcs.[hC]: added and moved here all not classfunctions
6342         of LyXTabular.
6343
6344 2001-12-19  Juergen Vigna  <jug@sad.it>
6345
6346         * tabular.[Ch]: better support for longtabular options (not finished
6347         yet!)
6348
6349 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6350
6351         * text.C (paintLastRow): use the label font instead of the font of
6352         the last character to compute the size of *_BOX. This makes more
6353         sense and avoids a crash with empty paragraphs.
6354         Use Painter::rectangle to draw EMPTY_BOX.
6355
6356 2001-12-19  Juergen Vigna  <jug@sad.it>
6357
6358         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
6359         the paragraphs if the replaced paragraph is not the first one!
6360         Tried to delete not used paragraphs but does not work yet so for
6361         now it's inside #ifdef's and by default off!
6362
6363 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6364
6365         * MenuBackend.C: include "lyx_main.h" instead of declaring
6366         lastfiles (actually was declared as LastFiles* instead of a
6367         scoped_ptr).
6368
6369 2001-12-17  Juergen Vigna  <jug@sad.it>
6370
6371         * tabular.C (AppendColumn): applied John's fix
6372
6373 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
6374
6375         * BufferView.h:
6376         * BufferView.C:
6377         * BufferView_pimpl.h:
6378         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
6379
6380         * Makefile.am:
6381         * box.h: new start of class for above
6382
6383         * lyxfunc.C: ignore space-only minibuffer dispatches.
6384           Show the command name when it doesn't exist
6385
6386         * minibuffer.C: don't add empty lines to the history
6387
6388         * minibuffer.C: add a space on dropdown completion
6389
6390 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
6391
6392         * text.C: fix line above/below drawing in insets
6393
6394 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6395
6396         * lyxlength.C (LyXLength): Initialize private variables.
6397
6398 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
6399
6400         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
6401         when inserting error insets.
6402
6403 2001-12-13  Juergen Vigna  <jug@sad.it>
6404
6405         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
6406         actually sometimes the before-paragraph.
6407         (setUndo): don't clear the redostack if we're not actually undoing!
6408
6409 2001-12-06  Juergen Vigna  <jug@sad.it>
6410
6411         * undo_funcs.C (textHandleUndo): well after John's hint I got here
6412         and fixed redoing of main paragraph, so we can use it now ;)
6413
6414         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
6415
6416 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6417
6418         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
6419         Juergen's request
6420
6421 2001-12-13  André Pönitz <poenitz@gmx.net>
6422
6423         * undostack.[Ch]:
6424         * undo_func.C: minor cleanup
6425
6426 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6427
6428         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
6429         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
6430         font in urw-fonts package which is marked as -urw-fontspecific and
6431         does not work (incidentally, changing the encoding in the
6432         fonts.dir of this package to -adobe-fontspecific fixes the
6433         problem).
6434
6435         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
6436         is a crash when undoing first paragraph (Juergen, please take a
6437         look). THis does not mean the undo fix is wrong, just that it
6438         uncovers problems.
6439
6440         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
6441         the (Paragraph*) version when needed instead of duplicating the
6442         code.
6443
6444         * text.C (workWidth): use Inset::parOwner to find out where the
6445         inset has been inserted. This is a huge performance gain for large
6446         documents with lots of insets. If Inset::parOwner is not set, fall
6447         back on the brute force method
6448
6449         * paragraph_pimpl.C (insertInset):
6450         * paragraph.C (Paragraph):
6451         (cutIntoMinibuffer): set parOwner of insets when
6452         inserting/removing them
6453
6454         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
6455
6456 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
6457
6458         * commandtags.h:
6459         * LyXAction.C:
6460         * lyx_main.C:
6461         * lyxfunc.C:
6462         * mathed/formulabase.C:
6463         * mathed/math_cursor.[Ch]:
6464         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
6465
6466
6467 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6468
6469         * lyxlength.[Ch] (operator!=): new function
6470
6471 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6472
6473         * text.C (workWidth): use Inset::parOwner to find out where the
6474         inset has been inserted. This is a huge performance gain for large
6475         documents with lots of insets. If Inset::parOwner is not set, fall
6476         back on the brute force method
6477
6478         * paragraph_pimpl.C (insertInset):
6479         * paragraph.C (Paragraph):
6480         (cutIntoMinibuffer): set parOwner of insets when
6481         inserting/removing them
6482
6483         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
6484
6485 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6486
6487         * tabular-old.C (getTokenValue):
6488         * tabular.C (getTokenValue):
6489         (write_attribute): new versions for LyXLength
6490         (everywhere): adjust the use of widths
6491
6492         * tabular.h: change the type of widths from string to LyXLength
6493
6494 2001-12-11  Ben Stanley <bds02@uow.edu.au>
6495
6496         * paragraph.C: fixed missing line number count when exporting
6497         Environments to LaTeX file
6498
6499         * buffer.C: added informational message for checking line numbers.
6500
6501 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6502
6503         * text2.C (deleteEmptyParagraphMechanism): if there is only one
6504         paragraph, do the 'double space' part, but not the 'empty
6505         paragraph' one.
6506
6507         * text.C (workWidth): small optimization
6508         (getLengthMarkerHeight): use minimal size for negative lengths.
6509
6510 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
6511
6512         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
6513
6514         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
6515
6516 2001-12-11  André Pönitz <poenitz@gmx.net>
6517
6518         * FontLoader.C:
6519         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
6520
6521 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
6522
6523         * text2.C: keep selection on a setFont()
6524
6525 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
6526
6527         * lyx_cb.C: another bv->text misuse, from insert label
6528
6529 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
6530
6531         * kbsequence.h:
6532         * kbsequence.C: re-instate nmodifier mask
6533
6534 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
6535
6536         * lyx_main.h: make lyxGUI private.
6537
6538 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
6539
6540         * lyxfind.C: place the cursor correctly on failed search
6541
6542 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6543
6544         * text.C (getLengthMarkerHeight): for small heights, the arrows
6545         are not always on top/bottom of the text
6546         (drawLengthMarker): smaller arrows; take the left margin in
6547         account; draw also vfills.
6548         (paintFirstRow):
6549         (paintLastRow): remove special code for vfill and standard spaces,
6550         since everything is handled in drawLengthMarker now.
6551
6552 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6553
6554         * buffer.C (insertErtContents): try to handle font and language
6555         interaction a bit better.g
6556
6557         * ColorHandler.C (updateColor): change the hash to cover the whole
6558         LColor enum, ws cleanup
6559         (getGCLinepars): ditto
6560         (getGCLinepars): only lookup in the linecache once.
6561
6562 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
6563
6564         * iterators.C (operator++): Make the iterator more robust
6565
6566         * BufferView2.C (removeAutoInsets): Use paragraph iterators
6567         (John's patch)
6568         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
6569
6570 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6571
6572         * lyxtext.h:
6573         * text.C: better added space drawing
6574
6575 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6576
6577         * LyXView.C:
6578         * BufferView2.C: fix layout combo update on inset unlock
6579
6580 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6581
6582         * Makefile.am: don't compile unused files
6583
6584 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6585
6586         * lyxfunc.C:
6587         * commandtags.h:
6588         * LyXAction.C: remove old LFUN_LAYOUTNO
6589
6590 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6591
6592         * paragraph_pimpl.h:
6593         * paragraph_pimpl.C: isTextAt() doesn't need font param
6594
6595 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6596
6597         * lyxlex.h:
6598         * lyxlex.C: little cleanup
6599
6600 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6601
6602         * BufferView_pimpl.C: fix insertAscii for insets
6603
6604 2001-12-05  Juergen Vigna  <jug@sad.it>
6605
6606         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
6607         set the right font on the "multi" paragraph paste!
6608
6609 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6610
6611         * trans_decl.h:
6612         * trans_mgr.[Ch]:
6613         * trans.[Ch]:
6614         * lyxgluelength.C:
6615         * lyxlength.C: remove out-commented code.
6616
6617         * BufferView_pimpl:
6618         * CutAndPaste.C:
6619         * DepTable.C:
6620         * buffer.C:
6621         * chset.C:
6622         * lastfiles.C:
6623         * lyxlex.C:
6624         * lyxlex_pimpl.C:
6625         * lyxserver.C:
6626         * screen.C:
6627         * tabular-old.C:
6628         * tabular.C:
6629         * text.C:
6630         * trans_mgr.C:
6631         * vc-backend.C: change "while(" to "while ("
6632
6633         * lyxlength.[Ch]: add zero function to check if length is zero or
6634         not
6635         * lyxgluelength.C: use it
6636
6637 2001-12-05  Allan Rae  <rae@lyx.org>
6638
6639         * lyxlength.C: Attempted a fix for the abs(int) header selection.
6640         Works for 2.95.3, from what I understand of Garst's reports this should
6641         work for other g++ versions.  We're screwed if the abs(int) definition
6642         changed between bugfix releases of gcc.
6643
6644 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
6645
6646         * text.C: fix chapter label offset !
6647
6648 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
6649
6650         * lyxtext.h:
6651         * text.C: fix hfill at end of line, clean up
6652
6653 2001-12-04  Juergen Vigna  <jug@sad.it>
6654
6655         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
6656         that we force an update of the inset and it's owners if neccessary.
6657
6658 2001-12-03  Juergen Vigna  <jug@sad.it>
6659
6660         * text.C (rowLast): simplified code
6661
6662 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
6663
6664         * lyxfunc.C: fix show options on timeout
6665
6666 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6667
6668         * screen.C (topCursorVisible): scroll half a page when the cursor
6669         reached top of bottom of screen
6670
6671 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
6672
6673         * minibuffer.C: deactivate on loss of focus
6674
6675 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6676
6677         * vspace.[Ch] (operator!=): add operator.
6678
6679 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
6680
6681         * BufferView_pimpl.C: refuse to open an inset when
6682         there's a selection.
6683
6684 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
6685
6686         * BufferView_pimpl.C: allow to click on RHS of full row insets
6687
6688 2001-11-30  Juergen Vigna  <jug@sad.it>
6689
6690         * tabular.C (LyXTabular): add a same_id to set the same id's in the
6691         insets for undo reasons.
6692
6693 2001-11-28  André Pönitz <poenitz@gmx.net>
6694
6695         * vspace.[Ch]: cosmetical changes
6696
6697 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
6698
6699         * LyXAction.h:
6700         * LyXAction.C:
6701         * lyxfunc.h:
6702         * lyxfunc.C:
6703         * kbmap.h:
6704         * kbmap.C:
6705         * lyxrc.C:
6706         * kbsequence.h:
6707         * kbsequence.C: part re-write of old kb code
6708
6709         * Painter.C:
6710         * WorkArea.C: remove Lgb_bug_find_hack
6711
6712 2001-11-30  José Matos <jamatos@fep.up.pt>
6713
6714         * buffer.C (makeDocBookFile): add a comment to point a hack.
6715         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
6716         Fixed a double write of labels.
6717
6718 2001-11-29 Ben Stanley <bds02@uow.edu.au>
6719
6720         * LaTeX.C:
6721         * LaTeX.h Fixed bug in LaTeX class where it would not
6722         re-run latex if no depfiles were changed, but the .dvi was removed.
6723
6724 2001-11-28  André Pönitz <poenitz@gmx.net>
6725
6726         * all the files from the change on 2001/11/26:
6727         use lyx::layout_type instead of LyXTextClass::size_type
6728         use lyx::textclass_type instead of LyXTextClassList::size_type
6729
6730 2001-11-29  Juergen Vigna  <jug@sad.it>
6731
6732         * text.C: added support for paragraph::isFreeSpacing()
6733
6734         * buffer.C: same as above
6735
6736         * paragraph.h: inserted isFreeSpacing() function to enable
6737         FreeSpacing inside InsetERT.
6738
6739         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
6740         of the paragraph's in the cut/copy buffer to 0!
6741
6742         * text2.C (removeRow): remove the assert as it can!
6743
6744         * lyxtext.h: added helper function firstRow returning firstrow and
6745         made firstrow private again.
6746
6747         * BufferView2.C (lockInset): don't relock if we're already locked!
6748
6749         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
6750         the only paragraph.
6751         (removeRow): added Assert::(firstrow)
6752
6753         * debug.C: forgot to add INSETTEXT here.
6754
6755 2001-11-28  Juergen Vigna  <jug@sad.it>
6756
6757         * sp_spell.C (initialize): changed error text to more general
6758         spellchecker command use (not only ispell!)
6759
6760         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
6761
6762         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
6763
6764 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
6765
6766         * vspace.C: initialise lyxgluelength on failure
6767
6768 2001-11-28  Allan Rae  <rae@lyx.org>
6769
6770         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
6771         declaration & definition that looks like a function declaration.
6772
6773 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6774
6775         * BufferView2.C (copy):
6776         (copyEnvironment): do not clear the selection when doing a copy.
6777
6778         * text.C (paintFirstRow): compilation fix
6779
6780 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
6781
6782         * tabular.C (Latex): correct line count when writing latex.
6783
6784 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
6785
6786         * paragraph_pimpl.h:
6787         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
6788           bug a bit
6789
6790 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
6791
6792         * text.C:
6793         * LColor.h:
6794         * LColor.C: change vfillline->added_space
6795
6796         * text.C: add markers and text for added space
6797
6798         * vspace.C: fix comment
6799
6800 2001-11-28  André Pönitz <poenitz@gmx.net>
6801
6802         * paragraph.C: whitespace changes
6803         * all the other files from the change on 2001/11/26:
6804         change *::pos_type into lyx::pos_type
6805
6806 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6807
6808         * buffer.C (parseSingleLyXformat2Token): Set the language to the
6809         language of the document when inserting error insets.
6810
6811 2001-11-26  André Pönitz <poenitz@gmx.net>
6812
6813         * BufferView_pimpl.[Ch]:
6814         *       CutAndPaste.C:
6815         * buffer.[Ch]:
6816         * lyxcursor.[Ch]:
6817         * lyxfind.C:
6818         * lyxfunc.C:
6819         * lyxrow.[Ch]:
6820         * paragraph.[Ch]:
6821         * paragraph_pimpl.[Ch]:
6822         * sp_spell.C:
6823         * text.C:
6824         * text2.C: reduce header dependencies, introduce type for positions
6825
6826 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
6827
6828         * <various>: change to use Alert.h
6829
6830 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6831
6832         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
6833         when encountering an unknown token.
6834         (readLyXformat2): Show an error message if there were unknown tokens.
6835
6836 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
6837
6838         * BufferView2.C:
6839         * BufferView_pimpl.C:
6840         * buffer.C:
6841         * paragraph.h:
6842         * text.C:
6843         * text2.C: use par->isInset()
6844
6845 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
6846
6847         * paragraph_pimpl.h:
6848         * paragraph_pimpl.C: cleanup
6849
6850 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6851
6852         * text2.C (removeRow):
6853         * text.C (setHeightOfRow): remove useless (and costly) call to
6854         getRow.
6855
6856 2001-11-20  Allan Rae  <rae@lyx.org>
6857
6858         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
6859         Now need Inset*::checkInsertChar() to return true for appropriate
6860         cases so that the characters in the minibuffer will actually be
6861         inserted.
6862
6863 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6864
6865         * text.C: change the order of the includes.
6866         (workWidth): initialize it at once.
6867         (workWidth): make maxw unsigned
6868         (setHeightOfRow): remove unused variable (inset)
6869         (selectSelectedWord): remove unused variable (inset)
6870         (paintRowText): fix drawing of hfill characters, and clean up a bit.
6871
6872 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6873
6874         * lyxserver.C (emergencyCleanup): do not try to close pipes if
6875         server is not running.
6876         (openConnection):
6877         (closeConnection): add debug info when server is disabled.
6878
6879         * ColorHandler.C (getGCForeground): send debug message to GUI
6880         channel.
6881
6882         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
6883
6884         * kbmap.C (bind): modify because return conventions of
6885         kb_sequence::parse have changed.
6886
6887         * kbsequence.C (parse): only ignore spaces and not any stupid
6888         control character. This avoids tests like s[i] <= ' ', which are
6889         guaranteed to fail with 8bit characters and signed chars.
6890         Change return code to string::npos when there have been no error
6891         (0 was a bad idea when error is at first character)
6892
6893 2001-11-14  José Matos  <jamatos@fep.up.pt>
6894
6895         * buffer.h:
6896         * buffer.C (simpleDocBookOnePar): removed unused argument.
6897
6898 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6899
6900         * text.C (selectNextWordToSpellcheck): do not test explicitely for
6901         insets which are part of a word. Paragraph::isLetter takes care of
6902         that now. Use Paragraph::isInset to identify insets.
6903         (selectSelectedWord): do not test for hyphenation break.
6904
6905         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
6906         that protected spaces are considered as spaces.
6907
6908         * paragraph.C (isLetter): cleanup the code for ispell extras; use
6909         Inset::isLetter.
6910
6911 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
6912
6913         * lyxserver.h:
6914         * lyxserver.C: fix it. and small cleanup.
6915
6916 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
6917
6918         * BufferView_pimpl.C: use inline helpers
6919
6920         * LaTeXFeatures.h:
6921         * LaTeXFeatures.C: fix typos
6922
6923         * Spacing.h:
6924         * Spacing.C: move spacing_string into class
6925
6926         * ToolbarDefaults.C: move stuff into namespace anon
6927
6928         * layout.h: update enum
6929
6930         * lyxfunc.C: use better debug
6931
6932         * minibuffer.h: fix typo
6933
6934         * debug.h:
6935         * debug.C:
6936         * WorkArea.C: add and use Debug::WORKAREA
6937
6938         * lyxtext.h:
6939         * text.C:
6940         * text2.C: code re-organisation, inline helpers
6941
6942 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
6943
6944         * Layout.C: replaced a few cases of std::vector.size() == 0 with
6945         std::vector.empty().
6946
6947 2001-11-09  Allan Rae  <rae@lyx.org>
6948
6949         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
6950         '\n's after tables.  Tabular and ERT inset work now makes this no
6951         longer necessary.
6952
6953 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
6954
6955         * minibuffer.h:
6956         * minibuffer.C: fix crash, improve drop-down completion
6957
6958 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
6959
6960         * lyxserver.h:
6961         * lyxserver.C: invalidate fd's when doing endPipe()
6962
6963 2001-11-08  José Matos  <jamatos@fep.up.pt>
6964
6965         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
6966         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
6967
6968         * paragraph.h:
6969         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
6970
6971 2001-11-07  José Matos  <jamatos@fep.up.pt>
6972
6973         * buffer.h:
6974         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
6975         const qualifier.
6976
6977         * buffer.C (sgmlOpenTag):
6978         * buffer.C (sgmlCloseTag): removed debug info.
6979
6980         * buffer.h (sgmlOpenTag):
6981         * buffer.h (sgmlCloseTag): made public.
6982
6983 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6984
6985         * buffer.C (saveParamsAsDefaults):
6986         * lyx_cb.C (MenuLayoutSave): remove
6987
6988         * LyXAction.C (init):
6989         * commandtags.h:
6990         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
6991
6992 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6993
6994         * buffer.C (setPaperStuff): removed from here...
6995
6996         * bufferparams.C (setPaperStuff): ... and moved there.
6997
6998 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
6999
7000         * minibuffer.h:
7001         * minibuffer.C:
7002         * XFormsView.C: add support for drop-down completion
7003
7004 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
7005
7006         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
7007         commands.
7008
7009 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7010
7011         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
7012         disabled.
7013
7014 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
7015
7016         * lyx_main.C: change ref to known bugs
7017
7018 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
7019
7020         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
7021         to work around older babel problems.
7022
7023 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
7024
7025         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
7026
7027 2001-10-24  Juergen Vigna  <jug@sad.it>
7028
7029         * tabular-old.C (ReadOld): below variable changes reflected.
7030
7031         * tabular.[Ch]: added ltType struct for longtable header/footer
7032         defines and changed all instances where they are used. Added
7033         future support for double top/bottom rows.
7034
7035 2001-10-24  José Matos  <jamatos@fep.up.pt>
7036
7037         * buffer.h (docbookHandleCaption):
7038         * buffer.C (docbookHandleCaption): removed unused function.
7039         (makeDocBookFile): moved docbook supported version to v4.1.
7040
7041 2001-10-24  José Matos  <jamatos@fep.up.pt>
7042
7043         * tabular.h:
7044         * tabular.C (docbookRow): new function to export docbook code of a row.
7045         (DocBook): now honors the longtable flags.
7046
7047 2001-10-23  José Matos  <jamatos@fep.up.pt>
7048
7049         * LaTeXFeatures.h:
7050         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
7051         of the lyx defined sgml entities used in a docbook/linuxdoc document.
7052
7053         * buffer.C (makeLinuxDocFile):
7054         (makeDocBookFile): reworked the preamble, more clean, and with
7055         support for lyx defined entities. Changed the document declaration
7056         to be more XML friendly.
7057
7058         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
7059         if we need to output XML that should be done with a filter.
7060
7061 2001-10-22  Juergen Vigna  <jug@sad.it>
7062
7063         * sp_pspell.h (class PSpell): add alive function needed in the
7064         controller to see if the spellchecker could be started.
7065
7066 2001-10-22  Juergen Vigna  <jug@sad.it>
7067
7068         * buffer.C (insertStringAsLines): modify the font for inserting
7069         chars in certain conditions by calling checkInsertChar(font).
7070
7071 2001-10-19  Juergen Vigna  <jug@sad.it>
7072
7073         * text.C (workWidth): use getRow instead of wrong algorithm.
7074         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
7075
7076 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
7077
7078         * lyxserver.h:
7079         * lyxserver.C:
7080         * lyx_main.h:
7081         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
7082
7083 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7084
7085         * text.C (workWidth): do not search for the exact row when
7086         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
7087         optimization for big documents.
7088
7089 2001-10-18  Juergen Vigna  <jug@sad.it>
7090
7091         * text.C (workWidth): new function with added Inset * parameter.
7092
7093 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7094
7095         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
7096
7097         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
7098         change return type of getColumnNearX.
7099
7100
7101         * text.C (changeRegionCase): use uppercase/lowercase instead of
7102         toupper/tolower.
7103         (leftMargin):
7104         (rightMargin): simplify code by factoring out the uses of
7105         textclasslist.
7106         (labelFill):
7107         (numberOfHfills):
7108         (setHeightOfRow):
7109         (appendParagraph): use Paragraph::size_type
7110
7111 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7112
7113         * vspace.C (asLatexString): add a missing break
7114
7115 2001-10-15  Herbert Voss  <voss@perce.de>
7116
7117         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
7118
7119 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7120
7121         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
7122         is not available.
7123
7124 2001-10-10  André Pönitz <poenitz@gmx.net>
7125
7126         * lyxfunc.C: removed greek_kb_flag.
7127
7128 2001-10-10  Herbert Voss  <voss@perce.de>
7129
7130         * lyx_main.C: delete global string help_lyxdir.
7131
7132 2001-10-09  Herbert Voss  <voss@perce.de>
7133
7134         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
7135
7136         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
7137
7138         * lyx_main.C: added global string help_lyxdir.
7139
7140         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
7141
7142 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7143
7144         * lyxrc.C (set_font_norm_type): support iso8859-4
7145
7146 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
7147
7148         * LaTeX.C (deplog): add another regex for MikTeX
7149
7150 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7151
7152         * lyxrc.C (set_font_norm_type): support iso8859-3
7153
7154 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7155
7156         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
7157
7158         * LaTeXFeatures.C: remove special case of french and index
7159
7160         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
7161         before \begin{document}). This solves several incompatibilities.
7162
7163 2001-10-03  Garst Reese  <reese@isn.net>
7164
7165         * lyx_cb.C: change CheckTex error msg.
7166
7167 2001-10-03  José Matos  <jamatos@fep.up.pt>
7168
7169         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
7170
7171 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7172
7173         * .cvsignore: update
7174
7175         * lyx_main.C (commandLineVersionInfo): use new style version info.
7176
7177         * buffer.C (writeFile):
7178         (makeLaTeXFile):
7179         (makeLinuxDocFile):
7180         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
7181
7182         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
7183
7184         * version.h: update to use stuff in version.C
7185
7186         * version.C.in: new file. Contains version information determined
7187         at compile time. This is a merging of version.h and
7188         version_info.h.in.
7189
7190 2001-10-03  Juergen Vigna  <jug@sad.it>
7191
7192         * BufferView_pimpl.C (update): don't change "dirty" status in
7193         updateInset call.
7194
7195 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
7196
7197         * WorkArea.C (c-tor): re-position version string slightly.
7198
7199 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
7200
7201         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
7202         revert to previous code.
7203
7204         WorkArea.[Ch]: (show, destroySplash): methods removed.
7205
7206         WorkArea.C: rework code so that it's an amalgam of the codes before and
7207         after the splash screen was moved to WorkArea.
7208
7209 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7210
7211         * lyxrc.C (read):
7212         * vspace.C (inPixels):
7213         (lyx_advance):
7214         * kbmap.C (bind):
7215         * buffer.C (insertStringAsLines):
7216         (asciiParagraph): fix types to be large enough
7217
7218         * lyxlex_pimpl.h: change member status from short to int
7219
7220         * layout.h: fix type of endlabeltype
7221
7222         * kbmap.C (bind):
7223         * kbsequence.C (parse): change return type to string::size_type
7224
7225         * LaTeX.C (updateBibtexDependencies): comment out unneeded
7226         variable
7227
7228         * Bullet.C (bulletSize):
7229         (bulletEntry): do not use short ints as parameters
7230
7231         * BufferView2.C (insertLyXFile): change a char to an int.
7232
7233         * WorkArea.C (WorkArea): remove unneeded floats in computation
7234
7235 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
7236
7237         * buffer.C (asciiParagraph): Treat '\\' as other chars.
7238
7239         * paragraph.C (asString): Do not ignore newline/hfill chars when
7240         copying to the clipboard.
7241
7242 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
7243
7244         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
7245         after a multi-line inset.
7246
7247 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
7248
7249         * paragraph.C (validate): Set NeedLyXFootnoteCode
7250
7251 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
7252
7253         * lyxfont.C (LyXSizeNames): changed increase-error to increase
7254         and decrease-error to decrease.
7255
7256 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7257
7258         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
7259         it more readable (should be equivalent)
7260
7261 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7262
7263         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
7264
7265 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7266
7267         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
7268         of a cursor (row, etc.) after a character has been deleted
7269         (deleteEmptyParagraphMechanism): call the method above on _all_
7270         cursors held by the LyXText when a double space has been
7271         detected/deleted.
7272
7273 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
7274
7275         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
7276         pixmap.
7277         (resizeCurrentBuff): remove code to destroy the old splash dialog.
7278
7279         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
7280         background. Use greyOut() and the new show() methods to toggle between
7281         the foreground and background. Add code to remove the splash after
7282         its initial showing.
7283
7284         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
7285         (create_forms): no longer call Dialogs::showSplash.
7286
7287 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7288
7289         * .cvsignore: add version_info.h
7290
7291 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7292
7293         * version_info.h.in: new file
7294
7295         * Makefile.am: add version_info.h.in
7296
7297         * lyx_main.C (commandLineVersionInfo): use version_info defined in
7298         version_info.h instead of VERSION_INFO
7299
7300 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
7301
7302         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
7303         The ERT inset now returns string().
7304
7305 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
7306
7307         * lyxtext.h, text.C (selectNextWord): renamed as
7308         selectNextWordToSpellcheck.
7309
7310         * text.C (selectNextWordToSpellcheck): Modified to not select
7311         words inside an ERT inset.
7312
7313 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7314
7315         * lyx_cb.C (MenuLayoutSave): change a bit the question
7316
7317         * sp_base.h: include <sys/types.h>
7318
7319 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
7320
7321         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
7322
7323 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
7324
7325         * several files: fix typos in user-visible strings
7326
7327 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7328
7329         * text2.C (pasteSelection): do not set the selection, since it
7330         will be cleared later. Actually, the intent was to fix the way the
7331         selection was set, but I figured rmoving the code was just as good.
7332
7333 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
7334
7335         * FontLoader.C (available): Check if font is available without
7336         loading the font.
7337
7338 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7339
7340         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
7341
7342 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
7343
7344         * lyxrc.[Ch]: added display_graphics variable and associated code.
7345
7346 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7347
7348         * bufferparams.C (hasClassDefaults): new method. Returns true if
7349         the buffer parameters correspond to known class defaults
7350
7351 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
7352
7353         * XFormsView.C (show): set minimum size to the main window.
7354
7355 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7356
7357         * text2.C (copySelection):
7358         (cutSelection):
7359         * lyxfind.C (LyXReplace):
7360         * BufferView_pimpl.C (Dispatch): pass the correct flag to
7361         LyXText::selectionAsString.
7362
7363         * paragraph.C (asString): add "label" argument to the second form
7364
7365         * text2.C (selectionAsString): add "label" argument and pass it to
7366         Paragraph::asString.
7367
7368 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7369
7370         * lyx_main.C (commandLineHelp): remove version information
7371
7372 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
7373
7374         * lyx_main.C: add -version commandline option
7375
7376 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7377
7378         * paragraph.h: make the optional constructor arg required instead.
7379         some modifications to other files because of this.
7380
7381         * minibuffer.C (C_MiniBuffer_peek_event): make it static
7382
7383         * lyxserver.C (C_LyXComm_callback): make it static
7384
7385         * lyx_main.C (error_handler): make it static
7386
7387         * lyx_gui.C (LyX_XErrHandler): make it static
7388
7389         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
7390
7391         * WorkArea.C: make the extern "C" methods static.
7392
7393         * Makefile.am (lyx_LDADD): simplify
7394
7395 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
7396
7397         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
7398         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
7399
7400         * LyXAction.C (init):
7401         * lyxfunc.C (dispatch): associated code removal.
7402
7403 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7404
7405         * lyxfont.h (isSymbolFont): shut off warning
7406
7407         * text.C (setHeightOfRow):
7408         (getVisibleRow): fix crash with empty paragraphs which have a
7409         bottom line
7410
7411 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
7412
7413         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
7414         code.
7415
7416 2001-09-04  José Matos  <jamatos@fep.up.pt>
7417         * buffer.C
7418         * buffer.h
7419         * tabular.C (docbook): rename docBook method to docbook.
7420
7421 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
7422
7423         * Makefile.am: add dependencies to main.o.
7424
7425 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
7426
7427         * FontLoader.C (available): Return false if !lyxrc.use_gui
7428
7429 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
7430
7431         * FontInfo.C (query):
7432         * converter.C (view):
7433         * importer.C (Import):
7434         * exporter.C (Export): Can not -> cannot.
7435
7436 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
7437
7438         * BufferView_pimpl.C: allow to create index inset even if
7439           string is empty
7440
7441 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
7442
7443         * buffer.C (getLists): replace boost::tie code with an explicit pair
7444         as boost::tie can break some compilers.
7445
7446         * iterators.h: Added a std:: declaration to the return type of
7447         ParIterator::size.
7448
7449 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
7450
7451         * lyxrc.C: add help for view_dvi_paper_option, default to safe
7452           case.
7453
7454 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
7455
7456         * iterators.[Ch]: New files. Provide paragraph iterators.
7457
7458         * buffer.C (changeLanguage): Use paragraph iterators.
7459         (isMultiLingual): ditto
7460
7461         * BufferView2.C (ChangeInsets): Use paragraph iterators.
7462
7463 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
7464
7465         * FontLoader.C: Support for cmr font.
7466
7467 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
7468
7469         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
7470         (available): New method.
7471
7472         * FontInfo.C (getFontname): Use scalable fonts even when
7473         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
7474         found.
7475
7476 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
7477
7478         * converter.C (Formats::view): reverted! Incorrect fix.
7479
7480 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
7481
7482         * converter.C (Formats::view): only output the -paper option
7483         if the dvi viewer is xdvi, thereby fixing bug #233429.
7484
7485 2001-08-23  Herbert Voss  <voss@perce>
7486
7487         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
7488
7489 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7490
7491         * Spacing.h (Spacing): Set space to Default on in the default
7492         constructor.
7493
7494 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7495
7496         * vc-backend.h (RCS::versionString): add RCS to version
7497         (CVS::versionString): add CVS to version
7498
7499         * vc-backend.C (scanMaster): do not add CVS to version.
7500         (scanMaster): do not add RCS to version
7501
7502         * lyxvc.C (versionString): new method
7503
7504         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
7505
7506 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7507
7508         * Spacing.C (set): initialize fval
7509
7510 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
7511
7512         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
7513         " or \.
7514
7515 2001-08-16  Juergen Vigna  <jug@sad.it>
7516
7517         * lyxfunc.C (dispatch): implemented the new FINISHED states.
7518
7519 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
7520
7521         * BufferView_pimpl.C:
7522         * figureForm.C:
7523         * lyxtext.h:
7524         * text2.C: setParagraph takes linespacing now
7525
7526 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
7527
7528         * LyxAction.C: add internal LFUN_CITATION_INSERT
7529
7530         * LyXView.C: actually apply fix
7531
7532         * bufferlist.C: fix open non-existent file
7533
7534         * lyxfind.C: fix indentation
7535
7536         * lyxfunc.C: remove unneeded assert, fix typo
7537
7538 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
7539
7540         * MenuBackend.C: use "Floatname List"
7541
7542 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
7543
7544         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
7545         when converting LaTeX layout to insetERT.
7546         Generate a non-collapsed float when reading old float
7547
7548 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
7549
7550         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
7551         ERT insets.
7552
7553 2001-08-13  Juergen Vigna  <jug@sad.it>
7554
7555         * text.C (fill): return 0 instead of 20 as this seems to be the more
7556         correct value.
7557
7558 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
7559
7560         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
7561         lyxrc.font_norm.
7562
7563 2001-08-13  Juergen Vigna  <jug@sad.it>
7564
7565         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
7566         casesensitive off.
7567         (SearchBackward): comment out the unlocking of the inset_owner this
7568         should not be needed!
7569
7570 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
7571
7572         * Many files: Remove inherit_language, and add latex_language
7573
7574         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
7575         collapsible insets.
7576
7577 2001-08-10  Juergen Vigna  <jug@sad.it>
7578
7579         * text.C (prepareToPrint): fixed hfill-width in draw!
7580
7581         * BufferView2.C (selectLastWord): save the selection cursor as this
7582         now is cleared in the function LyXText::clearSelection!
7583
7584 2001-08-08  Juergen Vigna  <jug@sad.it>
7585
7586         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
7587         BACKSPACE type functions.
7588
7589         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
7590         is only cutted from the document but not put in the cut-buffer, where
7591         still the old stuff should be.
7592
7593         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
7594
7595         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
7596
7597         * tabular.C (SetWidthOfCell): fixed special case where the width
7598         was not updated!
7599         (LeftLine): handle '|' in align_special.
7600         (RightLine): ditto
7601         (LeftAlreadyDrawed): ditto
7602         (SetWidthOfCell): ditto
7603
7604 2001-08-07  Juergen Vigna  <jug@sad.it>
7605
7606         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
7607
7608 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7609
7610         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
7611         * lyxlex.[hC]: ditto
7612
7613 2001-08-06  Juergen Vigna  <jug@sad.it>
7614
7615         * text.C (getVisibleRow): fix up row clearing a bit.
7616
7617 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7618
7619         * minibuffer.C: make sure the X server sees the changes in the input.
7620
7621 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7622
7623         * paragraph.C (getFont): split into...
7624         (getLabelFont): this
7625         (getLayoutFont): and this
7626         * paragraph_pimpl.C (realizeFont): calling this
7627
7628         * text2.C (getFont): split into...
7629         (getLayoutFont): this
7630         (getLabelFont): and this
7631         (realizeFont): all three calling this
7632
7633         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
7634         files where used.
7635
7636 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7637
7638         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
7639
7640 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
7641
7642         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
7643         layouts from the Quote inset insertion.
7644
7645 2001-08-03  Juergen Vigna  <jug@sad.it>
7646
7647         * BufferView_pimpl.C (update): do the fitCursor only at the end!
7648
7649         * screen.C (drawFromTo): don't call fitcursor here and do the loop
7650         only if status not is already CHANGED_IN_DRAW (second level).
7651
7652         * text.C (draw): don't set the need_break_row when inside an
7653         InsetText LyXText.
7654
7655 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7656
7657         * buffer.C (parseSingleLyXformat2Token): handle more latex
7658         conversion cases.
7659
7660         * bufferview_funcs.[hC]: change function names to
7661         begin with small char, adjust other files.
7662
7663 2001-08-02  André Pönitz <poenitz@gmx.net>
7664
7665         * lyxfunc.C:
7666         BufferView_pimpl.C: remove broken special code for math-greek
7667
7668 2001-08-02  Juergen Vigna  <jug@sad.it>
7669
7670         * BufferView_pimpl.C (update): redone this function so that we
7671         update the text again if there was a CHANGE_IN_DRAW.
7672
7673         * screen.C (cursorToggle): removed LyXText parameter and recoded.
7674         (drawFromTo): added a new internal bool which is used by draw() and
7675         redraw() function.
7676         (general): some cursor drawing problems fixed.
7677
7678 2001-08-01  Juergen Vigna  <jug@sad.it>
7679
7680         * lyxfind.C (LyXFind): fixed
7681         (SearchForward): ditto
7682         (SearchBackward): ditto
7683
7684         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
7685         spurius drawing of the cursor in the main area.
7686
7687         * text2.C (status): small fix which could lead to a segfault!
7688         (clearSelection): remove unneeded BufferView param.
7689
7690 2001-08-01  André Pönitz <poenitz@gmx.net>
7691
7692         * lyxfunc.C: small change due to changed mathed interface
7693
7694 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7695
7696         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
7697
7698 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
7699
7700         * lyxfunc.c: fail gracefully if file doesn't exist
7701
7702         * LyXSendto.C:
7703         * buffer.C:
7704         * lyxfunc.C:
7705         * BufferView_pimpl.C: IsDirWriteable() proto changed
7706
7707         * LyXView.C: fix updateWindowTitle() to store the last title
7708
7709 2001-07-31  Juergen Vigna  <jug@sad.it>
7710
7711         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
7712         the font (wrong since using of Paragraph::highestFontInRange).
7713
7714         * paragraph.C (highestFontInRange): added a default_size parameter.
7715
7716         * text.C (getVisibleRow): minor clear row changes (still not perfect).
7717         (setHeightOfRow): reformat
7718
7719 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7720
7721         * converter.[hC] + affected files: move to (inital-char)lowercase
7722         function names.
7723
7724         * ParagraphParameters.C (ParagraphParameters): remove commented code
7725
7726         * PainterBase.[Ch]: remove commented code
7727
7728         * LaTeXFeatures.h: add "bool floats" for float.sty
7729
7730         * LaTeXFeatures.C (LaTeXFeatures): init floats
7731         (require): handle float
7732         (getPackages): do it with floats
7733
7734 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7735
7736         * BufferView_pimpl.C (Dispatch): improve handling of
7737         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
7738
7739         * commandtags.h: #include lyxfont.h here temporarily to avoid
7740         keybinding bug.
7741
7742         * bufferlist.h: include LString.h here.
7743
7744 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7745
7746         * text2.C (getStringToIndex): new method.
7747
7748 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
7749
7750         * *: Reduced header file dependencies all over.
7751
7752 2001-07-30  Baruch Even  <baruch@lyx.org>
7753
7754         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
7755
7756 2001-07-29  Baruch Even  <baruch@lyx.org>
7757
7758         * buffer.C (readInset): Changed GRAPHICS to Graphics.
7759
7760 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7761
7762         * ParameterStruct.h (endif): add a default constructor to make
7763         sure that all variables is initialized.
7764
7765         * ParagraphParameters.C (ParagraphParameters): adjust
7766
7767 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7768
7769         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
7770         index; also, check that there is something to index, and that it
7771         does not span over several paragraphs.
7772         (doubleClick): use WHOLE_WORD_STRICT for double click.
7773
7774         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
7775
7776         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
7777         scheme.
7778
7779 2001-07-26  Baruch Even  <baruch@lyx.org>
7780
7781         * buffer.C (readInset): Changed to call up InsetGraphics when reading
7782         an InsetFig figure, backwards compatible reading of old figure code.
7783
7784 2001-07-27  Juergen Vigna  <jug@sad.it>
7785
7786         * text2.C: font.realize function adaption.
7787
7788         * text.C (draw): add a warnings lyxerr text if needed.
7789
7790         * layout.C: font.realize function adaption.
7791
7792         * language.C: add inherit_language and implement it's handlings
7793
7794         * bufferview_funcs.C (StyleReset): remove language parameter from
7795         font creation (should be language_inherit now).
7796
7797         * bufferparams.C (writeFile): handle ignore_language.
7798
7799         * paragraph.C (getFontSettings): the language has to be resolved
7800         otherwise we have problems in LyXFont!
7801
7802         * lyxfont.C (lyxWriteChanges): added document_language parameter
7803         (update): removed unneeded language parameter
7804
7805         * paragraph.C (validate): fixed wrong output of color-package when
7806         using interface colors for certain fonts in certain environments,
7807         which should not seen as that on the final output.
7808
7809 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
7810
7811         * BufferView_pimpl.C:
7812         * Thesaurus.h:
7813         * Thesaurus.C:
7814         * Makefile.am:
7815         * commandtags.h:
7816         * LyXAction.C: add thesaurus support
7817
7818         * lyxfind.h:
7819         * lyxfind.C: add "once" parameter, for thesaurus, to not
7820           move to the next match
7821
7822 2001-07-26  Juergen Vigna  <jug@sad.it>
7823
7824         * lyxfont.C (realize): honor ignore_language too!
7825         (resolved): ditto.
7826
7827         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
7828
7829         * text.C (draw): one place more for ignore_language to not draw
7830         itself!
7831
7832 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
7833
7834         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
7835
7836 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7837
7838         * buffer.C (parseSingleLyXformat2Token): a more general fix for
7839         the minipage conversion problem.
7840
7841 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7842
7843         * buffer.C (parseSingleLyXformat2Token): check minipage if we
7844         insert an inset.
7845
7846 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7847
7848         * BufferView.h: don't forward declare WorkArea
7849
7850         * BufferView.C: don't include WorkArea.h
7851
7852 2001-07-25  André Pönitz <poenitz@gmx.net>
7853
7854         * commandtags.h:
7855         * LyXAction.C:
7856         * lyxfunc.C:  new LFUN 'math-space'
7857
7858         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
7859
7860 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7861
7862         * text2.C (toggleInset): call open/close
7863
7864 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7865
7866         * lyxfunc.C (dispatch): add debug for the disabled case
7867
7868         * font.C (buttonText): make similar to rectText
7869
7870         * buffer.C (readInset): comment out parsing of insetlist and
7871         insttheorem
7872
7873         * PainterBase.C (rectText): small correction
7874
7875         * BufferView_pimpl.C: comment out insettheorem and insetlist
7876         * LyXAction.C: ditto
7877         * commandtags.h: ditto
7878
7879 2001-07-24  Juergen Vigna  <jug@sad.it>
7880
7881         * text.C (draw): honor the ignore_language.
7882
7883         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
7884
7885 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7886
7887         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
7888         char inset.
7889
7890 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7891
7892         * lyxtext.h: remove unused (and unimplemented) methods
7893
7894 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7895
7896         * text.C (getVisibleRow): honor background color
7897
7898         * PainterBase.h:
7899         * Painter.h: remove default color argument for fillRectangle
7900
7901         * text.C (backgroundColor): new method
7902
7903 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7904
7905         * text.C (getVisibleRow): adjust
7906
7907         * font.[Ch] (rectText): new method, metrics
7908         (buttonText): new method, metrics
7909
7910         * PainterBase.[hC]: make rectText and buttonText always draw and take
7911         fewer paramteres.
7912
7913 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7914
7915         * ToolbarDefaults.C (read):
7916         * MenuBackend.C (read): allow escaping in all strings
7917
7918         * BufferView_pimpl.C (insertAndEditInset): new method.
7919         (Dispatch): use insertAndEditInset whenever appropriate.
7920
7921         * BufferView_pimpl.C (insertNote): removed
7922
7923         * BufferView_pimpl.C (smartQuote): new method, moved from
7924         BufferView; if an insetquote cannot be inserted, insert a '"'
7925         character instead.
7926
7927         * BufferView2.C: remove insertCorrectQuote();
7928
7929         * lyxfunc.C (getStatus): Add support for all remaingin
7930         inset-insert lfuns.
7931
7932         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
7933
7934         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
7935         command (necessary to pass " as parameter of self-insert.
7936
7937         * text.C (selectWordWhenUnderCursor):
7938         (selectWord): add word_location parameter
7939         (selectWordWhenUnderCursor): same + remove special code for word
7940         boundary.
7941         (selectNextWord): use kind() to guess type of insetspecialchar,
7942         not latex().
7943
7944         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
7945         (insertErtContents): create ert insets as collapsed.
7946         (readInset): better compatibility code for Info inset.
7947
7948 2001-07-20  Juergen Vigna  <jug@sad.it>
7949
7950         * lyxfunc.C (dispatch): use always LyXFind now!
7951
7952         * text2.C (init): add a reinit flag so that the LyXText can be
7953         reinited instead of deleted and reallocated (used in InsetText).
7954
7955         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
7956
7957         * text.C: ditto
7958
7959         * text2.C: ditto
7960
7961 2001-07-18  Juergen Vigna  <jug@sad.it>
7962
7963         * text.C (selectNextWord): handle insets inside inset by calling
7964         always the bv->text functions so that we can go up the_locking_inset!
7965
7966         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
7967         in strange locations when inside an inset!
7968
7969         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
7970         handling to include insets.
7971
7972         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
7973
7974 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7975
7976         * LyXAction.C (init):
7977         * commandtags.h:
7978         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
7979         LIGATURE_BREAK, since the name is so stupid.
7980
7981 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
7982
7983         * buffer.C (readInset): enable reading of new InsetNotes as well as old
7984         InsetInfos.
7985
7986         * FontLoader.C: remove FORMS_H_LOCATION cruft.
7987
7988         * sp_form.[Ch]: remove.
7989
7990         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
7991
7992         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
7993         InsetInfo.
7994
7995         * src/buffer.C (readInset): ditto.
7996
7997 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7998
7999         * BufferView_pimpl.C (specialChar): new method. Obsoletes
8000         menuSeparator(), endOfSentenceDot(), ldots() and
8001         hyphenationPoint(), which are therefore removed.
8002         (Dispatch): handle LFUN_HYPHENATION_BREAK.
8003
8004         * LyXAction.C (init):
8005         * commandtags.h: add LFUN_HYPHENATION_BREAK.
8006
8007         * paragraph.C (getWord): removed.
8008
8009         * BufferView_pimpl.C (Dispatch): use last word or selection for
8010         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
8011
8012         * lyx_main.C (queryUserLyXDir): do not ask before creating
8013         user_dir, except if it has been named explicitely.
8014
8015 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
8016
8017         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
8018         a document of zero size.
8019
8020 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
8021
8022         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
8023         approriately in the c-tor and in require().
8024         (getPackages): output the appropriate LaTeX for natbib support.
8025
8026         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
8027         variables "use_natbib" and "use_numerical_citations" when reading the
8028         LyX file.
8029         (readInset): read the various natbib cite commands.
8030         (validate): white-space change.
8031
8032         * bufferparams.[Ch]: new variables "bool use_natbib" and
8033         "bool use_numerical_citations".
8034         (writeFile): output them in the LyX file.
8035
8036 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8037
8038         * lyxfunc.C (getStatus): add support for all the inset insertion
8039         commands.
8040
8041         * text2.C (insertInset):
8042         * paragraph.C (insetAllowed):
8043         * BufferView_pimpl.C (insertInset): update to take in account the
8044         renaming of insertInsetAllowed
8045
8046         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
8047
8048         * text2.C (getInset): new method. returns inset at cursor position.
8049
8050         * BufferView_pimpl.C (Dispatch): changes because of this.
8051
8052         * LyXAction.C (init): rename open-stuff to inset-toggle.
8053
8054         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
8055
8056         * text2.C (toggleInset): renamed from openStuff; use
8057         Inset::open().
8058
8059 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
8060
8061         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
8062
8063         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
8064
8065 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
8066
8067         * buffer.C (readLyXformat2): Add filename to the error dialog
8068
8069 2001-07-18  Juergen Vigna  <jug@sad.it>
8070
8071         * tabular.C (GetCellNumber): put an assert here instead of the check!
8072
8073 2001-07-17  Juergen Vigna  <jug@sad.it>
8074
8075         * BufferView_pimpl.C (toggleSelection): adapted too.
8076
8077         * text.C (selectNextWord): adapted for use with insets.
8078         (selectSelectedWord): ditto
8079
8080 2001-07-17  Juergen Vigna  <jug@sad.it>
8081
8082         * sp_spell.C (PSpell): fix initialitation order.
8083
8084 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8085
8086         * paragraph.C: spacing
8087
8088 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
8089
8090         * sp_spell.C: repair language selection for pspell
8091
8092 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8093
8094         * lyxfunc.h: change more methods to begin with lower char.
8095
8096 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
8097
8098         * buffer.C (parseSingleLyXformat2Token): Generate error insets
8099         for unknown layouts.
8100
8101 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8102
8103         * buffer.C (readLyXformat2): Generate an error dialog if there are
8104         unknown layouts.
8105
8106 2001-07-16  Juergen Vigna  <jug@sad.it>
8107
8108         * sp_spell.C: always compile ISpell part.
8109
8110         * lyxrc.C: added use_pspell entry and it's handling.
8111
8112 2001-07-13  Juergen Vigna  <jug@sad.it>
8113
8114         * sp_spell.C: removed double includes.
8115
8116 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
8117
8118         Consistent use of Lsstream.h:
8119         * Lsstream.h: added using std::stringstream for consistencies sake.
8120
8121         * buffer.C: removed using std::stringstream
8122
8123         * lyxfont.C (stateText):
8124         * paragraph.C (asString):
8125         * text.C (selectNextWord, selectSelectedWord):
8126         * text2.C (setCounter):
8127         * vspace.C (asString, asLatexString):
8128         std::ostringstream -> ostringstream.
8129
8130 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
8131
8132         * LyXAction.C: add LFUN_HELP_ABOUTLYX
8133         * commandtags.h: add LFUN_HELP_ABOUTLYX
8134         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
8135
8136 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
8137
8138         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
8139         cursorToggle()
8140         * lyx_gui_misc.C: remove spellchecker
8141         * lyxfunc.C: showSpellchecker
8142         * sp_base.h: added
8143         * sp_ispell.h: added
8144         * sp_pspell.h: added
8145         * sp_spell.C: added
8146         * sp_form.[Ch]: removed
8147         * spellchecker.[Ch]: removed
8148
8149 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
8150
8151         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
8152         is set.
8153         (simpleTeXSpecialChars): Simply print the input character without
8154         any special translation if pass_thru is set.
8155
8156         * layout.h: Added bool pass_thru to layout class for being able to
8157         implement pass through of a paragraph for Literate Programming.
8158
8159         * layout.C: add LT_PASS_THRU to LayoutTags enum.
8160         * layout.C (LyXLayout): set pass_thru to flase in constructor.
8161         * layout.C (Read): add "passthru" to list of layout tags and add
8162         code to set the pass_thru boolean when it is read.
8163
8164 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8165
8166         * trans_decl.h: remove allowed from KmodInfo
8167
8168         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
8169         remove allowed code
8170         (Load): adjust
8171
8172         * paragraph_pimpl.C (erase): use boost::prior
8173
8174         * Painter.C (text): use data() instead of c_str() when length is
8175         also provided.
8176         * WorkArea.C (putClipboard): ditto
8177         * font.h (width): ditto
8178
8179         * BufferView2.C: use it-> instead of (*it). for iterators
8180         * texrow.C: ditto
8181         * paragraph_pimpl.C: ditto
8182         * paragraph.C: ditto
8183         * minibuffer.C: ditto
8184         * language.C: ditto
8185         * kbmap.C: ditto
8186         * encoding.C: ditto
8187         * counters.C: ditto
8188         * converter.C: ditto
8189         * chset.C: ditto
8190         * Variables.C: ditto
8191         * TextCache.C: ditto
8192         * MenuBackend.C: ditto
8193         * LyXAction.C: ditto
8194         * LColor.C: ditto
8195         * FloatList.C: ditto
8196         * DepTable.C: ditto
8197         * ColorHandler.C (LyXColorHandler): ditto
8198
8199 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8200
8201         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
8202
8203         * text2.C (openStuff): reintroduce this method (which had been
8204         nuked in NEW_INSETS frenzy).
8205
8206         * lyxfunc.C (Dispatch): when an action has not been handled, use
8207         its name in the error message, not its number.
8208
8209         * paragraph.C (inInset): change method name to begin with lowercase.
8210
8211         * undo_funcs.C:
8212         * text2.C: updates because of this.
8213
8214 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8215
8216         * ToolbarDefaults.C (add): add spaces in error message
8217
8218 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8219
8220         * buffer.C (readLyXformat2): initialize the ert comp. variables.
8221         (readLyXformat2): rename return_par to first_par, use lyxlex's
8222         pushToken and remove the manual push handling.
8223         (parseSingleLyXformat2Token): add another ert comp. variable:
8224         in_tabular, rename return_par to first_par. handle newlines better
8225
8226 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8227
8228         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
8229
8230 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8231
8232         * text2.C (getParFromID): removed
8233
8234         * buffer.C (getParFromID): new method moved form lyxtext.
8235         * BufferView2.C (insertErrors): adjust
8236         (setCursorFromRow): adjust
8237         * BufferView_pimpl.C (restorePosition): adjust
8238         * lyxfunc.C (Dispatch): adjust
8239         * undo_funcs.C (textUndo): adjust
8240         (textRedo): adjust
8241         (textHandleUndo): adjust
8242         (textHandleUndo): adjust
8243
8244 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8245
8246         * buffer.C: up' the LYX_FORMAT
8247
8248         * lyxfont.h: turn NO_LATEX on as default
8249
8250         * buffer.C (insertErtContents): new methods of tex style compability.
8251         (parseSingleLyXformat2Token): use it several places.
8252         * tabular.C (OldFormatRead): and here
8253
8254 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8255
8256         * text2.C: remove some commented code.
8257         reindent file.
8258
8259         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
8260         * trans.C: changes because of the above.
8261
8262 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
8263
8264         * text2.C (setCounter): Fix counters bug with bibliography layout.
8265
8266 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8267
8268         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
8269         own member functions
8270         (simpleTeXSpecialChars): ditto
8271
8272 2001-07-06  Juergen Vigna  <jug@sad.it>
8273
8274         * a lot of files: changed the access to LyXText::status and the
8275         call of undo-functions.
8276
8277         * undo.[Ch]: added a inset_id to the undo informations.
8278
8279         * undo_funcs.[Ch]: added and moved here all undo functions.
8280
8281         * lyxtext.h: give the status enum a weight, made status_ a private
8282         variable and made accessor functions for it, removed the whole bunch
8283         of undo-functions as they are now in their own file, make some
8284         functions publically available. Added function ownerParagraph with
8285         int parameter.
8286
8287         * paragraph.[Ch]: added "bool same_ids" to the constructor,
8288         made InInset() a const function, added getParFromID() function.
8289
8290         * buffer.[Ch]: added const version for inset_iterator functions,
8291         added getInsetFromID() function.
8292
8293         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
8294         changed undo functions for new version.
8295
8296 2001-07-05  Juergen Vigna  <jug@sad.it>
8297
8298         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
8299         unknow mechanism does not call the proper constructor but only this
8300         one also if I request the other!?
8301
8302 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8303
8304         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
8305
8306         * text2.C (LyXText): use initialization lists.
8307
8308         * lyxtext.h (Selection): initialize set_ and mark_
8309         (init): remove method
8310
8311 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
8312
8313         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
8314
8315 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8316
8317         * screen.[Ch]: change method names to begin with lowercase
8318
8319         * BufferView_pimpl.C (updateScrollbar): simplify further and
8320         hopefully make it a bit faster.
8321
8322 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8323
8324         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
8325         calling directly xforms functions.
8326
8327         * Painter.C (Painter):
8328         * lyx_cb.C (MenuWrite):
8329         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
8330         fl_display.
8331
8332         * lyx_gui.C: remove bogus guiruntime extern declaration.
8333
8334 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8335
8336         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
8337         in NEW_INSETS
8338         (redoDrawingOfParagraph): ditto
8339         (redoParagraphs): ditto
8340         (cutSelection): don't create a object for CutAndPaste use the
8341         static method directly
8342         (pasteSelection): ditto
8343
8344         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
8345         LyXview (+ rename)
8346
8347 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8348
8349         * modifications to some other files because of this.
8350
8351         * Makefile.am (lyx_SOURCES): add XFormsView
8352
8353         * XFormsView.[Ch]: new files
8354
8355         * LyXView.[Ch]: make LyXView a base class for the gui handling for
8356         the main window. Move the gui dependent stuff to XFormsView
8357
8358 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8359
8360         * tabular.C (GetCellInset): update cur_cell also in the row/col
8361         version of this function.
8362
8363         * lyxfunc.C: no need to include figure_form.h here.
8364
8365         * FontLoader.h:
8366         * lyxfunc.h:
8367         * lyxscreen.h:
8368         * text2.C:
8369         * lyxvc.C: no need to include forms.h here.
8370
8371 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8372
8373         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
8374
8375         * lyxfunc.C (Dispatch):
8376         * Spacing.C (set):
8377         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
8378         constructor argument.
8379
8380 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8381
8382         * paragraph.C (Paragraph): dont't clear, and just set layout.
8383         (makeSameLayout): use params's copy contructor.
8384
8385         * ParagraphParameters.[Ch] (makeSame): delete method
8386
8387 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
8388
8389         * Variables.[Ch]: fix indentation, rename set to isSet
8390
8391 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8392
8393         * lyxfunc.C (Dispatch): fix typo
8394
8395 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8396
8397         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
8398         upper_bound.
8399
8400         * bufferlist.C: include assert.h for emergencyWrite().
8401
8402 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
8403
8404         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
8405           give up at last (bug #425202) !
8406
8407 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
8408
8409         * lyx_gui_misc.C:
8410         * sp_form.h:
8411         * sp_form.C:
8412         * spellchecker.h:
8413         * spellchecker.C: strip spellchecker options and bring up
8414           preferences tab instead
8415
8416 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8417
8418         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
8419         the istringstream constructor
8420
8421 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8422
8423         * paragraph.C (getLayout): fix return value
8424
8425         * paragraph.h: do not declare getLayout as inline.
8426
8427         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
8428
8429 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8430
8431         * lyxcursor.h (operator<): new func
8432         (operator>): new func
8433         (operator>=): new func
8434         (operator<=): new func
8435
8436         * text.C (changeCase): use selection.start and selection.end
8437         (changeRegionCase): require from to be <= to. Require par to be a
8438         valid paragraph.
8439
8440         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
8441
8442 2001-06-27  Juergen Vigna  <jug@sad.it>
8443
8444         * text.C (cursorLeftOneWord): changed to return the cursor and added
8445         overlay with BufferView * parameter which calls this one.
8446         (getWord): added
8447         (selectWord): use new getWord function.
8448         (changeCase): renamed from changeWordCase as and extended to work
8449         also on selections.
8450
8451         * lyxtext.h: added enum word_location
8452
8453         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
8454         changeCase as this operates now also on selections.
8455
8456 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
8457
8458         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
8459
8460         * many files: send debug output to Debug::INFO instead of
8461         Debug::ANY.
8462
8463         * converter.C (View):
8464         (Convert):
8465         (Move): send debug output to Debug::FILES instead of console.
8466
8467 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
8468
8469         * lyxfunc.C (getStatus): use func_status
8470
8471         * func_status.h: new header, describing the results of
8472         LyXFunc::getStatus;
8473
8474         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
8475         LFUN_MATH_HALIGN.
8476
8477 2001-06-25  The LyX Project  <jug@sad.it>
8478
8479         * buffer.C (sgmlOpenTag):
8480         (sgmlCloseTag):
8481         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
8482
8483 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8484
8485         * text2.C: remove some dead code
8486
8487         * tabular.C (GetCellInset): store the last cell checked (gotten)
8488
8489         * tabular.h: add the helper for the speedup
8490
8491         * lyxtext.h: remove some dead code
8492
8493 2001-06-26  The LyX Project  <Asger>
8494
8495         * paragraph.C: Change export to LaTeX of alignment to
8496         \begin{center} and family for better roundtrip work with reLyX.
8497
8498         * Tune the math drawing a bit.
8499
8500 2001-06-25  The LyX Project  <Asger>
8501
8502         * LColor.C (LColor): New color for math background. New color
8503         for buttons.
8504
8505 2001-06-25  The LyX Project  <jug@sad.it>
8506
8507         * lyxfunc.C (MenuNew): remove extra check for .lyx file
8508
8509         * lyxfunc.C (Open):
8510         * bufferlist.C (newFile): do not restrict to files ending with
8511         .lyx
8512
8513         * BufferView_pimpl.C (MenuInsertLyXFile):
8514
8515 2001-06-24  The LyX Project  <jug@sad.it>
8516
8517         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
8518         of compare_no_case
8519
8520 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8521
8522         * lyxtext.h: rename most methods to begin with a small char.
8523         Lots of changes because of this.
8524
8525         * paragraph.C (Paragraph): do not call fitToSize
8526         (erase): call Pimpl::erase
8527         (insertChar): call Pimpl::insertChar
8528         (insertInset): call Pipl::insertInset
8529         (breakParagraph): do not call fitToSize
8530         (breakParagraphConservative): do not call fitToSize
8531         (fitToSize): remove method
8532
8533         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
8534
8535 2001-06-24  The LyX Project  <Asger>
8536
8537         * Fix Qt compilation^2
8538
8539 2001-06-24  The LyX Project  <jug@sad.it>
8540
8541         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
8542         depthHook(getDepth()-1).
8543
8544         * paragraph.h:
8545         * ParagraphParameters.h:
8546         * ParameterStruct.h: change type of depth to unsigned int ==
8547         depth_type. Many adaptations to other files before of that.
8548
8549 2001-06-24  The LyX Project  <Asger>
8550
8551         * Fix Qt compilation.
8552
8553 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8554
8555         * paragraph.h: renamed several methods to begin with small letter.
8556         several changes to many parts of the code because of this.
8557
8558 2001-06-23  The LyX Project  <jug@sad.it>
8559
8560         * text2.C (InsertStringAsLines): renamed from InsertStringA;
8561         rewritten to discard all double spaces when KeepEmpty is off
8562         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
8563         to only handle newlines but not fiddle with spaces and friends.
8564
8565         * lyxfunc.C (MenuNew): when doing 'new from template', use
8566         template_path as default directory
8567
8568 2001-06-23  The LyX Project  <Asger>
8569
8570         * Clean-up of header file includes all over
8571         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
8572
8573 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8574
8575         * paragraph.h: renamed from lyxparagraph.h
8576
8577 2001-06-23  Asger  <lyx@violet.home.sad.it>
8578
8579         * Buffer.h: Removed Buffer::resize
8580         * BufferList.h: Removed BufferList::resize
8581         * LyXView.h: Added LyXView::resize. This way, we will only reflow
8582         the document lazily when we change the width, or the font settings.
8583
8584 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
8585
8586         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
8587
8588 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
8589
8590         * buffer.h: remove out of date comment
8591
8592 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
8593
8594         * lyxscreen.h:
8595         * screen.C: fix "theoretical" GC leak
8596
8597 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8598
8599         * LaTeX.C (scanAuxFile):
8600         (deplog): remove trailing \r when reading stream (useful under
8601         win32)
8602
8603 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
8604
8605         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
8606         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
8607         and BufferView::theLockingInset(Inset*), so should use them and not
8608         access bv_->text->the_locking_inset directly.
8609
8610         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
8611
8612 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
8613
8614         * Makefile.am:
8615         * tex-defs.h: remove old unused file
8616
8617 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
8618
8619         * BufferView_pimpl.C: fix typo, remove minibuffer message
8620           when buffer has loaded
8621
8622 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8623
8624         * lyxfunc.C (Dispatch): use stringstream
8625         (MenuNew): use stringstream
8626         (Open): use stringstream
8627
8628         * importer.C (Import): use stringstream
8629
8630         * bufferview_funcs.C (CurrentState): use stringstream
8631
8632         * LaTeX.C (run): use stringstream
8633
8634         * BufferView_pimpl.C (savePosition): use stringstream
8635         (restorePosition): use stringstream
8636         (MenuInsertLyXFile): use stringstream
8637
8638 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
8639
8640         * BufferView.C:
8641         * Bullet.C:
8642         * ColorHandler.C:
8643         * FontInfo.C:
8644         * FontLoader.C:
8645         * LColor.C:
8646         * LaTeXFeatures.C:
8647         * Painter.C:
8648         * gettext.C:
8649         * lyx_gui_misc.C:
8650         * lyxserver.C:
8651         * vspace.C: removed // -*- C++ -*- as first line.
8652
8653         * lyxfind.h:
8654         * version.h: added // -*- C++ -*- as first line.
8655
8656 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8657
8658         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
8659
8660         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
8661         of string
8662
8663 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8664
8665         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
8666         of floats.
8667
8668 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8669
8670         * gettext.C: include LString.h even when --disable-nls is on.
8671
8672 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
8673
8674         * converter.h (Get): changed argument type from int to
8675         FormatList::size_type to avoid unnecessary conversion.
8676
8677         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
8678         before using it.
8679
8680 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8681
8682         * gettext.h: include LString.h even when --disable-nls is on.
8683
8684 2001-06-07  Juergen Vigna  <jug@sad.it>
8685
8686         * text.C (BreakAgain): subst spaces with tabs.
8687
8688         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
8689         (resizeInsetsLyXText): set force on resizeLyXText.
8690
8691 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8692
8693         * gettext.h (gettext_init):
8694         (locale_init): use a real definition instead of a macro
8695
8696 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
8697
8698         * Bufferview_pimpl.C:
8699         * LColor.h:
8700         * LColor.C: further lcolor tidies
8701
8702 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8703
8704         * BufferView_pimpl.C (updateScrollbar): simplify.
8705
8706         * BufferView2.C: don't include insets/insetinfo.h, change
8707         prototype for insertInset and call the Pimpl version. let
8708         updateInset call Pimpl version.
8709
8710         * BufferView.h: move inset_slept to BufferView::Pimpl, move
8711         gotoInset to BufferView::Pimpl
8712
8713 2001-06-01  Juergen Vigna  <jug@sad.it>
8714
8715         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
8716         inside a LockingInset (is the update needed at all?).
8717
8718 2001-05-31  Juergen Vigna  <jug@sad.it>
8719
8720         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
8721         here not the old one otherwise how should we compare it afterwards
8722         if it's the same!
8723
8724 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8725
8726         * lyxfont.C:
8727         * tabular.C:
8728         * tabular-old.C:
8729         * FontInfo.C: bring C functions into global namespace when
8730         necessary
8731
8732 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8733
8734         * LString.h: make sure config.h has been loaded before LString.h.
8735
8736         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
8737         (one for each char read by EatLine!).
8738
8739         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
8740         variables.
8741
8742 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8743
8744         * paragraph.C (BreakParagraph): set the inset_owner in the new par
8745         to the same as the par we break from
8746
8747 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8748
8749         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
8750
8751         * MenuBackend.C (expand): also create menu entries for wide
8752         versions of the floats.
8753
8754         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
8755
8756         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
8757
8758         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
8759         frontends/Makefile.am
8760
8761         * text2.C: adjust
8762         * text.C: adjust
8763
8764
8765         * tabular.C (getTokenValue): add std::
8766
8767         * tabular-old.C (getTokenValue): add std::
8768         (getTokenValue): ditto
8769         (getTokenValue): ditto
8770
8771         * screen.C (ToggleSelection): adjust
8772
8773         * lyxtext.h: put selection cursors inside a Selection struct.
8774
8775         * lyxfunc.C (moveCursorUpdate): adjust
8776
8777         * lyxfont.C (latexWriteStartChanges): add std::
8778
8779         * lyxfind.C: adjust
8780
8781         * font.h: delete with(char const *, LyXFont const &)
8782
8783         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
8784
8785         * FontInfo.C (getFontname): add std::
8786
8787         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8788         (workAreaButtonPress): adjust
8789         (tripleClick): adjust
8790         (update): adjust
8791         (moveCursorUpdate): adjust
8792         (Dispatch): adjust
8793
8794         * BufferView2.C (gotoInset): adjust
8795
8796 2001-05-30  Juergen Vigna  <jug@sad.it>
8797
8798         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
8799         to check pspell I add this as default as I now have new pspell
8800         libraries and they seem to use this.
8801
8802 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8803
8804         * text2.C (CutSelection): make the cursor valid before the call to
8805         ClearSelection.
8806
8807 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8808
8809         * kbsequence.C (parse): de-uglify a bit the parsing code, which
8810         relied on 0 terminated strings and other horrors. Bug found due to
8811         the new assert in lyxstring!
8812
8813         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
8814         KP_ keys.
8815
8816 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8817
8818         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
8819         to latinkeys.bind.
8820
8821         * lyxfunc.C (processKeySym): change method of getting to the
8822         self-insert char.
8823
8824         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
8825         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
8826         * BufferView_pimpl.[Ch]: here as private methods.
8827
8828 2001-05-28  Juergen Vigna  <jug@sad.it>
8829
8830         * text.C (SetHeightOfRow): added the update() call again as it is
8831         needed to initialize inset dimensions!
8832
8833 2001-05-16  Juergen Vigna  <jug@sad.it>
8834
8835         * text2.C (SetCharFont): Add new function with BufferView * and
8836         bool toggleall parameters for setting insets internal fonts.
8837         (SetFont): Freeze the undo as we may change fonts in Insets and
8838         all this change should be inside only one Undo!
8839
8840         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
8841         setting font's in insets as for them we have the SetFont function!
8842
8843 2001-05-15  Juergen Vigna  <jug@sad.it>
8844
8845         * text2.C (ClearSelection): to be sure we REALLY don't have any
8846         selection anymore!
8847
8848         * tabular.C (TeXCellPreamble): fixed the left border problem for
8849         multicolumn cells.
8850
8851 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
8852
8853         * LaTeX.C (deplog): Make sure that the main .tex file is in the
8854         dependancy file
8855
8856 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8857
8858         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
8859         LFUN_BREAKPARAGRAPH.
8860
8861         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
8862         help test to "internal only", similar for LFUN_INSERT_URL
8863
8864         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
8865         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
8866         auto_region_delete and deadkeys.
8867
8868 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
8869
8870         * LColor.h:
8871         * LColor.C: remove some dead entries, tidy a little
8872
8873 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8874
8875         * lyxfunc.C (processKeySym): comment the Escape handling, remove
8876         commented code.
8877         (Dispatch): implement LFUN_ESCAPE
8878
8879         * commandtags.h: add LFUN_ESCAPE
8880
8881         * LyXAction.C (init): add entry for LFUN_ESCAPE
8882
8883         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
8884         Remove commented code.
8885         (insertNote): moved here
8886         (open_new_inset): moved here
8887
8888         * BufferView[2].[Ch]: move insertNote and open_new_inset to
8889         BufferView_pimpl
8890
8891 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8892
8893         * kbmap.C (findbinding): clean it up and make it work correctly.
8894
8895         * lyx_main.C (init): do not pass argc and argv as parameters
8896
8897 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
8898
8899         * buffer.C: fix path for OS/2 & Win32
8900
8901         * lyx_gui.C:
8902         * lyx_main:
8903         * lyx_main.C: Added os:: class.
8904
8905         * os2_defines.h: update
8906
8907 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8908
8909         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
8910         better by trying again with reduced state.
8911
8912 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8913
8914         * lyxrc.C (read): print error about invalid key sequence only when
8915         debugging (because not all latinX keysyms are known to some X
8916         servers)
8917
8918         * kbsequence.C (getiso): add a few std:: qualifiers
8919         (getiso): comment out extra return statement.
8920
8921 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8922
8923         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
8924         handling.
8925         (Dispatch): enhance the accent inset a bit. (not perfect)
8926
8927 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8928
8929         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
8930
8931 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8932
8933         * bufferlist.C (emergencyWrite): fix assert() call
8934
8935 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
8936
8937         * text.C (InsertChar): Added trivial patch to only send the "you
8938         can not do multiple spaces this way" message once during a
8939         session.
8940
8941 2001-05-08  Baruch Even  <baruch@lyx.org>
8942
8943         * Makefile.am: Changed order of libraries to get LyX to link properly
8944         with the gnome frontend.
8945
8946 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8947
8948         * LaTeXFeatures.h: add a std:: qualifier
8949
8950 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8951
8952         * paragraph.C (String): use stringstream
8953
8954 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8955
8956         * paragraph.C (writeFile): remove footflag arg
8957
8958         * buffer.C (makeLaTeXFile): use stringstream
8959         (latexParagraphs): remove footnot gurba
8960
8961         * LaTeXFeatures.C (getPackages): use stringstream
8962         (getMacros): likewise
8963         (getTClassPreamble): likewise
8964         (getFloatDefinitions): new method
8965
8966         * paragraph.C (writeFile): reindent
8967         (Erase): reindent
8968
8969         * WorkArea.h: revert the xpos + etc changes.
8970
8971         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
8972
8973         * lyxparagraph.[Ch]: add copy constructor, remove Clone
8974
8975         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
8976         (pasteSelection): likewise
8977         * text2.C (CreateUndo): likewise
8978
8979 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8980
8981         * minibuffer.C (peek_event): temporarily reduce the functionality
8982         of the minibuffer (to allow args on lfuns)
8983
8984         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
8985         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
8986
8987         * buffer.C (readInset): add compability reading of old float
8988         lists, add reading of new style float list.
8989         (readInset): avoid reevaluation of inscmd.getCmdName()
8990         (getLists): reindent
8991
8992         * MenuBackend.C (MenuItem): implement parsing of
8993         md_floatlistinsert and md_floatinsert.
8994         (expand::LastFiles): move initalizaton of iterators out of loop,
8995         avoid reevaluation.
8996         (expand::Documents): introduce typdedef vector<string> Strings,
8997         and use it.
8998         (expand::ExportFormats): introduce typedef vector<Format const *>
8999         Formats, and use it.
9000         (expand): implement FloatListInsert and FloatInsert.
9001
9002         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
9003         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
9004         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
9005
9006         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
9007         handling.
9008         (Dispatch::LFUN_FLOAT_LIST): implement
9009
9010 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9011
9012         * LaTeX.C (run): Fix problem with --export code.
9013
9014 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
9015
9016         * BufferView.[Ch] (workarea): removed.
9017         (getClipboard) new method; wrapper for workarea()->getClipboard()
9018
9019         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
9020         bug.
9021
9022         * WorkArea.h (width, height, xpos, ypos): These methods all
9023         returned the dimensions of the work_area sub-area of WorkArea,
9024         resulting in a position error if the WorkArea were resized. Now
9025         return the dimensions of the entire WorkArea.
9026
9027         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
9028
9029 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9030
9031         * LaTeX.C (deplog): correct the syntax of regex reg1
9032
9033 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9034
9035         * undo.C: remove !NEW_INSETS cruft
9036
9037 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9038
9039         * text2.C: remove !NEW_INSETS cruft
9040
9041         * text.C: remove !NEW_INSETS cruft
9042
9043         * tabular.C: remove !NEW_INSETS cruft
9044
9045         * spellchecker.C: remove !NEW_INSETS cruft
9046
9047         * lyxtext.h: remove !NEW_INSETS cruft
9048
9049         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
9050
9051         * lyxfunc.C: remove !NEW_INSETS cruft
9052
9053         * lyxfind.C: remove !NEW_INSETS cruft
9054
9055         * lyx_cb.C: remove !NEW_INSETS cruft
9056
9057         * figureForm.C: remove  !NEW_INSETS cruft
9058
9059         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
9060
9061         * buffer.[Ch]: remove !NEW_INSETS cruft
9062
9063         * ToolbarDefaults.C: remove !NEW_INSETS cruft
9064
9065         * CutAndPaste.C: remove !NEW_INSETS cruft
9066
9067         * BufferView_pimpl.C: remove !NEW_INSETS cruft
9068
9069         * BufferView2.C: remove !NEW_INSETS cruft
9070
9071         * BufferView.h: remove !NEW_INSETS cruft
9072
9073 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9074
9075         * Lsstream.h: include LString.h before the sstream headers to
9076         fix problem with gcc 2.95.3 and lyxstring
9077
9078 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9079
9080         * lyx_main.C: add using directives when needed for C functions
9081         declared in std:: namespace.
9082
9083 2001-04-27  Juergen Vigna  <jug@sad.it>
9084
9085         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
9086         (SetHeightOfRow): comment out the update call should not be needed!
9087
9088 2001-04-13  Juergen Vigna  <jug@sad.it>
9089
9090         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
9091         (LyXTabular): tried to minimize operator= operations (and realized
9092         hopfully Lars wish).
9093
9094 2001-04-27  Juergen Vigna  <jug@sad.it>
9095
9096         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
9097
9098 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9099
9100         * lyxfunc.C (Dispatch): hack to make listof algorithm work
9101
9102         * buffer.C (readInset): hack to make listof algorithm work
9103
9104         * BufferView_pimpl.C: hack to make listof algorithm work
9105
9106 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9107
9108         * LyXAction.C: removed all !NEW_INSETS cruft
9109         (init): moved lfun_item in method
9110
9111         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
9112
9113 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
9114
9115         * BufferView2.C (theLockingInset): white space.
9116
9117 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9118
9119         * minibuffer.C: include <iostream>
9120
9121         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
9122
9123         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
9124
9125         * commandtags.h: add LFUN_TRANSPOSE_CHARS
9126
9127         * text.[Ch] (TransposeChars): new method
9128
9129 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9130
9131         * call message directly through LyXView instead of through LyXFunc
9132         * BufferView2.C: adjust
9133         * BufferView_pimpl.C: adjust
9134         * FontLoader.C: adjust
9135         * buffer.C: adjust
9136         * bufferview_funcs.C: adjust
9137         * converter.C: adjust
9138         * figureForm.C: adjust
9139         * importer.C: adjust
9140         * lyx_cb.C: adjust
9141         * lyx_gui_misc.C: adjust
9142         * lyxfunc.C: adjust
9143         * lyxvc.C: adjust
9144         * text2.C: adjust
9145         + more files in subdirs
9146
9147         * lyxparagraph.h (size): move up int file
9148         (GetLayout): ditto
9149
9150         * adjust all uses of Assert to lyx::Assert.
9151
9152         * BufferView2.C (ChangeCitationsIfUnique): adjust for
9153         lyxfunctional in namespace lyx
9154         * layout.C (hasLayout): ditto
9155         (GetLayout): ditto
9156         (GetLayout): ditto
9157         (delete_layout): ditto
9158         (NumberOfClass): ditto
9159         * converter.C (GetFormat): ditto
9160         (GetNumber): ditto
9161         (Add): ditto
9162         (Delete): ditto
9163         (SetViewer): ditto
9164         * bufferlist.C (getFileNames): ditto
9165         (emergencyWriteAll): ditto
9166         (exists): ditto
9167         (getBuffer): ditto
9168         * MenuBackend.C (hasSubmenu): ditto
9169         (hasMenu): ditto
9170         (getMenu): ditto
9171         * BufferView_pimpl.C (getInsetByCode): ditto
9172
9173 2001-04-18  Juergen Vigna  <jug@sad.it>
9174
9175         * vspace.C (asLatexString): fixed the 100% problem.
9176
9177 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9178
9179         * lyxfunc.C (Dispatch):
9180         * minibuffer.C:
9181         * minibuffer.h: add a few std:: qualifiers
9182
9183 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9184
9185         * minibuffer.[Ch]: reimplement so that commands is initiated and
9186         run from lyxfunc, simplified som handling, and made the completion
9187         and history code for complete. wip.
9188
9189         * lyxfunc.C (processKeySym): call message
9190         (miniDispatch): new temporary method
9191         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
9192         (LFUN_MESSAGE): implement
9193         (LFUN_MESSAGE_PUSH): implement
9194         (LFUN_MESSAGE_POP): implement
9195         (initMiniBuffer): the initial/defualt minibuffer message.
9196
9197         * lyxfont.[Ch]: inline some more getters
9198
9199         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
9200
9201         * lyx_gui_misc.[Ch] (WriteStatus): remove method
9202
9203         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
9204         (AutoSave): use LFUN_MESSAGE
9205         (Reconfigure): ditto
9206
9207         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
9208
9209         * figureForm.C: use LFUN_MESSAGE
9210
9211         * converter.C (runLaTeX): use LFUN_MESSAGE
9212
9213         * bufferview_funcs.C: use LFUN_MESSAGE
9214         (Melt): ditto
9215         (changeDepth): ditto
9216
9217         * bufferparams.h: use boost::
9218
9219         * bufferlist.h: inherit privately from noncopyable
9220
9221         * bufferlist.C (loadLyXFile): remove some commented code.
9222
9223         * buffer.C (runChktex): use LFUN_MESSAGE
9224
9225         * ShareContainer.h: inherit privately from noncopyable
9226
9227         * ParagraphParameters.[hC] (depth): inline it.
9228
9229         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
9230         methods.
9231         (message): new method
9232         (messagePush): ditto
9233         (messagePop): ditto
9234         (show): init minibuffer
9235         (showState): direct call
9236
9237         * LaTeX.[Ch]: inherit privately from noncopyable
9238         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
9239         instead of WriteStatus.
9240
9241         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
9242
9243         * BufferView_pimpl.C (buffer): don't init minibuffer
9244         (workAreaButtonPress): use LFUN_MESSAGE
9245         (workAreaButtonRelease): ditto
9246         (savePosition): ditto
9247         (restorePosition): ditto
9248         (MenuInsertLyXFile): ditto
9249         (workAreaExpose): don't init minibuffer
9250         (update): remove commented code, simplify
9251
9252         * BufferView2.C (openStuff): use LFUN_MESSAGE
9253         (toggleFloat): ditto
9254         (menuUndo): ditto
9255         (menuRedo): ditto
9256         (copyEnvironment): ditto
9257         (pasteEnvironment): ditto
9258         (copy): ditto
9259         (cut): ditto
9260         (paste): ditto
9261         (gotoInset): ditto
9262         (updateInset): remove some commented code
9263
9264         * lastfiles.h: inherit privately from noncopyable
9265         * layout.h: ditto
9266         * lyx_gui.h: ditto
9267         * lyx_main.h: ditto
9268         * lyxlex.h: ditto
9269         * lyxlex_pimpl.h: ditto
9270
9271         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
9272         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
9273         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
9274
9275         * LyXAction.h: inherit privately from noncopyable, add methods
9276         func_begin, func_end, returning iterators to the func map.
9277
9278         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
9279         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
9280         (func_begin): new method
9281         (func_end): new method
9282
9283         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
9284         and not)
9285         (copySelection): ditto
9286         (pasteSelection): ditto
9287
9288         * BufferView.C: whitespace change
9289         * BufferView.h: inherit privately from noncopyable
9290
9291 2001-04-16  Allan Rae  <rae@lyx.org>
9292
9293         * tabular-old.C (l_getline):
9294         * spellchecker.C (sc_check_word):
9295         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
9296         an unrecognised preprocessor directive.  So ensure they're wrapped.
9297
9298 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
9299
9300         * src/exporter.C (Export): Give an error message when path to file
9301         contains spaces.
9302
9303 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
9304
9305         * LaTeX.C (deplog): Always check that foundfile exists.
9306
9307 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9308
9309         * lyx_main.h:
9310         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
9311
9312 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9313
9314         * tabular.[Ch] (getLabelList): implement new method
9315
9316         * minibuffer.h: comment ouf setTiimer
9317
9318         * minibuffer.C (ExecutingCB): constify res
9319         (peek_event): constify s
9320         (Set): constify ntext
9321         (Init): constify nicename
9322
9323         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
9324
9325         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
9326         (savePosition): use two params to Minibuffer::Set
9327         (restorePosition): ditto
9328
9329 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9330
9331         * lyx_main.C: include language.h
9332
9333         * Makefile.am (lyx_main.o): add language.h
9334
9335 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9336
9337         * exporter.C:
9338         * paragraph.C:
9339         * screen.C:
9340         * tabular.C:
9341         * CutAndPaste.C: include gettext.h
9342
9343         * lyxfont.h: remove old hack with ON and OFF.
9344
9345         * lyxparagraph.h:
9346         * lyxfont.h: do not include language.h...
9347
9348         * BufferView2.C:
9349         * LaTeXFeatures.C:
9350         * Painter.C:
9351         * bufferview_funcs.C:
9352         * font.C:
9353         * lyxfont.C:
9354         * text.C:
9355         * text2.C:
9356         * trans_mgr.C:
9357         * paragraph.C: ... but do it here instead
9358
9359 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9360
9361         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
9362
9363         * tabular.C: small reformat
9364
9365         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
9366         NEW_INSETS version
9367         (GetChar): ditto
9368         (BreakParagraph): ditto
9369         (SetOnlyLayout): ditto
9370         (SetLayout): ditto
9371
9372         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
9373         with one arg less.
9374
9375         * lastfiles.C: removed most using decl, add std:: where needed
9376
9377         * buffer.C: ws changes
9378
9379         * MenuBackend.C (class compare_format): put into anon namespace
9380         (expand): constify label, names, action, action2
9381         (expand):
9382
9383         * text.C (SingleWidth): constify font
9384         (IsBoundary): constify rtl2
9385         (GetVisibleRow): constify ww
9386
9387         * LaTeX.C (deplog): constify logfile
9388
9389         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
9390         start_x, end_x
9391         (workAreaExpose): constify widthChange, heightChange
9392
9393         * lyxrow.C (par): moved
9394         (height): moved
9395         (next): moved
9396         * lyxrow.h: as inlines here
9397
9398         * lyxfont.h (shape): moved from lyxfont.C
9399         (emph): moved from lyxfont.C
9400
9401         * lyxfont.C (LyXFont): use initialization list for all
9402         constructors
9403         (shape): move to lyxfont.h as inline
9404         (emph): move to lyxfont.h as inline
9405
9406
9407 2001-04-04  Juergen Vigna  <jug@sad.it>
9408
9409         * vspace.C: had to include stdio.h for use of sscanf
9410
9411 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
9412
9413         * BufferView.h:
9414         * BufferView_pimpl.h: remove xforms cruft. Both classes are
9415         independent of xforms.
9416
9417 2001-04-02  Juergen Vigna  <jug@sad.it>
9418
9419         * spellchecker.C: fixed namespace placing!
9420
9421 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
9422
9423         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
9424         the LyXParagraph * is 0.
9425
9426 2001-03-29  Juergen Vigna  <jug@sad.it>
9427
9428         * vspace.C: added support for %, c%, p%, l%.
9429         (stringFromUnit): added helper function.
9430         (asLatexString): changed to give right results for the %-values.
9431
9432         * buffer.C: convert the widthp in a width%.
9433
9434 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
9435
9436         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
9437         figureForm.[Ch].
9438
9439         * figureForm.[Ch]: stripped the FD_from_figure manipulation
9440         code out of lux_cb.[Ch], ready for its (imminent?) removal.
9441
9442         * lyx_cb.[Ch]: see above.
9443
9444         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
9445         form1.[Ch].
9446
9447         * form1.[Ch]:
9448         * lyx.[Ch]: replaced by figure_form.[Ch].
9449
9450         * lyx_gui.C:
9451         * lyx_gui_misc.C:
9452         * lyxfunc.C: changed headers associated with above changes.
9453
9454 2001-03-27  Juergen Vigna  <jug@sad.it>
9455
9456         * BufferView_pimpl.C: set the temporary cursor right!
9457
9458 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
9459
9460         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
9461
9462 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
9463
9464         * LString.h: removed "using std::getline"!
9465
9466         * BufferView_pimpl.C (Dispatch): changes due to changes in
9467         InsetInclude::Params.
9468
9469         * buffer.C (tag_name): removed redundant break statements as they were
9470         producing lots of warnings with my compiler.
9471
9472 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9473
9474         * LString.h: add "using std::getline" when using the real <string>.
9475
9476 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
9477
9478         * buffer.C: removed bitset usage.
9479         PAR_TAG moved to an anonymous name space.
9480         (tag_name): new funtion, also in the anonymous namespace.
9481         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
9482         (makeDocBookFile): clean code. Completed transition from string arrays
9483         to string vectors.
9484         (SimpleDocBookOnePar): code clean.
9485
9486 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9487
9488         * tabular.C: add some comments.
9489
9490 2001-03-22  Juergen Vigna  <jug@sad.it>
9491
9492         * buffer.C (parseSingleLyXformat2Token): redone the minipage
9493         compatibility read a bit and fixed bug with minipage in different
9494         depth.
9495
9496 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
9497
9498         * buffer.C (pop_tag): removed.
9499         (push_tag): removed.
9500         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
9501         array replaced with vector. Added support for CDATA sections.
9502         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
9503         at any nest level.
9504         (makeDocBookFile): XML conformant declaration of CDATA section,
9505         fixed bug related to <emphasis> in the first paragraph char.
9506         (sgmlOpenTag): exclude empty tags.
9507         (sgmlCloseTag): ditto.
9508
9509         * buffer.h (pop_tag): removed.
9510         (push_tag): removed.
9511
9512 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
9513
9514         * language.h (Languages): added size_type and size().
9515
9516 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9517
9518         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
9519         response on compability reading of minipages. One probliem is that
9520         the old usage of minipages was «flertydig»
9521
9522         * several files here and in subdirs: don't use static at file
9523         scope use anon namespaces instead.
9524
9525 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
9526
9527         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
9528         LaTeX output. This is necessary for Literate document
9529         processing.
9530
9531 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9532
9533         * buffer.C: insert hfill when needed.
9534
9535         * tabular.C (l_getline): use string::erase, small whitespace change.
9536
9537         * BufferView_pimpl.C: try the anon namespace.
9538         * WorkArea.C: ditto
9539
9540 2001-03-16  Juergen Vigna  <jug@sad.it>
9541
9542         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
9543         otherwise it won't open options-dialogs.
9544
9545         * buffer.C: honor pextraWidth(p) on converting minipages.
9546
9547         * tabular.C (l_getline): changed the functions to strip trailing \r.
9548
9549 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
9550
9551         * BufferView_pimpl.C:
9552         * minibuffer..C: added "using SigC::slot" declaration.
9553
9554 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9555
9556         * lyxlex_pimpl.h: noncopyable is in namespace boost.
9557
9558         * text2.C: ditto
9559
9560         * text.C: ditto
9561
9562         * paragraph.C: ditto
9563
9564         * lyxtext.h: NO_PEXTRA
9565
9566         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
9567
9568         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
9569         * ParameterStruct.h: ditto
9570         * ParagraphParameters.h: ditto
9571         * lyxparagraph.h: ditto
9572
9573 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9574
9575         * buffer.C: add compability for minipage alignment.
9576         (latexParagraphs): remove unwanted pextra check.
9577
9578         * several files: remove CXX_WORKING_NAMESPACES
9579
9580         * buffer.C (pop_tag): tie is in namespace boost
9581
9582         * BufferView.h: noncopyable is in namespace boost
9583         * lyxlex.h: ditto
9584         * lyx_main.h: ditto
9585         * lyx_gui.h: ditto
9586         * layout.h: ditto
9587         * lastfiles.h: ditto
9588         * bufferlist.h: ditto
9589         * ShareContainer.h: ditto
9590         * LyXView.h: ditto
9591         * LyXAction.h: ditto
9592         * LaTeX.h: ditto
9593
9594 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
9595
9596         * Merging changes from BRANCH_MVC back into HEAD.
9597
9598         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
9599
9600 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
9601
9602         * BufferView_pimpl.C: change from intl.C
9603
9604         * combox.h:
9605         * combox.C:
9606         * Makefile.am: move combox.*
9607
9608         * form1.h:
9609         * form1.C:
9610         * lyx_gui.C:
9611         * intl.h:
9612         * intl.C: remove dialog (covered by prefs)
9613
9614 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
9615
9616         * lyxfunc.C (Dispatch): removed redundant break statement.
9617
9618 2001-03-14  Juergen Vigna  <jug@sad.it>
9619
9620         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
9621
9622 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9623
9624         * buffer.C: add hack to fix compability reading of minipages.
9625
9626 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
9627
9628         * buffer.C (getLists): Cleanup.
9629
9630 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9631
9632         * lyxfont.C (update): don't honor toggleall on font size.
9633
9634 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
9635
9636         * bmtable.c:
9637         * bmtable.h:
9638         * Makefile.am: moved to frontends/xforms/
9639
9640         * lyx_gui_misc.C:
9641         * lyxfunc.C:
9642         * BufferView_pimpl.C: changes for moved mathpanel
9643
9644 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
9645
9646         * gettext.h: fix gettext_init() in --disable-nls
9647
9648 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9649
9650         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
9651
9652 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
9653
9654         * lyx.C:
9655         * lyx.h: strip external form
9656
9657 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
9658
9659         * BufferView_pimpl.C: add comment, destroySplash()
9660
9661 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
9662
9663         * BufferView_pimpl.C:
9664         * LyXAction.C:
9665         * buffer.C:
9666         * commandtags.h:
9667         * lyxfunc.C: use re-worked insetinclude
9668
9669 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9670
9671         * buffer.C: add using std::stringstream.
9672
9673         * lyx_cb.C: readd using std::ios.
9674
9675         * buffer.C: add using std::map.
9676
9677         * BufferView_pimpl.C: add using std::vector.
9678
9679         * ShareContainer.h: add std:: to swap.
9680
9681         * buffer.h: add some typedefs
9682         * buffer.C (getLists): use them
9683         (getLists): renamed from getTocList.
9684         add a counter for the different float types and use it in the
9685         generated string.
9686         (getLists): use the same counter for the NEW_INSETS and the "non"
9687         NEW_INSETS
9688
9689         * lyx_cb.h: remove unused items, includes, using etc.
9690
9691         * ShareContainer.h: remove some commented code, add more comments
9692         and "documentation".
9693
9694 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9695
9696         * buffer.C (getTocList): make the list also when NEW_INSETS is
9697         defined.
9698
9699         * buffer.h: remove TocType
9700
9701         * buffer.C (getTocList): change to return a map<string,
9702         vector<TocItem> >, implement for dynamic number of list.
9703
9704         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
9705         * text2.C (PasteSelection): adjust
9706         * CutAndPaste.C (pasteSelection): adjust
9707
9708         * FloatList.C (FloatList): update from the new_insets branch.
9709         * Floating.[Ch]: ditto
9710         * LaTeXFeatures.C: ditto
9711         * buffer.C: ditto
9712         * lyxlex_pimpl.C: ditto
9713
9714         * paragraph.C (Last): remove when NEW_INSETS is defined.
9715
9716         * other file: changes because of the above.
9717
9718 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9719
9720         * lyxparagraph.h: rename next to next_, previous to previous_,
9721         make them private for NEW_INSETS. Rename Next() to next(),
9722         Previous() to previous().
9723
9724         * other files: changes because of the above.
9725
9726 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
9727
9728         * BufferView.h:
9729         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
9730         problem.
9731
9732 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9733
9734         * main.C (main): pass lyx_localedir to gettext_init().
9735
9736         * gettext.h: remove locale_init and gettext_init macros
9737
9738         * gettext.C (locale_init): new function
9739         (gettext_init): new function
9740
9741         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
9742         setlocale().
9743
9744 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
9745
9746         * Moved credits to frontends:
9747         * credits.[Ch]: removed
9748         * credits_form.[Ch]: removed
9749         * lyx_gui_misc.C: remove credits stuff
9750         * Makefile.am:
9751
9752 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9753
9754         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
9755
9756         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
9757         unneeded destructor.
9758
9759         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
9760         a standalone pointer again.
9761
9762         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
9763
9764 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
9765
9766         * Makefile.am:
9767         * filedlg.h:
9768         * filedlg.C:
9769         * LyXAction.C:
9770         * ToolbarDefaults.C:
9771         * bufferlist.C:
9772         * commandtags.h:
9773         * form1.C:
9774         * form1.h:
9775         * lyx_cb.C:
9776         * lyx_cb.h:
9777         * lyxfunc.h:
9778         * lyxfunc.C:
9779         * BufferView_pimpl.C: use new file dialog in GUII
9780
9781         * lyx_cb.h:
9782         * lyx_cb.C: remove LayoutsCB to Toolbar
9783
9784 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9785
9786         * ShareContainer.h (get): add std:: qualifier
9787
9788 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9789
9790         * ShareContainer.h: define a proper ShareContainer::value_type
9791         type (and use typename to please compaq cxx)
9792
9793 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9794
9795         * lyxparagraph.h: move serveral local vars to
9796         ParameterStruct/ParagraphParameters., use ShareContainer in
9797         FontTable., make vars in FontTable private and add getter and
9798         setter.
9799
9800         * paragraph.C: changes because of the above.
9801
9802         * lyxfont.h: remove copy constructor and copy assignment. (the
9803         default ones is ok), move number inside FontBits. move inlines to
9804         lyxfont.C
9805
9806         * lyxfont.C: add number to initializaton of statics, move several
9807         inlines here. constify several local vars. some whitespace
9808         cleanup. Dont hide outerscope variables.
9809
9810         * Spacing.h: add two new constructors to match the set methods.
9811
9812         * ShareContainer.h: new file, will perhaps be moved to support
9813
9814         * ParameterStruct.h: new file
9815
9816         * ParagraphParameters.h: new file
9817
9818         * ParagraphParameters.C: new file
9819
9820         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
9821         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
9822
9823         * BufferView_pimpl.C: ParagraphParameter changes.
9824         * buffer.C: Likewise.
9825         * bufferview_funcs.C: Likewise.
9826         * text.C: Likewise.
9827         * text2.C: Likewise.
9828
9829 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9830
9831         * lyxfind.C (LyXReplace): do not redefine default argument in
9832         implementation.
9833         (IsStringInText): ditto
9834         (SearchForward): ditto
9835         (SearchBackward): ditto
9836
9837 2001-03-06  Juergen Vigna  <jug@sad.it>
9838
9839         * lyxfind.C (IsStringInText): put parentes around expressions.
9840
9841 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
9842
9843         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
9844
9845 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
9846
9847         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
9848
9849         * stl_string_fwd.h: add comment
9850
9851         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
9852
9853         * tabular.h:
9854         * tabular.C: remove unused DocBook methods
9855
9856         * intl.C:
9857         * language.C:
9858         * paragraph.C:
9859         * buffer.C:
9860         killed DO_USE_DEFAULT_LANGUAGE
9861
9862 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9863
9864         * lyx_gui.C: do not include language.h.
9865
9866         * bufferview_funcs.C (ToggleAndShow): do not provide optional
9867         arguments in function implementation.
9868
9869 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9870
9871         * BufferView_pimpl.C: add <ctime>
9872
9873 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9874
9875         * BufferView_pimpl.C: add using std::find_if
9876
9877 2001-02-27  José Matos  <jamatos@fep.up.pt>
9878
9879         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
9880         by OnlyPath.
9881
9882 2001-02-11  José Matos  <jamatos@fep.up.pt>
9883
9884         * buffer.C (makeDocBookFile): command styles now have a parameter as
9885         "title" by default.
9886
9887 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
9888
9889         * layout_forms.[Ch]: removed
9890         * lyx_cb.[Ch]: out character
9891         * lyx_gui.C: out character
9892         * lyx_gui_misc.C: out character
9893         * bufferview_funcs.C: : out character,
9894         added toggleall as parameter in ToggleAndShow
9895
9896 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
9897
9898         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
9899
9900         * text2.C (SetCurrentFont): Disable number property at boundary.
9901
9902 2001-02-26  Juergen Vigna  <jug@sad.it>
9903
9904         * lyxfunc.C (getStatus): added a string argument override function so
9905         that this is correctly called from LyXFunc::Dispatch if it contains a
9906         do_not_use_argument which is used!
9907         (Dispatch): added check for "custom" export and call appropriate func.
9908
9909 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
9910
9911         * lyxrc.C: Add language_command_local, language_use_babel and
9912         language_global_options.
9913
9914         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
9915
9916         * buffer.C (makeLaTeXFile): Use language_use_babel and
9917         language_global_options.
9918
9919 2001-02-23  Juergen Vigna  <jug@sad.it>
9920
9921         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
9922         which works with LyXText and putted it inside BufferView. Here now we
9923         only call for that part the BufferView::Dispatch() function.
9924
9925         * BufferView.C (Dispatch): added.
9926
9927         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
9928         functions which needs to use a LyXText over from LyXFunc.
9929         (MenuInsertLyXFile): added
9930         (getInsetByCode): added
9931         (moveCursorUpdate): added
9932         (static TEXT): added
9933
9934 2001-02-22  Juergen Vigna  <jug@sad.it>
9935
9936         * BufferView_pimpl.C (update): call a status update to see if LyXText
9937         needs it.
9938
9939 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9940
9941         * vc-backend.C (revert): implement for CVS
9942         (getLog): implement for CVS
9943
9944 2001-02-20  Juergen Vigna  <jug@sad.it>
9945
9946         * text2.C (ClearSelection): added BufferView param for inset_owner call
9947
9948         * lyxfunc.C (TEXT): added this function and use it instead of
9949         directly owner->view()-text of getLyXText().
9950
9951 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
9952
9953         * src/layout_forms.C: out preamble
9954         * src/layout_forms.h: out preamble
9955         * src/lyx_cb.C: out preamble
9956         * src/lyx_cb.h: out preamble
9957         * src/lyx_gui.C: out preamble
9958         * src/lyx_gui_misc.C: out preamble
9959         * src/lyxfunc.C: connect with guii preamble
9960
9961 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
9962
9963         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
9964
9965 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
9966
9967         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
9968         whether to run bibtex.
9969
9970 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
9971
9972         * Makefile.am (lyx_SOURCES): Remove BackStack.h
9973
9974 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9975
9976         * Makefile.am (lyx_SOURCES): removed bibforms.h
9977
9978         * vspace.h: doxygen
9979
9980         * text.C (GetVisibleRow): make several local vars const
9981
9982         * tabular.C: small cleanup.
9983
9984         * lyxserver.C (callback): use compare instead of strncmp
9985
9986         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
9987         inlines to after class or to paragraph.C
9988
9989         * lyxfont.h: remove friend operator!=
9990
9991         * converter.h: move friend bool operator< to non friend and after
9992         class def.
9993
9994         * combox.h: small cleanup
9995
9996         * buffer.h: doxygen, remove unused constructor, move inclas inlies
9997         to inlines after class def.
9998
9999         * buffer.C (pop_tag): use string operations instead of strcmp
10000
10001         * bmtable.c: doxygen, small cleanup
10002
10003         * LaTeX.h: remove friend operator==
10004
10005 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10006
10007         * screen.C:
10008         * lyxrc.[Ch]:
10009         * lyxfunc.C:
10010         * lyxfont.[Ch]:
10011         * lyx_cb.C:
10012         * intl.[Ch]:
10013         * commandtags.h:
10014         * buffer.C:
10015         * WorkArea.[Ch]:
10016         * LyXAction.C:
10017         * BufferView_pimpl.C:
10018         * BufferView.[Ch]: remove cruft
10019
10020 2001-02-14  Juergen Vigna  <jug@sad.it>
10021
10022         * lyxfunc.C: removed #if 0 unused code
10023
10024         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
10025
10026         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
10027
10028         * text2.C (SetSelection): added a BufferView * parameter
10029
10030 2001-02-13  Juergen Vigna  <jug@sad.it>
10031
10032         * lyxfunc.C (Dispatch): fixed protected blank problem.
10033         * BufferView2.C (protectedBlank): added LyxText * parameter.
10034
10035         * tabular.C (AppendRow): forgot to set row_info of newly added row.
10036         (AppendColumn): same as above for column_info.
10037
10038         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
10039         (moveCursorUpdate): use a LyXText param for support of InsetText.
10040
10041         * BufferView_pimpl.C (doubleClick): added support for InsetText.
10042         (tripleClick): ditto
10043
10044         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
10045
10046         * BufferView_pimpl.C (update): added LyXText param to honor insets.
10047
10048         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
10049
10050         * text2.C (SetSelection): set correct update status if inset_owner
10051         (ToggleFree): ditto
10052
10053 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10054
10055         * tabular.C: remove some commented code.
10056
10057 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
10058
10059         * BufferView_pimpl.C: call hideSplash()
10060
10061         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
10062
10063         * include_form.h:
10064         * bibforms.h: remove
10065
10066         * lyxfunc.C:
10067         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
10068           add LFUN_CHILD_CREATE
10069
10070         * counters.h: fix tiny typo
10071
10072         * lyx_cb.C:
10073         * lyx.h:
10074         * lyx_gui.C:
10075         * lyx.C: move splash to frontends/xforms/
10076
10077         * lyx_gui_misc.C: move Include and Bibform to frontends
10078
10079         * lyxvc.h: clarify comment
10080
10081         * vspace.C: tiny housekeeping
10082
10083 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
10084
10085         * text.C (PrepareToPrint): RTL Fix.
10086
10087         * paragraph.C (GetUChar): New method.
10088         (String):  Use GetUChar.
10089
10090         * buffer.C (asciiParagraph): Use GetUChar.
10091
10092 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
10093
10094         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
10095
10096 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
10097
10098         * buffer.h:
10099         * buffer.C: rename to getLogName(), handle
10100           build log / latex log nicely
10101
10102 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10103
10104         * MenuBackend.C:
10105         * MenuBackend.h: remove support for reference menuitem type.
10106
10107 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
10108
10109         * BufferView_pimpl.C: housekeeping
10110         * BufferView_pimpl.h:
10111         * LyXView.h:
10112         * Makefile.am:
10113         * Timeout.C:
10114         * Timeout.h:
10115         * minibuffer.h: move Timeout GUI-I
10116
10117 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
10118
10119         * lyxrc.C (read): Update converters data-structures.
10120
10121 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10122
10123         * LaTeX.h (operator!=): add operator != for Aux_Info
10124
10125 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
10126
10127         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
10128
10129         * LaTeXLog.C: deleted, useful code moved to Buffer
10130
10131         * buffer.h:
10132         * buffer.C: new function getLatexLogName()
10133
10134         * lyx_gui_misc.C:
10135         * lyx_gui.C:
10136         * lyxvc.C:
10137         * lyxvc.h:
10138         * lyxfunc.C: use frontends for LaTeX and VC logs
10139
10140 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10141
10142         * LaTeX.h: yet another std:: that Allan forgot.
10143
10144         * Variables.C (set): renamed from isset(), because this clashes
10145         with some HP-UX macros (grr).
10146
10147 2001-02-06  Allan Rae  <rae@lyx.org>
10148
10149         * LaTeX.h: Another bug fix.  Missing std:: this time.
10150
10151 2001-02-04  Allan Rae  <rae@lyx.org>
10152
10153         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
10154         floats problem. I've left it commented out because it's not quite
10155         correct.  It should also test that the current object is a table or
10156         figure inset.  But I haven't gotten around to figuring out how to do
10157         that.  I *think* it'll be something like: "table" == inset.type()
10158
10159         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
10160         bool.
10161
10162 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
10163
10164         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
10165         all the citation/databases/styles in the auxilary file.
10166         (run): Rerun latex if there was a babel language error.
10167
10168 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
10169
10170         * text.C (Backspace): Preserve the font when changing newline char
10171         with a space.
10172         (BreakParagraph): If the cursor is before a space, delete the space.
10173
10174         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
10175
10176 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
10177
10178         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
10179         new argument (code).
10180         (ChangeCitationsIfUnique): New method.
10181
10182         * paragraph.C (GetPositionOfInset): Handle bibkey.
10183
10184 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10185
10186         * BufferView_pimpl.h: change type of Position::par_pos to
10187         LyXParagraph::size_type.
10188
10189 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
10190
10191         * BufferView_pimpl.C (savePosition, restorePosition): Write
10192         messages to minibuffer.
10193
10194 2001-01-28  José Matos  <jamatos@fep.up.pt>
10195
10196         * buffer.C (makeDocBookFile): adds support for document language.
10197         A silly restriction on the name of LatexCommand types where removed.
10198         Added support for CDATA sections, allows to chars unescaped, used
10199         among others in code, to avoid escape < and >.
10200
10201 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
10202
10203         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
10204         saved positions instrad of a stack. Furthermore, a position is
10205         stored using paragraph id/paragraph position.
10206
10207         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
10208         Remove LFUN_REF_BACK.
10209
10210 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
10211
10212         * converter.C (dvipdfm_options): New method.
10213
10214 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10215
10216         * vspace.C (isValidLength): Fix for empty input string.
10217
10218 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10219
10220         * LyXAction.C (init): change description of LFUN_FIGURE to
10221         "Insert Graphics"
10222
10223 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10224
10225         * LaTeX.C: add using directive
10226
10227 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
10228
10229         * MenuBackend.C (expand): Fix the sorting of the formats.
10230
10231 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
10232
10233         * lyx_main.C: tiny error message fix
10234
10235 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10236
10237         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
10238         calling fl_initialize(). This fixes the problem with ',' as
10239         decimal separator in text files.
10240
10241 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
10242
10243         * trans.C (process): Fix the keymap bug.
10244
10245 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
10246
10247         * LaTeX.C (scanAuxFiles): New method. Provides support for
10248         multiple bibliographies (when using the bibtopic/bibunits pacakges).
10249         (scanLogFile) Scan for "run BibTeX" messages.
10250
10251         * buffer.C (makeLaTeXFile): Do not load the ae package when using
10252         OT1 font encoding. Also, load the aecompl package if the ae
10253         package is loaded.
10254
10255         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
10256
10257 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10258
10259         * texrow.C (increasePos): turn two error messages into debug
10260         messages.
10261
10262 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
10263
10264         * LaTeX.C (scanAux): Handle the \@input macro.
10265         (runBibTeX): Use scanAux().
10266
10267         * language.C (latex_options_): New field.
10268
10269         * LaTeXFeatures.C (getMacros): Add language macros.
10270
10271         * buffer.C (makeLaTeXFile): Small fix.
10272
10273 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10274
10275         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
10276
10277         * text2.C: add a using directive.
10278
10279 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
10280
10281         * BufferView2.C:
10282         * lyx_gui_misc.h:
10283         * lyxfr1.C:
10284         * lyxfunc.C: kill LyXBell.
10285
10286 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
10287
10288         * text.C (IsBoundary): Remove the error message
10289
10290         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
10291
10292         * lyxrc.C (setDefaults): Correct initialization value for
10293         font_norm_type.
10294
10295 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10296
10297         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
10298         gotoError().
10299
10300         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
10301         and GotoNextNote().
10302
10303         * src/LyXAction.C: Added reference-next.
10304
10305         * text.C (InsertChar): Use contains instead of strchr.
10306
10307         * lyx_cb.C (MenuInsertLabel): Enable default value code.
10308
10309 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
10310
10311         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
10312         alignment commands (when needed).
10313
10314         * text.C (InsertChar): Add ':' to number separator chars.