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