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