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