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