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