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