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