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