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