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