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