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