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