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