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