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