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