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