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