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