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