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