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