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