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