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