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