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