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