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