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