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