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