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