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