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