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