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