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