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