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