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