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