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