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