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