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