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