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