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