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