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