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