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