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