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