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