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