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