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