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