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