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