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