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