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