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