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