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