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