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