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