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