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