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