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