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