]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
IU for validate(). I guess that's in the 'don't ask' category...
[lyx.git] / src / ChangeLog
1 2003-06-02  John Levon  <levon@movementarian.org>
2
3         * LyXAction.C:
4         * factory.C:
5         * lfuns.h:
6         * lyxfunc.C:
7         * text3.C: remove insetparent
8
9 2003-06-02  John Levon  <levon@movementarian.org>
10
11         * buffer.h:
12         * buffer.C: fix inset_iterator.end(), move out of line
13         (bug 1149)
14
15 2003-06-01  John Levon  <levon@movementarian.org>
16
17         * text3.C: use a proper cut/paste when doing inset
18         insert (from Jürgen Spitzmüller)
19
20 2003-06-01  John Levon  <levon@movementarian.org>
21
22         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
23
24 2003-05-30  André Pönitz  <poenitz@gmx.net>
25
26         * rowpainter.C: unify second drawing phase
27
28 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
29
30         * trans_mgr.C: remove one case of current_view
31
32         * text2.C (cursorBottom): delete NO_STD_LIST stuff
33
34         * paragraph_funcs.h: remove paragraph.h include
35
36         * paragraph.h: delete NO_STD_LIST stuff
37
38         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
39
40         * buffer.h: remove paragraph.h include
41
42         * ParagraphList.C: delete file
43
44         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
45
46         * toc.C (getTocList): adjust
47
48         * paragraph_pimpl.C (validate): adjust
49
50         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
51
52         * paragraph.C (Paragraph): adjust
53         (getPositionOfInset): use const_iterator, adjust
54         (bibitem): use const_iterator, adjust
55         (setInsetOwner): adjust
56
57         * iterators.C (operator++): adjust
58
59         * InsetList.[Ch]: Replace selfmade iterator with standard
60         vector::iterator also introduce const_iterator. Remove getPos,
61         getInset and setInset from InsetTable. Adjust accordingly.
62
63         * BufferView.C (lockInset): adjust
64         (ChangeInsets): adjust
65
66         * tabular.[Ch]: delete commented same_id functions
67
68 2003-05-28  John Levon  <levon@movementarian.org>
69
70         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
71
72 2003-05-28  André Pönitz  <poenitz@gmx.net>
73
74         * metricsinfo.[Ch]: remove 'fullredraw' member
75
76 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
77
78         * lyxtextclass.C (operator): remove caching.
79
80 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
81
82         * text3.C: adjust
83
84         * text2.C (cursorBottom): adjust
85         (setCounter): use ParagraphList::find, adjust
86
87         * text.C (workWidth): use ParagraphList::find, adjust
88
89         * lyxcursor.C (LyXCursor): adjust
90
91         * buffer.C (inset_iterator): adjust
92
93         * ParagraphList.h: make iterator(value_type) private, make
94         ParagraphList a friend of iterator.
95
96         * ParagraphList.C (find): new function
97
98         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
99
100 2003-05-27  André Pönitz  <poenitz@gmx.net>
101
102         * dimension.[Ch]: a -> asc, d -> des, w -> wid
103
104 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
105
106         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
107
108 2003-05-26  John Levon  <levon@movementarian.org>
109
110         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
111
112 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
113
114         * remove same_id from function signatures, adjust.
115
116 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
117
118         * undo_funcs.C (createUndo): use the id functions directly, adjust.
119
120         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
121
122         * paragraph.C (Paragraph): get rid of same_ids parameter
123
124         * ParagraphList.C (insert): adjust
125         (push_back): adjust
126
127 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
128
129         * paragraph_funcs.C (breakParagraph): adjust
130         (breakParagraphConservative): adjust
131
132         * buffer.C (readParagraph): adjust
133
134         * ParagraphList.C (insert): take a reference instead of a pointer
135         (insert): adjust
136
137         * paragraph.[Ch] (id): new function
138
139         * bufferlist.C (newFile): adjust
140
141         * ParagraphList.C (ParagraphList): adjust
142         (assign): adjust
143         (push_back): take a reference instead of a pointer.
144
145         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
146
147         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
148         instead.
149
150         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
151         set else use old code.
152
153         * ParagraphList.C: remove all NO_NEXT code and only compile this
154         code of NO_STD_LIST is set.
155
156 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
157
158         * BufferView_pimpl.C:
159         * TextCache.C:
160         * TextCache.h:
161         * bufferlist.C:
162         * errorlist.h:
163         * format.C:
164         * format.h:
165         * graph.C:
166         * lyxfunc.C:
167         * lyxrc.C:
168         * graphics/GraphicsConverter.C:
169         * graphics/PreviewLoader.C: header adjustment
170
171 2003-05-23  Angus Leeming  <leeming@lyx.org>
172
173         * LaTeXFeatures.[Ch] (useBabel): new method.
174         * bufferparams.C (writeLaTeX): use it.
175
176 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
177
178         * ParagraphList.h (set): remove unused function.
179
180 2003-05-23  André Pönitz  <poenitz@gmx.net>
181
182         * BufferView.C:
183         * BufferView_pimpl.C:
184         * buffer.C:
185         * buffer.h:
186         * lyxfunc.C:
187         * undo_funcs.C: setUndo reworked
188
189         * iterators.[Ch]: add access to topmost ParagraphList
190
191         * lyxtext.[Ch] (workWidth): add a const
192
193 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
194
195         * texrow.[Ch] (increasePos): remove function
196         * exporter.C (export): removed unused var and outdated comment
197
198 2003-05-23  Angus Leeming  <leeming@lyx.org>
199
200         * latexrunparams.h: rename fragile as moving_arg.
201         * paragraph.C (simpleTeXOnePar): ditto.
202         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
203
204 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
205
206         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
207         (createUndo): ditto
208         (textUndoOrRedo): comment out a currently unused var.
209
210         * paragraph.h (NO_NEXT): enable NO_NEXT
211
212         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
213
214         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
215
216         * exporter.C (Export): adjust for removeAutoInsets removal.
217
218         * buffer.C (runChktex): adjust for removeAutoInsets removal.
219
220         * LyXAction.C (init): remove LFUN_REMOVEERRORS
221
222         * BufferView.[Ch] (removeAutoInsets): delete function
223
224 2003-05-22  Angus Leeming  <leeming@lyx.org>
225
226         * latexrunparams.h: add a free_spacing variable.
227
228         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
229         to pass moving_arg, as the data is stored in runparams.fragile.
230
231         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
232         to Inset::latexOptional or to simpleTeXOnePar.
233
234         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
235         free_spacing arg to Inset::latexOptional.
236
237         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
238         free_spacing arg.
239
240 2003-05-22  Angus Leeming  <leeming@lyx.org>
241
242         * latexrunparams.h: add fragile and use_babel variables.
243
244         * bufferparams.[Ch] (writeLaTeX): return use_babel.
245         * buffer.C (makeLaTeXFile): store this returned value in
246         runparams.use_babel, thus passing it to the inset::latex methods.
247
248         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
249         simpleTeXSpecialChars as it is now stored in runparams.fragile.
250
251         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
252         longer has a fragile arg, as it is stored in runparams.fragile.
253
254         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
255         moving_arg parameter as the data is stored in runparams.fragile.
256
257         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
258         a fragile parameter as the data is stored in runparams.fragile.
259
260 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
261
262         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
263
264 2003-05-22  Angus Leeming  <leeming@lyx.org>
265
266         * latexrunparams.h: add a 'bool nice' which defaults to false.
267
268         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
269         now encapsulated within runparams.
270
271         * bufferlist.C (updateIncludedTeXfiles):
272         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
273
274 2003-05-22  Angus Leeming  <leeming@lyx.org>
275
276         * latexrunparams.h: new file containing struct LatexRunParams.
277         * Makefile.am: add new file.
278
279         * LaTeX.[Ch] (c-tor, run):
280         * buffer.[Ch] (makeLaTeXFile):
281         * bufferlist.[Ch] (updateIncludedTeXfiles):
282         * converter.C (convert, scanLog):
283         * converter.[Ch] (runLaTeX):
284         * exporter.C (Export):
285         * paragraph.[Ch] (simpleTeXOnePar):
286         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
287         * paragraph_funcs.[Ch] (latexParagraphs):
288         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
289         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
290         pass around a LatexRunParams parameter.
291
292 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
293
294         * paragraph.[Ch]: remove unused constructor
295
296         * ParagraphList.C (erase): new function, taking two iterators
297
298 2003-05-22  André Pönitz  <poenitz@gmx.net>
299
300         * undo_funcs.C: remove duplicated code
301
302         * iterator.[Ch]: operator=
303
304 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
305
306         * tabular.C (SetMultiColumn): ws changes
307
308         * rowpainter.C (paintFirst): get rid of a ->previous
309
310         * lyx_cb.C (getPossibleLabel): parlist simplification
311
312         * BufferView.C (ChangeInsets): simplify slightly.
313
314 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
315
316         * LyXAction.C: new lfun space-insert, kill protected-space-insert
317         * lfuns.h: new LFUN_SPACE
318         * lyxfunc.C: protected space has a new lfun
319         * paragraph_funcs.C: read new space insets
320         * text3.C:
321         * factory.C: handle new space insets
322
323 2003-05-22  André Pönitz  <poenitz@gmx.net>
324
325         * BufferView.C:
326         * BufferView_pimpl.C:
327         * buffer.[Ch]:
328         * lyxfunc.C:
329         * undo_funcs.C: return a ParIterator from getParFromID.
330
331         * iterators.[Ch]: add two const's
332
333 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
334
335         * toc.C (getTocList): adjust
336
337         * iterators.[Ch]: rework for parlist
338
339         * buffer.C (par_iterator_begin): adjust
340         (par_iterator_end): adjust
341
342         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
343
344         * BufferView.C (removeAutoInsets): adjust
345         (ChangeInsets): adjust
346
347 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
348
349         * text.C (top_y): fix bug 1110
350
351 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
352
353         * errorlist.[Ch]: added
354         * buffer.C:
355         * BufferView.[Ch]:
356         * BufferView_pimpl.C:
357         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
358         instead
359
360 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
361
362         * Makefile.am: ensure that lyx is relinked upon changes to the
363         various "convenience" libs.
364
365 2003-05-20  Angus Leeming  <leeming@lyx.org>
366
367         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
368         files are compiled in alphabetical order again.
369
370         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
371
372 2003-05-19  Angus Leeming  <leeming@lyx.org>
373
374         * gettext.[Ch]: remove "char const * _(char const *)".
375
376 2003-05-19  André Pönitz  <poenitz@gmx.net>
377
378         * dimension.[Ch]: promote from mathed/dimension.[Ch]
379
380         * Makefile.am:
381         * BufferView.C:
382         * DepTable.h:
383         * LaTeXFeatures.C:
384         * buffer.C:
385         * lyxfont.C:
386         * lyxlex.h:
387         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
388
389 2003-05-19  André Pönitz  <poenitz@gmx.net>
390
391         * buffer.C:
392         * lyxlayout.[Ch]:
393         * lyxtextclass.[Ch]:
394         * paragraph.C:
395         * paragraph_funcs.[Ch]:
396         * text2.C:
397         * text3.C: more insetenv work
398
399 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
400
401         * ParagraphParameters.C (params2string): small bug fixed
402
403 2003-05-16  André Pönitz  <poenitz@gmx.net>
404
405         * debug.C:
406         * bufferview_funcs.C: patch from Kornel Benko to prevent
407           crash when _(...) is called twice in a statement
408
409 2003-05-16  André Pönitz  <poenitz@gmx.net>
410
411         * BufferView.C:
412         * lyxfunc.C:
413         * text.C:
414         * text2.C:
415         * text3.C:
416         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
417
418 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
419
420         * lyx_main.C (init): remove spurious static_cast
421
422 2003-05-14  André Pönitz  <poenitz@gmx.net>
423
424         * BufferView.C: fix format string
425
426 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
427
428         * BufferView.[Ch] (insertErrors): removed
429         * BufferView.[Ch] (showErrorList): added
430         * buffer.C (runChkTeX):
431         * converter.C (scanLog): call showErrorList instead of inserterrors
432
433 2003-05-13  André Pönitz  <poenitz@gmx.net>
434
435         * BufferView_pimpl.C:
436         * buffer.C:
437         * bufferview_func.C:
438         * MenuBackend.C:
439         * lyxfunc.C:
440         * lyxrc.C:
441         * tex-accent.C:
442         * text3.C:
443         * toc.C:
444         * tabular_funcs.h: tostr() from its own header
445
446         * ParagraphParameters.C:
447         * ToolbarBackend.C:
448         * bufferparams.C:
449         * format.C:
450         * lyxlex_pimpl.C:
451         * text3.C: STRCONV()
452
453 2003-05-12  André Pönitz  <poenitz@gmx.net>
454
455         * BufferView.C:
456         * BufferView_pimpl.C:
457         * CutAndPaste.C:
458         * LaTeX.C:
459         * LaTeXFeatures.C:
460         * ParagraphParameters.C:
461         * buffer.C:
462         * bufferlist.C:
463         * bufferparams.C:
464         * bufferview_funcs.C:
465         * converter.C:
466         * counters.C:
467         * debug.C:
468         * exporter.C:
469         * format.C:
470         * importer.C:
471         * lyx_cb.C:
472         * lyx_main.C:
473         * lyxfont.C:
474         * lyxfunc.C:
475         * lyxvc.C:
476         * paragraph.C:
477         * paragraph_funcs.C:
478         * tabular.C:
479         * tabular_funcs.C:
480         * text2.C:
481         * text3.C:  boost::format -> bformat  all over the place
482
483
484 2003-05-09  André Pönitz  <poenitz@gmx.net>
485
486         * LColor.[Ch]: Pimpl the #include <map> away
487
488 2003-05-09  John Levon  <levon@movementarian.org>
489
490         * bufferlist.C: never remove emergency saves
491
492 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
493
494         * Makefile.am: better lib building
495
496 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
497
498         * texrow.[Ch]: remove dependency on Paragraph and just store a id
499         instead.
500         * paragraph_pimpl.C (simpleTeXBlanks): adjust
501         (simpleTeXSpecialChars): adjust
502         (simpleTeXSpecialChars): adjust
503         * paragraph.C (simpleTeXOnePar): adjust
504         * buffer.C (makeLaTeXFile): adjust
505
506         * Makefile.am (BOOST_LIBS): allow boost as system lib.
507
508         * text2.C (changeDepth): parlist cleanup
509         (getColumnNearX): ditto
510
511         * rowpainter.C (getLabelFont): parlist cleanup
512
513         * bufferlist.C (newFile): parlist cleanup
514
515         * CutAndPaste.C (eraseSelection): parlist cleanup
516
517         * BufferView_pimpl.C (trackChanges): parlist cleanup
518         (dispatch): ditto
519
520         * BufferView.C (lockInset): parlist cleanup.
521         (ChangeInsets): ditto
522
523 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
524
525         * CutAndPaste.h: Update file header.
526
527         * CutAndPaste.C: Update file header.
528         Store the parts cut out of the Document in a limited_stack.
529         (copySelection): adjust
530         (pasteSelection): new function, takes the index in the limited stack.
531         (nrOfParagraphs): adjust
532         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
533         simplify error inset insertion.
534         (checkPastePossible): adjust
535
536 2003-05-06  John Levon  <levon@movementarian.org>
537
538         * text2.C: don't cast wrap inset to float
539
540 2003-05-05  André Pönitz  <poenitz@gmx.net>
541
542         * iterator.C:
543         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
544
545         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
546           few naked Paragraph *.
547
548 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
549
550         * bufferparams.C: Output warning if a document with missing
551         TeX document class is loaded
552         * exporter.C: Disable TeX exports if the document class is missing
553         * lyxtextclass.C:
554         * lyxtextclass.h:
555         * lyxtextclasslist.C: Handle new textclass.lst format; new method
556         isTeXClassAvailable()
557
558 2003-05-03  John Levon  <levon@movementarian.org>
559
560         * BufferView.h:
561         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
562         explicit cursor show/hide
563
564         * BufferView_pimpl.h:
565         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
566         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
567
568         * lyxfunc.C: hide cursor before dispatching.
569
570         * lyx_cb.C:
571         * lyxfind.C:
572         * text.C:
573         * text3.C: remove explicit cursor hides
574
575 2003-05-02  André Pönitz  <poenitz@gmx.net>
576
577         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
578
579         * undo_funcs.C:
580         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
581           linked lists
582
583         * text2.C: tiny whitespace
584
585 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
586
587         * undo_funcs.C: almost only ws changes.
588
589         * ParagraphList.C (splice): just return if pl is empty.
590
591 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
592
593         * ParagraphList.C (splice): new function.
594
595         * CutAndPaste.C (pasteSelection): use it
596
597 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
598
599         * CutAndPaste.C (pasteSelection): remove the last next and
600         previous from this file.
601
602 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
603
604         * CutAndPaste.C (pasteSelection): more clean up, user proper
605         ParagraphList functions for pasteing.
606
607         * ParagraphList.C (insert): new function, three arg insert
608
609 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
610
611         * ParagraphList.C (insert): new function, three arg insert
612
613         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
614         not on paragraphs.
615
616 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
617
618         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
619
620 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
621
622         * CutAndPaste.C (pasteSelection): remove some unneeded code.
623
624 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
625
626         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
627         (copySelection): clean up a bit.
628         (pasteSelection): use make_pair
629
630         * ParagraphList.C (ParagraphList): implement copy constructor
631         (operator=): implement, base on copy constructor.
632         (assign): new func
633
634         * paragraph.C (erase): return a bool
635
636         * paragraph_pimpl.C (erasePos): remove function, move contents...
637         (erase): ... here. Return a bool.
638         (erase): call erase instead of erasePos.
639
640 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
641
642         * ParagraphList.h: define PitPosPair
643         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
644         ParagraphList, fix a bug on pasting multiple pars
645         * text2.C: change interface to C&P
646
647 2003-04-30  André Pönitz  <poenitz@gmx.net>
648
649         * undo_func.C: revert part of yesterday's patch 2
650
651 2003-04-30  John Levon  <levon@movementarian.org>
652
653         * LColor.C: s/tabular/table/
654
655 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
656
657         * text3.C (dispatch): do not convert iterator -> pointer
658         * undo_funcs.C (setCursorParUndo): ditto
659         * text_funcs.C (transposeChars): ditto
660
661         * text2.C (setLayout): ws changes only
662
663         * text.C (breakParagraph): do not convert iterator -> pointer
664         (insertChar): ditto
665         (acceptChange): ditto
666         (rejectChange): ditto
667         (changeCase): ditto
668         (Delete): ditto
669         (backspace): ditto
670
671         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
672         pointer
673
674 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
675
676         * text3.C (gotoInset): YABG (yet another bad getChar)
677
678 2003-04-29  André Pönitz  <poenitz@gmx.net>
679
680         * paragraph.h: make operator= private unimplemented as long as
681           it is unusable
682
683         * ParagraphList.C: whitespace
684
685         * paragraph.[Ch]:
686         * paragraph_pimpl.[Ch]:
687         * paragraph_funcs.C:
688         * CutAndPaste.C:
689         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
690
691         * text2.C:
692           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
693
694 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
695
696         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
697         * paragraph.[Ch] (erase):
698         * paragraph_pimpl.[Ch] (erase): change return type and value
699         * text2.C (cutSelection): some rework
700
701 2003-04-28  John Levon  <levon@movementarian.org>
702
703         * bufferlist.C: changes for unsaved changes dialog
704
705 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
706
707         * bufferlist.C (newFile): set language (messages_) for new
708         documents also.
709
710         * buffer.C (readFile): ws changes only.
711
712 2003-04-28  André Pönitz  <poenitz@gmx.net>
713
714         * undo_funcs.C:
715         * lyxfunc.C:
716         * buffer.[Ch]:
717         * BufferView_pimpl.C:
718         * BufferView.C: getParFromID related ParagraphList::iterator changes
719
720 2003-04-28  André Pönitz  <poenitz@gmx.net>
721
722         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
723           Changes
724
725 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
726
727         * messages.C: remove one more localedir class variable.
728
729 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
730
731         * messages.C (getLocaleDir): singleton generation function
732         (Pimpl): use it.
733         (Messages): add a default constructor.
734
735         * main.C (main): do not setup localedir here, do not call
736         gettext_init.
737
738         * gettext.C (_): use it.
739         (gettext_init): delete funciton
740
741 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
742
743         * gettext.C (getLyXMessages): new singleton generating function.
744
745         * buffer.C (updateDocLang): adjust
746
747         * Makefile.am (messages.o): add target
748         (main.o): remove target
749
750 2003-04-27  John Levon  <levon@movementarian.org>
751
752         * bufferlist.C:
753         * lyx_cb.C:
754         * lyxfunc.C:
755         * lyxvc.C: specify cancel button in Alert::prompt
756
757 2003-04-26  John Levon  <levon@movementarian.org>
758
759         * text3.C:
760         * lyxfunc.C:
761         * lfuns.h:
762         * LyXAction.C: add LFUN_INSET_SETTINGS
763
764         * lyxfunc.C: don't enable tabular-feature when there's
765         just any locking inset
766
767 2003-04-26  John Levon  <levon@movementarian.org>
768
769         * bufferlist.C: re-add Cancel to buffer close question
770
771         * lyxfunc.C: fix import UI a bit
772
773 2003-04-25  John Levon  <levon@movementarian.org>
774
775         * gettext.C: remove the broken asserts for now
776
777 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
778
779         * messages.C: make case where setlocale cannot comply work better.
780
781         * buffer.C (updateDocLang): new function
782         (changeLanguage): use it
783         (readFile): use it
784
785         * text2.C (setCounter): use B_ a bit.
786
787         * lyxlayout.C (Read): be sure to trim the label strings.
788
789         * messages.C (Messages): fix typo in comment
790
791         * buffer.C (readFile): set message_ after file is loaded.
792         (makeDocBookFile): remove double return
793         (changeLanguage): reset message_ upon language change.
794         (B_): new func, use this to get translated buffer strings.
795
796         * main.C: add myself and Jean Marc as authors.
797
798 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
799
800         * messages.[hC]: pimplify Messages, and three different pimpls to be
801         used in different circumstances.
802
803         * gettext.[Ch]: change for use with new message code.
804
805 2003-04-24 André Pönitz <poenitz@gmx.net>
806
807         * factory.C: support for eqref
808
809 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
810
811         * messages.[Ch]: add missing char
812
813         * Makefile.am (lyx_SOURCES): add messages.[Ch]
814
815         * messages.[Ch]: New files
816
817 2003-04-18  John Levon  <levon@movementarian.org>
818
819         * BufferView.h:
820         * BufferView.C:
821         * BufferView_pimpl.C:
822         * lfuns.h:
823         * LyXAction.C:
824         * lyxtext.h:
825         * text2.C: remove layout-copy/paste (bug 778)
826
827 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
828
829         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
830
831 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
832
833         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
834         if they succeed. Act accordingly.
835
836 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
837
838         * text2.C (setCharFont): adjust
839         (setCounter): adjust
840         (insertStringAsLines): adjust
841
842         * text.C (leftMargin): adjust
843         (setHeightOfRow): adjust
844
845         * rowpainter.C (paintFirst): adjust
846         (paintLast): adjust
847
848         * paragraph_funcs.C (depthHook): ParagraphList::iterators
849         (outerHook): ditto
850         (isFirstInSequence): ditto
851         (getEndLabel): ditto
852         (outerFont): adjust
853
854         * paragraph.C (getParLanguage): comment out some hard stuff.
855
856         * buffer.C (insertStringAsLines): take a ParagraphList as arg
857         (sgmlError): ditto
858         (simpleDocBookOnePar): ditto
859         (makeDocBookFile): use ParagraphList::iterator
860
861         * CutAndPaste.C (pasteSelection): adjust
862
863 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
864
865         * text2.C (getFont): adjust
866         (getLayoutFont): adjust
867         (getLabelFont): adjust
868
869         * paragraph_funcs.C (TeXOnePar): adjust
870
871         * buffer.C (simpleLinuxDocOnePar): adjust
872         (simpleDocBookOnePar): adjust
873
874         * CutAndPaste.C (pasteSelection): adjust
875
876         * BufferView.C (getEncoding): adjust
877
878         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
879
880 2003-04-16  John Levon  <levon@movementarian.org>
881
882         * lyxfind.C: use parlist stuff for search/changes
883
884 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
885
886         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
887
888         * text2.C (deleteEmptyParagraphMechanism): adjust
889
890         * text2.[Ch] (ownerParagraph): delete func (both of them
891
892 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
893
894         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
895
896 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
897
898         * ParagraphList.C: prepare for NO_NEXT
899
900 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
901
902         * text2.C (getFont): adjust
903         (getLayoutFont): adjust
904         (getLabelFont): adjust
905
906         * paragraph.C (getFont): adjust
907         (getLabelFont): adjust
908         (getLayoutFont): adjust
909
910         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
911
912 2003-04-15  John Levon  <levon@movementarian.org>
913
914         From Angus Leeming
915
916         * lyx_main.C: handle Include in .ui files
917
918 2003-04-15  John Levon  <levon@movementarian.org>
919
920         * MenuBackend.C: make the doc files length shorter
921
922         * ToolbarBackend.h:
923         * ToolbarBackend.C: handle toolbar placement flags,
924         Minibuffer
925
926 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
927
928         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
929         adjust
930
931         * paragraph_funcs.C (TeXOnePar): adjust
932
933         * paragraph.C (getLabelFont): add outerfont arg, adjust
934         (getLayoutFont): ditto
935         (simpleTeXOnePar): adjust
936
937         * paragraph_pimpl.C (realizeFont): delete func
938
939 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
940
941         * text2.C (beforeFullRowInset): added a bad getchar check, removed
942         row argument, constify cur argument.
943
944 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
945
946         * text2.C (getFont): adjust
947         (getLayoutFont): adjust
948         (getLabelFont): adjust
949
950         * paragraph_funcs.C (TeXOnePar): adjust
951         (outerFont): new func...
952         (realizeFont): ...moved out from here, changed this to facilitate
953         transition
954
955         * paragraph.C (getFont): take outerfont as arg, adjust
956         (simpleTeXOnePar): add outerfont arg, adjust
957
958         * buffer.C (simpleLinuxDocOnePar): adjust
959         (simpleDocBookOnePar): adjust
960
961         * CutAndPaste.C (pasteSelection): adjust
962
963         * BufferView.C (getEncoding): adjust
964
965 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
966
967         * text2.C (setCharFont): adjust
968         (setCounter): adjust
969
970         * text.C (leftMargin): adjust
971         (setHeightOfRow): adjust
972
973         * rowpainter.C (paintFirst): adjust
974         (paintLast): adjust
975
976         * paragraph_pimpl.C (realizeFont): adjust
977
978         * paragraph.C (isFirstInSequence): move from here...
979         * paragraph_funcs.C (isFirstInSequence): ...to here
980
981         * paragraph.C (outerHook): move from here...
982         * paragraph_funcs.C (outerHook): ...to here
983
984         * paragraph.C (depthHook): move from here...
985         * paragraph_funcs.C (depthHook): ...to here
986
987         * paragraph.C (getEndLabel): move from here...
988         * paragraph_funcs.C (getEndLabel): ...to here
989
990         * text2.C (realizeFont): move from here...
991         * paragraph_funcs.C (realizeFont): ...to here
992
993 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
994
995         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
996
997 2003-04-14  Angus Leeming  <leeming@lyx.org>
998
999         * LColor.[Ch]: scrap LColor mathcursor.
1000
1001 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1002
1003         * lyxlex.[Ch] (text): delete function
1004         * trans.C (Load): adjust
1005         * paragraph_funcs.C (readParToken): adjust
1006
1007 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1008
1009         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
1010         vector<char> instead of a char[].
1011
1012         * lyxlex_pimpl.C (getString): adjust
1013         (next): adjust
1014         (lex): use getString
1015         (eatLine): adjust
1016         (nextToken): adjust
1017
1018         * lyxlex.C (text): use pimpl_->getString()
1019         (getBool): ditto
1020         (findToken): ditto
1021
1022 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1023
1024         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
1025         (makeFontEntriesLayoutSpecific): temp var for par.size()
1026         (setLayout): temp var for ownerParagraphs().end()
1027         (fullRebreak): temp var for rows().end()
1028         (selectionAsString): temp var for boost::next(startpit), realize
1029         that the while really is a regular for loop.
1030         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
1031         setCursor in one place.
1032         (setParagraph): temp vr for ownerParagraphs().end()
1033         (updateCounters): make the while loop a for loop
1034         (cutSelection): temp var for ownerParagraphs().end()
1035         (updateInset): make the do {} while() a regular for loop
1036         (getCursorX): use temp vars
1037         (setCurrentFont): use temp vars
1038         (getColumnNearX): use temp vars
1039
1040 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1041
1042         * text.C (transformChar): use temp var for getChar
1043         (computeBidiTables): use temp var for row->par()
1044         (fill): move temp vars for row->par() and pit->layout() earlier in
1045         the function.
1046         (labelFill): use temp var for row->par()
1047         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
1048         asc and desc, realize that pit never changes and that firstpit is
1049         just a duplicate and not needed. Exchange rit->par() with pit in a
1050         lot of places.
1051         (breakAgain): use a temp var for boost::next(rit)
1052         (breakAgainOneRow): ditto
1053         (breakParagraph): use a temp var for rows().begin()
1054         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
1055         (cursorRightOneWord): use temp var for cursor.par() and
1056         cursor.pos(), remove usage of tmpcursor.
1057         (cursorLeftOneWord): use temp var for cursor.par() and
1058         cursor.pos() only set cur at end of function.
1059
1060 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1061
1062         * text.C, text2.C: exchange all usage of Paragraph::next with
1063         boost::next(ParagraphList::iterator)
1064
1065         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
1066
1067         * text2.C (cursorTop): simplify implementation
1068         (cursorBottom): ditto
1069         (setParagraph): use ParagraphList::iterator
1070         (setCurrentFont): adjust
1071         (getColumnNearX): adjust
1072         (cursorRight): adjust
1073         (cursorLeft): remove usage of Paragraph::previous
1074         (cursorUpParagraph): ditto
1075         (deleteEmptyParagraphMechanism): slight cleanup
1076
1077         * text.C (isBoundary): take a Paragraph const & instead of a
1078         pointer as arg.
1079         (addressBreakPoint): ditto
1080         (leftMargin): remove usage of Paragraph::previous.
1081         (setHeightOfRow): ditto
1082         (cursorLeftOneWord): ditto
1083         (selectNextWordToSpellcheck): ditto
1084         (Delete): ditto
1085         (backspace): ditto
1086         (breakParagraph): remove one usage of Paragraph::next
1087         (redoParagraph): ditto
1088         (acceptChange): ditto
1089         (insertChar): adjust
1090         (rowBreakPoint): adjust
1091
1092         * bufferview_funcs.C (toggleAndShow): adjust
1093
1094 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
1095
1096         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
1097         methods to access it.
1098         * lyxtext.h:
1099         * text.C: Added updateRowPositions to compute all row positions.
1100         Make top_y and getRowNearY() to use the cached y position
1101
1102 2003-04-11  John Levon  <levon@movementarian.org>
1103
1104         * text.C (rowBreakPoint): reintroduce the labelEnd
1105         checks, code copied from the row fill stuff. Deep voodoo.
1106
1107         * text.C (fill): add a comment and debugging for the
1108         next poor soul.
1109
1110 2003-04-11  John Levon  <levon@movementarian.org>
1111
1112         * text.C: make sure fullrow insets get wrapped to the next line,
1113         even when they're in a manual label
1114
1115 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1116
1117         * text2.C (insertParagraph): make it take ParagraphList::iterator
1118         as arg.
1119         (setLayout): make it return ParagraphList::iterator
1120         (redoParagraphs): ditto
1121         (setCounter): ditto
1122         (checkParagraph): ditto
1123
1124         * text.C (getRow): make getrow take ParagraphList::iterator as arg
1125
1126         * text2.C: adjust several funcs.
1127         (realizeFont): take a ParagraphList::iterator as arg.
1128         (getLayoutFont): ditto
1129         (getLabelFont): ditto
1130         (setCharFont): ditto
1131
1132         * text.C: adjust several funcs.
1133
1134 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1135
1136         * text.C (selectNextWordToSpellcheck): don't accidentally
1137         skip insets
1138
1139 2003-04-10  John Levon  <levon@movementarian.org>
1140
1141         * ToolbarBackend.C (getIcon): special handling for
1142         LFUN_MATH_DELIM
1143
1144 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1145
1146         * text2.C (cursorRight): a getChar assert fixed
1147
1148 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1149
1150         * text2.C (getFont): change to take a ParagraphList::iterator
1151         instead of Paragraph*
1152         Adjust several functions.
1153
1154         * text.C (transformChar): change to take a ParagraphList::iterator
1155         instead of Paragraph*
1156         (singleWidth): ditto
1157         Adjust several functions.
1158
1159         * rowpainter.C: adjust several functions
1160         * rowpainter.h:store a ParagraphList::iterator and not a
1161         Paragraph&.
1162
1163
1164 2003-04-09  John Levon  <levon@movementarian.org>
1165
1166         * lyxfunc.C:
1167         * lfuns.h:
1168         * LyXAction.h:
1169         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
1170         and the "help" bits as well
1171
1172 2003-04-09  John Levon  <levon@movementarian.org>
1173
1174         * ToolbarBackend.h:
1175         * ToolbarBackend.C: allow multiple toolbars
1176
1177 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1178
1179         * undo_funcs.C (setCursorParUndo): adjust
1180
1181         * text_funcs.C (transposeChars): adjust
1182
1183         * text3.C (gotoNextInset): adjust
1184         (dispatch): adjust
1185
1186         * text2.C (setLayout): adjust
1187         (changeDepth): adjust
1188         (setFont): adjust
1189         (redoParagraphs): adjust
1190         (selectionAsString): adjust
1191         (setParagraph): adjust
1192         (insertInset): adjust
1193         (cutSelection): adjust
1194         (copySelection): adjust
1195         (pasteSelection): adjust
1196         (insertStringAsLines): adjust
1197         (updateInset): adjust
1198         (setCursor): change to take a ParagraphList::iterator parameter
1199         (setCursorIntern): change to take a ParagraphList::iterator parameter
1200         (setCurrentFont): adjust
1201         (cursorLeft): adjust
1202         (cursorRight): adjust
1203         (deleteEmptyParagraphMechanism): adjust
1204
1205         * text.C (breakParagraph): adjust
1206         (insertChar): adjust
1207         (acceptChange): adjust
1208         (rejectChange): adjust
1209         (selectNextWordToSpellcheck): adjust
1210         (changeCase): adjust
1211         (Delete): adjust
1212         (backspace): adjust
1213
1214         * lyxfind.C (SearchForward): adjust
1215         (SearchBackward): adjust
1216         (nextChange): adjust
1217
1218         * lyxcursor.C (par): adjust
1219
1220         * lyxcursor.h: store a ParagraphList::iterator instead of a
1221         Paragraph*
1222
1223         * lyx_cb.C (getPossibleLabel): adjust
1224
1225         * bufferview_funcs.C (toggleAndShow): adjust
1226
1227         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1228         (dispatch): adjust
1229
1230         * BufferView.C (removeAutoInsets): adjust
1231         (lockedInsetStoreUndo): adjust
1232
1233 2003-04-09  John Levon  <levon@movementarian.org>
1234
1235         * ToolbarBackend.C: try icon without argument
1236         if with argument fails
1237
1238 2003-04-08  John Levon  <levon@movementarian.org>
1239
1240         * ToolbarBackend.h:
1241         * ToolbarBackend.C: add getIcon(), handle tooltip,
1242         and change from "Icon" to "Item".
1243
1244 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1245
1246         * BufferView.C (lockInset): another bad getchar crunched
1247
1248 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1249
1250         * text2.C (changeDepth): do not setUndo on test_only (make undo work
1251         again)
1252
1253 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
1254
1255         * lyxfind.C (searchForward, searchBackwards): bug 782
1256
1257 2003-04-07  John Levon  <levon@movementarian.org>
1258
1259         * paragraph.C: remove dead comment
1260
1261         * text.C: remove troublesome depth-fiddling code
1262         in leftMargin() and rightMargin() (bug 1017)
1263
1264         * text.C: fix breaking of rows in nested lists
1265         (bug 1004)
1266
1267         * text2.C (updateCounters): fix up depth values
1268         (bug 1013)
1269
1270 2003-04-07  John Levon  <levon@movementarian.org>
1271
1272         * BufferView_pimpl.C: clear message when doc finishes resizing,
1273         and after a mouse event
1274
1275         * lyxfunc.C: clear message after exiting inset
1276
1277 2003-04-07  John Levon  <levon@movementarian.org>
1278
1279         * bufferview_funcs.C: show math status not outside
1280         status in the statusbar
1281
1282 2003-04-07  John Levon  <levon@movementarian.org>
1283
1284         * lyxfunc.C: note status changed after a depth change
1285
1286 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
1287
1288         * LaTeX.h: move AuxInfo operator==, != out of line.
1289         Remove LaTeX virtual destructor; nothing derives from it.
1290         Move operator()() out of public area and rename it startscript().
1291         Change protected for private.
1292
1293 2003-04-04  Angus Leeming  <leeming@lyx.org>
1294
1295         * lyxfunc.C:
1296         * text2.C: remove unneeded #includes.
1297
1298 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1299
1300         * text2.C (dEPM): fix the heigth of the next row
1301
1302 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1303
1304         * text.C: squashed an invalid getChar requester + some ws changes
1305
1306 2003-04-03  John Levon  <levon@movementarian.org>
1307
1308         * bufferview_funcs.h:
1309         * bufferview_funcs.C:
1310         * lyxfunc.C:
1311         * lyxtext.h:
1312         * text2.C: make getStatus work for the env depth lfuns
1313
1314 2003-04-03  John Levon  <levon@movementarian.org>
1315
1316         * bufferview_funcs.h:
1317         * bufferview_funcs.C:
1318         * lyxfunc.C:
1319         * lyxtext.h:
1320         * text2.C: parlistize decDepth(), by merging it with incDepth()
1321
1322 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1323
1324         * lyxrow.h: store a ParagraphList::iterator instead of a
1325         Paragraph* and adjust other class functions to suit.
1326
1327         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
1328         above.
1329
1330 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1331
1332         * text2.C (setCursor): do not anchor to cursor row for the time being
1333
1334 2003-04-02  John Levon  <levon@movementarian.org>
1335
1336         * LyXAction.C:
1337         * lfuns.h:
1338         * lyx_main.C:
1339         * lyxtext.h:
1340         * text.C:
1341         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
1342
1343 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1344
1345         * paragraph.h: make ParagraphList and ParagraphList::iterator
1346         friends of Paragraph.
1347
1348         * buffer.C (makeLinuxDocFile): move towards ParagraphList
1349
1350         * ParagraphList.C: Use the private next_ and previous_ from
1351         Paragraph.
1352
1353 2003-04-01  John Levon  <levon@movementarian.org>
1354
1355         * ToolbarBackend.h:
1356         * ToolbarBackend.C:
1357         * Makefile.am: rename, remove defaults gunk
1358
1359         * MenuBackend.h:
1360         * MenuBackend.C: remove defaults gunk
1361
1362         * Languages.h:
1363         * Languages.C: remove defaults gunk
1364
1365         * lyx_main.h:
1366         * lyx_main.C: error out if files couldn't be found.
1367
1368 2003-04-02  John Levon  <levon@movementarian.org>
1369
1370         * text2.C: make incDepth() use parlist
1371
1372 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1373
1374         * undo_funcs.C (firstUndoParagraph): adjust
1375
1376         * text3.C (gotoInset): adjust
1377         (dispatch): adjust, and rewrite loop.
1378
1379         * text2.C (init): adjust, and rewrite loop.
1380         (redoParagraphs): adjust
1381         (updateInset): adjust, and rewrite loop.
1382         (deleteEmptyParagraphMechanism): adjust
1383
1384         * tabular.C (LyXTabular): adjust
1385         (SetMultiColumn): adjust
1386         (TeXRow): adjust
1387
1388         * lyxtext.[Ch] (ownerParagraph): delete function
1389         (ownerParagraphs): new function returns a ParagraphList.
1390
1391         * BufferView.C (removeAutoInsets): adjust
1392         (insertErrors): adjust
1393         (setCursorFromRow): adjust
1394
1395 2003-04-01  Angus Leeming  <leeming@lyx.org>
1396
1397         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
1398         in the frontends.
1399
1400 2003-04-02  John Levon  <levon@movementarian.org>
1401
1402         * lyxtext.h:
1403         * text.C:
1404         * Makefile.am:
1405         * text_funcs.h:
1406         * text_funcs.C: make transposeChars a free function
1407
1408         * lyxrow_funcs.C: remove wrong comment
1409
1410 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1411
1412         * lyxtext.h: adjust
1413         * rowpainter.C: adjust
1414         * text.C: adjust
1415         * text2.C: adjust
1416         * text3.C: adjust
1417
1418         * lyxrow_funcs. [Ch]: new files
1419
1420         * lyxrow.[Ch]: remove next and previous pointers
1421         (next,previous): remove accessor functions
1422         (isParEnd): move to lyxrow_funcs
1423         (lastPos): move to lyxrow_funcs
1424         (nextRowIsAllInset): move to lyxrow_funcs
1425         (lastPrintablePos): move to lyxrow_funcs
1426         (numberOfSeparators): move to lyxrow_funcs
1427         (numberOfHfills): move to lyxrow_funcs
1428         (numberOfLabelHfills): move to lyxrow_funcs
1429         (hfillExpansion): move to lyxrow_funcs
1430
1431         * lyxfunc.C: adjust
1432
1433         * bufferview_funcs.C (toggleAndShow): adjust
1434
1435         * RowList.h: Remove class RowList from file leave just a
1436         std::list<Row>.
1437
1438         * RowList.C: delete file
1439
1440         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
1441         and lyxrow_funcs.h
1442
1443 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1444
1445         * text3.C (cursorPrevious): adjust
1446         (cursorNext): adjust
1447         (dispatch): adjust
1448
1449         * text2.C (redoHeightOfParagraph): adjust
1450         (redoDrawingOfParagraph): adjust
1451         (setCursor): adjust
1452
1453         * text.C (breakParagraph): adjust
1454         (insertChar): adjust
1455         (backspace): adjust
1456
1457         * rowpainter.C (RowPainter): adjust
1458         (leftMargin): simplify and adjust
1459         (most rowpainter functions): adjust.
1460
1461         * rowpainter.h: store the row as RowList::iterator not as Row*
1462
1463         * lyxcursor.C (row): taka RowList::iterator as arg
1464         (irow): ditto
1465
1466         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
1467         of Row*.
1468
1469 2003-04-01  Angus Leeming  <leeming@lyx.org>
1470
1471         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
1472         stuff like bool Bool.
1473
1474 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1475
1476         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
1477         rewrite a loop
1478
1479 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1480
1481         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
1482         RowList::iterator.
1483
1484         * lyxtext.h (rows): drop one version and leve a const variant that
1485         returns a RowList::iterator.
1486
1487 2003-03-31  Angus Leeming  <leeming@lyx.org>
1488
1489         * text.C (fill): ensure that the signature is the same as that in the
1490         header file.
1491
1492 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1493
1494         * text2.C (redoParagraphs): adjust
1495         (updateCounters): adjust
1496         (checkParagraph): adjust
1497         (getColumnNearX): adjust and reformat a bit.
1498
1499         * text.C (top_y): adjust
1500         (workWidth): adjust
1501         (leftMargin): adjust
1502         (prepareToPrint): adjust
1503         (getRow): adjust
1504         (getRowNearY): adjust
1505
1506         * lyxtext.h: make rowlist_ mutable.
1507
1508         * RowList.h: add const_iterator
1509         * RowList.C: adjust for RowList::const_iterator.
1510
1511         * text2.C (getCursorX): make it take a RowList::iterator as arg,
1512         adjust.
1513
1514 2003-03-31  John Levon  <levon@movementarian.org>
1515
1516         * lyxrc.h:
1517         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
1518
1519         * lyx_main.C: set default fonts from using lyx_gui funcs
1520
1521         * exporter.C: pdf_mode moved from lyxrc
1522
1523         * lyx_cb.C:
1524         * lyxfunc.C: changes from above
1525
1526 2003-03-31  John Levon  <levon@movementarian.org>
1527
1528         * lyx_main.C: fix to the last fix
1529
1530 2003-03-31  John Levon  <levon@movementarian.org>
1531
1532         * bufferlist.C: "Load original" -> "Load Original"
1533
1534         * converter.C:
1535         * exporter.C:
1536         * importer.C:
1537         * lyx_main.C:
1538         * format.C: more Alert cleanups
1539
1540 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1541
1542         * text2.C (removeParagraph): make it take a RowList::iterator as
1543         arg, adjust.
1544         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
1545         (postRowPaint): make it take a RowList::iterator as arg, adjust.
1546
1547         * text.C (anchor_row): make it take a RowList::iterator as arg,
1548         adjust.
1549         (computeBidiTables): make it take a const reference to Row instead
1550         of Row pointer, adjust.
1551         (leftMargin): make it take a RowList::iterator as arg, adjust.
1552         (rowBreakPoint): adjust
1553         (breakAgainOneRow): make it take a RowList::iterator as arg,
1554         adjust.
1555         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
1556
1557         * bufferview_funcs.C (toggleAndShow): adjust
1558
1559 2003-03-30  John Levon  <levon@movementarian.org>
1560
1561         * Makefile.am:
1562         * BoostFormat.h:
1563         * boost-inst.C: moved to support
1564
1565         * several files: changes as a result
1566
1567 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1568
1569         * text2.C (LyXText): adjust.
1570         (init): adjust
1571         (removeRow): make it take a RowList::iterator as arg, adjust.
1572         (fullRebreak): adjust
1573         (deleteEmptyParagraphMechanism): adjust
1574         (clearPaint): adjust
1575         (postPaint): adjust
1576
1577         * text.C (top_y): adjust
1578         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
1579         (breakAgain): make it take a RowList::iterator as arg, adjust.
1580         (breakParagraph): adjust
1581         (insertChar): adjust
1582         (backspace): adjust
1583
1584         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
1585         need_break_row, and refresh_row.
1586
1587         * text3.C (dispatch): adjust
1588
1589         * text2.C (checkParagraph): adjust
1590         (setCursor): adjust
1591         (setCursorFromCoordinates): adjust
1592
1593         * text.C (top_y): adjust
1594         (workWidth): adjust
1595         (getRow): make it return a RowList::iterator, adjust
1596         (getRowNearY): make it return a RowList::iterator, adjust
1597
1598         * text2.C (init): adjust
1599         (insertRow): remove function
1600         (insertParagraph): adjust
1601         (redoParagraphs): adjust
1602         (fullRebreak): adjust
1603         (updateCounters): adjust
1604
1605         * text.C (top_y): rewrite to use RowList iterators.
1606         (top_y): adjust
1607         (setHeightOfRow): rewrite to sue RowList iterators.
1608         (appendParagraph): adjust
1609         (breakAgain): adjust
1610         (breakAgainOneRow): adjust
1611         (breakParagraph): adjust
1612         (getRow): adjust
1613         (getRowNearY): adjust, and remove commented code.
1614
1615         * lyxtext.h (firstRow): delete function
1616         (lastRow): delete function
1617         (rows): new function (const and non-const versions.)
1618         (insertRow): delete function
1619
1620         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
1621
1622 2003-03-29  John Levon  <levon@movementarian.org>
1623
1624         * BufferView_pimpl.C: always update scrollbar top
1625         because pasting text when we're anchored could mean we
1626         miss an update altogether
1627
1628 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1629
1630         * text2.C (init): use rowlist_.end() and not 0.
1631         (insertRow): change to take a RowList::iterator as arg, adjust
1632         for this.
1633         (insertParagraph): change to take a RowList::iterator as arg,
1634         adjust for this.
1635         (redoParagraphs): remove some debug msgs.
1636
1637         * text.C (appendParagraph): change to take a RowList::iterator
1638         arg, adjust for this.
1639         (breakAgain): add an assert
1640         (breakAgainOneRow): ditto
1641
1642 2003-03-29  John Levon  <levon@movementarian.org>
1643
1644         * text2.C: do not clear selection after inc/decDepth
1645         (bug 550)
1646
1647 2003-03-29  John Levon  <levon@movementarian.org>
1648
1649         * BufferView.C:
1650         * buffer.C: fix broken strerrors according to Lars
1651
1652 2003-03-29  John Levon  <levon@movementarian.org>
1653
1654         * converters.C: more Alert cleanups
1655
1656 2003-03-29  John Levon  <levon@movementarian.org>
1657
1658         * bufferview_funcs.C: remove pointless Alert
1659
1660         * buffer.C: fix confusing error message when
1661         a template is chmoded 000
1662
1663 2003-03-29  John Levon  <levon@movementarian.org>
1664
1665         * BufferView.C:
1666         * BufferView.h:
1667         * BufferView_pimpl.C: Alert fixes
1668
1669         * Makefile.am:
1670         * tabular.C:
1671         * tabular-old.C: remove unused table compat reading
1672
1673 2003-03-29  John Levon  <levon@movementarian.org>
1674
1675         * BufferView.C:
1676         * buffer.C:
1677         * lyx_cb.h:
1678         * lyx_cb.C: more Alert cleanups
1679
1680         * lyxfunc.C: don't allow chktex if not latex document
1681
1682 2003-03-29  John Levon  <levon@movementarian.org>
1683
1684         * lyx_cb.C:
1685         * BufferView.C:
1686         * buffer.C: warnings pushed down from support/,
1687         kill err_alert
1688
1689 2003-03-29  John Levon  <levon@movementarian.org>
1690
1691         * lyxfunc.C: safety check for C-r (revert)
1692
1693 2003-03-29  John Levon  <levon@movementarian.org>
1694
1695         * bufferlist.h:
1696         * bufferlist.C: several UI fixes using Alert::prompt.
1697         Fix the pointless looping quit code. Fix stupid revert
1698         behaviour (bug 938)
1699
1700         * lyxvc.h:
1701         * lyxvc.C:
1702         * lyx_cb.C: use Alert::prompt
1703
1704         * lyx_main.C: remove a silly question
1705
1706         * lyxfunc.C: remove a couple of silly questions,
1707         use Alert::prompt
1708
1709 2003-03-28  John Levon  <levon@movementarian.org>
1710
1711         * text2.C: fix bug 974 (End on empty par)
1712
1713 2003-03-28  John Levon  <levon@movementarian.org>
1714
1715         * BufferView_pimpl.C:
1716         * LyXAction.C:
1717         * lfuns.h: remove do-nothing math greek lfuns
1718
1719 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1720
1721         * lyxgluelength.h (isValidGlueLength): add default arg on
1722         parameter 2. Remove default arg from friend in class.
1723
1724         * lyxlength.h (isValidLength): add default arg on parameter 2.
1725         Remove default arg from friend in class.
1726
1727         * text2.C (LyXText): adjust, initialize refresh_row.
1728         (init): adjust
1729         (removeRow): adjust
1730         (insertRow): adjust
1731         (insertParagraph): adjst
1732         (redoParagraphs): adjust
1733         (fullRebreak): adjust
1734         (updateCounters): adjust
1735         (deleteEmptyParagraphMechanism): first attempt at fixing a
1736         crashing bug.
1737
1738         * text.C (top_y): adjust
1739         (setHeightOfRow): adjust
1740         (getRow): adjust
1741         (getRowNearY): adjust
1742
1743         * lyxtext.h: include RowList.h
1744         (~LyXText): not needed anymore, deleted.
1745         (firstRow): modify for RowList
1746         (lastRow): new function
1747         Delete firstrow and lastrow class variables, add a Rowlist
1748         rowlist_ class variable.
1749
1750         * lyxrow.C (lastPos): use empty() and not !size() to check if a
1751         paragraph is empty.
1752
1753         * RowList.C (insert): fix case where it == begin().
1754
1755 2003-03-26  Angus Leeming  <leeming@lyx.org>
1756
1757         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
1758         the thesaurus dialog.
1759
1760 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1761
1762         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
1763
1764         * RowList.[Ch]: new files
1765
1766         * ParagraphList.C (erase): handle the case where it == begin
1767         correctly.
1768
1769 2003-03-25  John Levon  <levon@movementarian.org>
1770
1771         * Makefile.am:
1772         * aspell_local.h:
1773         * aspell.C: add new aspell support
1774
1775         * lyxrc.h:
1776         * lyxrc.C: Make use_pspell be use_spell_lib. Always
1777         have it accessible.
1778
1779 2003-03-25  Angus Leeming  <leeming@lyx.org>
1780
1781         * lfuns.h:
1782         * LyXAction.C (init): new LFUN_INSET_INSERT.
1783
1784         * BufferView_pimpl.C (dispatch): split out part of the
1785         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
1786
1787         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
1788         LFUN_INSET_APPLY.
1789
1790 2003-03-25  Angus Leeming  <leeming@lyx.org>
1791
1792         * lyxfunc.C (dispatch): changes to the Dialogs interface.
1793
1794 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
1795
1796         * text2.C:
1797         * text3.C: remove useless row->height(0)
1798
1799 2003-03-25  John Levon  <levon@movementarian.org>
1800
1801         * lyxtext.h:
1802         * text2.C:
1803         * text3.C: rename the refreshing stuff to better names
1804
1805 2003-03-24  John Levon  <levon@movementarian.org>
1806
1807         * BufferView_pimpl.h:
1808         * BufferView_pimpl.C: update layout choice on a mouse
1809         press/release
1810
1811 2003-03-23  John Levon  <levon@movementarian.org>
1812
1813         * Makefile.am: fix commandtags.h reference
1814
1815 2003-03-22  John Levon  <levon@movementarian.org>
1816
1817         * BufferView_pimpl.C:
1818         * lyxtext.h:
1819         * rowpainter.C:
1820         * rowpainter.h:
1821         * text.C:
1822         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
1823
1824 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
1825
1826         * lyxtext.h:
1827         * text.C: take the rtl methods out of line
1828
1829 2003-03-21 André Pönitz <poenitz@gmx.net>
1830
1831         * metricsinfo.[Ch]: new files containing structures to be passed around
1832         during the two-phase-drawing...
1833
1834 2003-03-21 André Pönitz <poenitz@gmx.net>
1835
1836         * lyxtextclass.C: read 'environment' tag.
1837
1838 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
1839
1840         * text2.C (removeRow): fix bug 964
1841
1842 2003-03-20  John Levon  <levon@movementarian.org>
1843
1844         * rowpainter.C:
1845         * text.C:
1846         * text2.C: paint cleanups. Inset::update() dropped font
1847         parameter
1848
1849 2003-03-19  John Levon  <levon@movementarian.org>
1850
1851         * lyxfunc.C: only fitcursor/markDirty if available()
1852
1853 2003-03-19  John Levon  <levon@movementarian.org>
1854
1855         * commandtags.h: rename to ...
1856
1857         * lfuns.h: ... this, and renumber / cleanup
1858
1859 2003-03-19  John Levon  <levon@movementarian.org>
1860
1861         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
1862         fit the cursor after an lfun
1863
1864         * BufferView.h:
1865         * BufferView.C:
1866         * BufferView_pimpl.h:
1867         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
1868
1869         * LyXAction.C: layout-character should have ReadOnly
1870
1871         * ParagraphParameters.C:
1872         * buffer.C:
1873         * bufferview_funcs.C:
1874         * lyx_cb.C:
1875         * lyxfind.C:
1876         * lyxtext.h:
1877         * text.C:
1878         * text2.C:
1879         * text3.C:
1880         * undo_funcs.C: changes from above
1881
1882 2003-03-18  John Levon  <levon@movementarian.org>
1883
1884         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
1885         remove it from update()
1886
1887         * lyxfunc.C: update layout choice after an lfun
1888
1889         * text3.C: remove extra updateLayoutChoice()s
1890
1891 2003-03-18  John Levon  <levon@movementarian.org>
1892
1893         * text.C: top_y change means full repaint, fix
1894         a drawing bug with cursor movement
1895
1896 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
1897
1898         * lyxtext.h:
1899         * text.C:
1900         * text2.C: anchor row on setCursor
1901
1902 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
1903
1904         * lyxtext.h: remove almost all mutable keywords
1905         * text.C:
1906         * text2.C:
1907         * text3.C: remove const keywords accordingly
1908
1909 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1910
1911         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
1912         anon namespace
1913         (TeXEnvironment): ditto
1914         (TeXOnePar): ditto
1915
1916 2003-03-17  John Levon  <levon@movementarian.org>
1917
1918         * text.C (rowBreakPoint): remove attempt to fix displayed
1919         math insets inside a manual label
1920
1921 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1922
1923         * lyxtext.h: remove BufferView* as first arg from almost all class
1924         functions.
1925         * other files: adjust.
1926
1927 2003-03-17  John Levon  <levon@movementarian.org>
1928
1929         * lyxtext.h:
1930         * undo_funcs.C:
1931         * text2.C: more paint cleanups
1932
1933         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
1934
1935         * rowpainter.h:
1936         * rowpainter.C: remove "smart" background painting code
1937
1938 2003-03-16  John Levon  <levon@movementarian.org>
1939
1940         * lyxtext.h:
1941         * text.C:
1942         * text2.C:
1943         * text3.C: add helper functions for setting refresh_row/y
1944
1945 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
1946
1947         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
1948         newline inset which *can* get inserted in the pass_thru layouts.
1949         This is primarily for literate documents.
1950
1951 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
1952
1953         * buffer.C: increment LYX_FORMAT to 223
1954
1955 2003-03-14 André Pönitz <poenitz@gmx.net>
1956
1957         * textclass.h: prepare for environment handling, ws changes
1958         * lyxlayout.C: read latexheader and latexfooter tags
1959
1960 2003-03-14  John Levon  <levon@movementarian.org>
1961
1962         * text2.C: rewrite ::status() a bit
1963
1964 2003-03-13  John Levon  <levon@movementarian.org>
1965
1966         * lyxtext.h: add some docs
1967
1968 2003-03-13  John Levon  <levon@movementarian.org>
1969
1970         * lyxtext.h:
1971         * text.C:
1972         * text2.C:
1973         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
1974
1975 2003-03-13  John Levon  <levon@movementarian.org>
1976
1977         * text3.C: fix appendix redrawing
1978
1979 2003-03-13  John Levon  <levon@movementarian.org>
1980
1981         * text.C (setHeightOfRow):
1982         * rowpainter.h:
1983         * rowpainter.C: make appendix mark have the text
1984           "Appendix" so the user knows what it is
1985
1986         * LColor.h:
1987         * LColor.C: s/appendixline/appendix/ from above
1988
1989 2003-03-13  John Levon  <levon@movementarian.org>
1990
1991         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
1992
1993         * text.C: fix a getChar(pos) bug properly
1994
1995 2003-03-13  Angus Leeming  <leeming@lyx.org>
1996
1997         * commandtags.h:
1998         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
1999         Probably only temporary. Let's see how things pan out.
2000
2001         * BufferView.C (unlockInset):
2002         * BufferView_pimpl.C (fitCursor):
2003         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
2004
2005         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
2006         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
2007
2008         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
2009         new functions that convert ParagraphParameters to and from a string.
2010
2011         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
2012         BufferView::Pimpl's dispatch.
2013         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
2014
2015 2003-03-13 André Pönitz <poenitz@gmx.net>
2016
2017         * lyxfunc.C:
2018         * text3.C:
2019         * factory.C: make it aware of InsetEnv
2020
2021 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2022
2023         * text2.C (setCursor): never ask for one past last
2024         (setCursor): add some debugging messages.
2025
2026         * text.C (singleWidth): never ask for one past last
2027         (singleWidth): ditto
2028         (leftMargin): ditto
2029         (rightMargin): ditto
2030         (rowBreakPoint): ditto
2031         (setHeightOfRow): ditto
2032         (prepareToPrint): ditto
2033
2034         * rowpainter.C (paintBackground): never ask for one past last
2035         (paintText): never ask for one past last
2036
2037         * paragraph_pimpl.C (getChar): make the assert stricter, never
2038         allow the one past last pos to be taken
2039
2040         * paragraph.C (getChar): ws changes only
2041
2042         * lyxrow.C (nextRowIsAllInset): never ask for one past last
2043         (numberOfSeparators): ditto
2044         (numberOfHfills): ditto
2045
2046 2003-03-12  John Levon  <levon@movementarian.org>
2047
2048         * author.h:
2049         * author.C:
2050         * bufferparams.h:
2051         * bufferparams.C:
2052         * paragraph_funcs.C: fix per-buffer authorlists
2053
2054 2003-03-12  John Levon  <levon@movementarian.org>
2055
2056         * text.C: fix newline in right address
2057
2058 2003-03-12  Angus Leeming  <leeming@lyx.org>
2059
2060         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
2061         duplicate those in LyXFunc::dispatch.
2062
2063         * commandtags.h:
2064         * LyXAction.C:
2065         * ToolbarDefaults.C:
2066         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
2067         Add LFUN_FONTFREE_UPDATE.
2068
2069         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
2070         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
2071
2072         * bufferview_func.[Ch]: several new functions to facilliate
2073         transfer of data to and from the character dialog.
2074
2075 2003-03-12  John Levon  <levon@movementarian.org>
2076
2077         * buffer.C:
2078         * paragraph.h:
2079         * paragraph.C:
2080         * paragraph_funcs.C:
2081         * paragraph_pimpl.C:
2082         * sgml.C:
2083         * tabular.C:
2084         * text.C:
2085         * text3.C: remove META_NEWLINE in favour of an inset
2086
2087         * rowpainter.h:
2088         * rowpainter.C: remove paintNewline (done by inset)
2089
2090 2003-03-12  John Levon  <levon@movementarian.org>
2091
2092         * paragraph_pimpl.C: complain about bad getChar()s
2093         for a while at least
2094
2095 2003-03-12  John Levon  <levon@movementarian.org>
2096
2097         * buffer.h:
2098         * buffer.C: move paragraph read into a separate function,
2099         a little renaming to reflect that.
2100
2101         * bufferparams.h:
2102         * bufferparams.C: remove the author_ids map, not necessary now
2103
2104         * factory.h:
2105         * factory.C: moved Buffer::readInset to here
2106
2107         * paragraph_funcs.h:
2108         * paragraph_funcs.C: readParagraph free function moved from
2109         buffer.C
2110
2111         * tabular.C: name change
2112
2113 2003-03-12  John Levon  <levon@movementarian.org>
2114
2115         * buffer.C:
2116         * ParagraphParameters.C: move par params input to
2117         a read() method
2118
2119         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
2120         behave like a normal read from the stream wrt reading
2121         a line vs. a \\token
2122
2123 2003-03-12  John Levon  <levon@movementarian.org>
2124
2125         * paragraph.C:
2126         * ParagraphParameters.h:
2127         * ParagraphParameters.C: move output code to a
2128         ::write() method
2129
2130 2003-03-12  John Levon  <levon@movementarian.org>
2131
2132         * BufferView.C (insertLyXFile):
2133         * buffer.h:
2134         * buffer.C:
2135         * tabular.C: use a parlist iterator for creating the
2136           document.
2137
2138 2003-03-12  John Levon  <levon@movementarian.org>
2139
2140         * buffer.C: make current_change static local not
2141           static file-scope
2142
2143 2003-03-12  John Levon  <levon@movementarian.org>
2144
2145         * buffer.C: fix insertStringAsLines for change tracking
2146
2147 2003-03-12  John Levon  <levon@movementarian.org>
2148
2149         * BufferView.C:
2150         * tabular.C:
2151         * buffer.h:
2152         * buffer.C:
2153         * bufferparams.h:
2154         * bufferparams.C: move author list into params. Rename some
2155           functions. Move the header reading into a separate token
2156           loop. Move the header token reading into BufferParams.
2157
2158 2003-03-12  John Levon  <levon@movementarian.org>
2159
2160         * changes.C: put debug inside lyxerr.debugging() checks
2161
2162 2003-03-11 André Pönitz <poenitz@gmx.net>
2163
2164         * factory.C: make it aware of InsetHFill
2165
2166 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2167
2168         * buffer.C (latexParagraphs): move function from here...
2169         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
2170         args.
2171
2172 2003-03-10  Angus Leeming  <leeming@lyx.org>
2173
2174         * LyXAction.C (init): fix bug in poplating array with multiple entries
2175         with the same LFUN (spotted by JMarc).
2176
2177 2003-03-10  John Levon  <levon@movementarian.org>
2178
2179         * text.C:
2180         * text2.C: move getColumnNearX() near its
2181         only call site
2182
2183 2003-03-10  John Levon  <levon@movementarian.org>
2184
2185         * text.C: fix break before a minipage
2186
2187 2003-03-10  John Levon  <levon@movementarian.org>
2188
2189         * text.C: fix the last commit
2190
2191 2003-03-09  John Levon  <levon@movementarian.org>
2192
2193         * lyxtext.h:
2194         * text.C:
2195         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
2196         bug 365 (don't break before insets unless needed). Don't
2197         return a value > last under any circumstances.
2198
2199 2003-03-09  Angus Leeming  <leeming@lyx.org>
2200
2201         * BufferView_pimpl.C (trackChanges, dispatch): call
2202         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
2203
2204 2003-03-09  Angus Leeming  <leeming@lyx.org>
2205
2206         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
2207         than Dialogs::showAboutlyx().
2208
2209 2003-03-09  Angus Leeming  <leeming@lyx.org>
2210
2211         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
2212         than Dialogs::showTabularCreate().
2213
2214 2003-03-09  John Levon  <levon@movementarian.org>
2215
2216         * lyxtext.h:
2217         * text.C:
2218         * text2.C: 3rd arg to nextBreakPoint was always the same.
2219           Use references.
2220
2221 2003-03-08  John Levon  <levon@movementarian.org>
2222
2223         * lyxrow.C:
2224         * paragraph.C:
2225         * paragraph.h:
2226         * rowpainter.C:
2227         * text.C:
2228         * text2.C: Remove the "main" bit from the "main body"
2229           notion.
2230
2231 2003-03-08  John Levon  <levon@movementarian.org>
2232
2233         * text.C (leftMargin): The left margin of an empty
2234         manual label paragraph should not include the label width
2235         string length.
2236
2237         * text.C (prepareToPrint): don't attempt to measure hfills
2238         for empty manual label paragraphs - the answer should be 0
2239
2240 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2241
2242         * CutAndPaste.C: remove commented code and reindent.
2243
2244 2003-03-08  John Levon  <levon@movementarian.org>
2245
2246         * lyxfunc.h:
2247         * lyxfunc.C: move reloadBuffer()
2248
2249         * BufferView.h:
2250         * BufferView.C: to here
2251
2252         * lyxvc.C: add comment
2253
2254         * vc-backend.h:
2255         * vc-backend.C: call bv->reload() to avoid
2256           getStatus() check on MENURELOAD
2257
2258 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
2259
2260         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
2261         to an old format .dep file.
2262
2263 2003-03-07  Angus Leeming  <leeming@lyx.org>
2264
2265         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
2266         when the LFUN_MOUSE_RELEASE should have been handled by
2267         inset->localDispatch.
2268
2269 2003-03-07  Angus Leeming  <leeming@lyx.org>
2270
2271         * BufferView_pimpl.C (dispatch):
2272         * LyXAction.C (init):
2273         * ToolbarDefaults.C (init):
2274         * commandtags.h:
2275         * lyxfunc.C (getStatus):
2276         remove LFUN_INSET_GRAPHICS.
2277
2278         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
2279
2280 2003-03-07  Angus Leeming  <leeming@lyx.org>
2281
2282         * commandtags.h:
2283         * LyXAction.C (init):
2284         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
2285
2286         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
2287
2288         * commandtags.h:
2289         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
2290
2291         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
2292         localDispatch method LFUN_INSET_DIALOG_UPDATE.
2293
2294 2003-03-07  Angus Leeming  <leeming@lyx.org>
2295
2296         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
2297         remove "ert".
2298
2299 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2300
2301         * ParagraphList.C (front): new function
2302         (back): implement
2303
2304 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2305
2306         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
2307         and top_row_offset_. removed var first_y.
2308         * text.C (top_y):
2309         * text2.C (LyXText, removeRow):
2310         * text3.C:
2311         * BufferView_pimpl.C:
2312         use these methods instead of using first_y
2313
2314 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2315
2316         * text2.C (pasteSelection): adjust for checkPastePossible
2317
2318         * CutAndPaste.C: remove Paragraph * buf and replace with
2319         ParagraphList paragraphs.
2320         (DeleteBuffer): delete
2321         (cutSelection): change the tc type to textclass_type
2322         (copySelection): change the tc type to textclass_type
2323         (copySelection): adjust for ParagraphList
2324         (pasteSelection): change the tc type to textclass_type
2325         (pasteSelection): adjust for Paragraphlist
2326         (nrOfParagraphs): simplify for ParagraphList
2327         (checkPastePossible): simplify for ParagraphList
2328         (checkPastePossible): remove unused arg
2329
2330         * ParagraphList.C (insert): handle the case where there are no
2331         paragraphs yet.
2332
2333         * CutAndPaste.h: make CutAndPaste a namespace.
2334
2335         * text3.C (dispatch): adjust
2336
2337         * text.C (breakParagraph): add a ParagraphList as arg
2338
2339         * paragraph_funcs.C (breakParagraph): change to take a
2340         BufferParams and a ParagraphList as args.
2341         (breakParagraphConservative): ditto
2342         (mergeParagraph): ditto
2343         (TeXDeeper): add a ParagraphList arg
2344         (TeXEnvironment): ditto
2345         (TeXOnePar): ditto
2346
2347         * buffer.C (readLyXformat2): adjust
2348         (insertStringAsLines): adjust
2349         (latexParagraphs): adjust
2350
2351         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
2352         (cutSelection): adjust
2353         (pasteSelection): adjust
2354
2355         * BufferView_pimpl.C (insertInset): adjust
2356
2357 2003-03-05  Angus Leeming  <leeming@lyx.org>
2358
2359         * commandtags.h:
2360         * LyXAction.C (init):
2361         * BufferView_pimpl.C (dispatch):
2362         * lyxfunc.C (getStatus):
2363         remove LFUN_CHILD_INSERT.
2364
2365         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
2366
2367 2003-03-05  Angus Leeming  <leeming@lyx.org>
2368
2369         * commandtags.h:
2370         * LyXAction.C (init):
2371         * src/factory.C (createInset):
2372         * lyxfunc.C (getStatus):
2373         * text3.C (dispatch):
2374         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
2375
2376         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
2377
2378 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
2379
2380         * ParagraphList.C (insert): handle insert right before end()
2381         (erase): fix cases where it can be first or last paragraph.
2382
2383 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2384
2385         * paragraph_funcs.C (TeXEnvironment): remove all usage of
2386         Paragraph::next and Paragraph::previous
2387         (TeXOnePar): ditto
2388
2389         * text.C (breakParagraph): adjust
2390
2391         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
2392         BufferParams& as arg.
2393         (breakParagraph): use ParagraphList::insert
2394         (breakParagraphConservative): take a Buffer* instead of a
2395         BufferParams& as arg.
2396         (breakParagraphConservative): use ParagraphList::insert.
2397
2398         * buffer.C (insertStringAsLines): un-const it
2399         (insertStringAsLines): adjust
2400
2401         * ParagraphList.C (insert): new function
2402
2403         * CutAndPaste.C (pasteSelection): adjust
2404
2405         * text.C (backspace): adjust
2406
2407         * tabular.C (SetMultiColumn): adjust
2408
2409         * CutAndPaste.C (cutSelection): adjust
2410         (pasteSelection): adjust
2411
2412         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
2413         Buffer const * as arg
2414
2415         * ParagraphList.C (erase): new function
2416         * paragraph_funcs.C (mergeParagraph): use it
2417         (mergeParagraph): make it take a Buffer* instead of a
2418         BufferParams* as arg
2419
2420         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
2421         as arg
2422         (breakParagraphConservative): ditto
2423
2424         * paragraph.h: remove the breakParagraph friend
2425
2426         * paragraph.C (eraseIntern): new function
2427         (setChange): new function
2428
2429         * paragraph_funcs.C (mergeParagraph): make it take a
2430         ParagraphList::iterator instead of a Paragraph *, adjust
2431         accordingly.
2432
2433         * paragraph.h: move an #endif so that the change tracking stuff
2434         also works in the NO_NEXT case.
2435
2436 2003-03-04  Angus Leeming  <leeming@lyx.org>
2437
2438         * commandtags.h:
2439         * LyXAction.C: new LFUN_INSET_MODIFY.
2440
2441         * BufferView_pimpl.C (dispatch): if an inset is found to be open
2442         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
2443
2444 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2445
2446         * several files: ws changes only
2447
2448         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
2449         (TeXEnvironment): ditto
2450         (TeXDeeper): ditto
2451
2452         * buffer.C (makeLaTeXFile): adjust
2453         (latexParagraphs): make it take ParagraphList::iterator as args
2454
2455 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2456
2457         * buffer.C (latexParagraphs): adjust
2458
2459         * paragraph.C (TeXOnePar): move function...
2460         (optArgInset): move function...
2461         (TeXEnvironment): move function...
2462         * paragraph_pimpl.C (TeXDeeper): move function...
2463         * paragraph_funcs.C: ...here
2464
2465         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
2466
2467 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2468
2469         * buffer.C (readInset): remove compability code for old Figure and
2470         InsetInfo insets
2471
2472 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2473
2474         * buffer.C: ws changes
2475         (readInset):
2476
2477         * BufferView_pimpl.C: ditto
2478         * author.C: ditto
2479         * buffer.h: ditto
2480         * bufferlist.h: ditto
2481         * changes.h: ditto
2482         * lyxfunc.C: ditto
2483
2484 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
2485
2486         * converter.[Ch]: split into itself +
2487         * graph.[Ch]
2488         * format.[Ch]
2489         * Makefile.am: += graph.[Ch] + format.[Ch]
2490         * MenuBackend.C
2491         * buffer.C
2492         * exporter.C
2493         * importer.C
2494         * lyx_main.C
2495         * lyxfunc.C
2496         * lyxrc.C: added #include "format.h"
2497
2498 2003-02-27  Angus Leeming  <leeming@lyx.org>
2499
2500         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
2501           a label.
2502
2503         * factory.C (createInset): add "label" to the factory.
2504
2505         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
2506           string and do no more.
2507
2508 2003-02-27  Angus Leeming  <leeming@lyx.org>
2509
2510         * commandtags.h:
2511         * LyXAction.C (init):
2512         * factory.C (createInset):
2513         * BufferView_pimpl.C (dispatch):
2514           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
2515
2516         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
2517
2518         * lyxfunc.C (dispatch):
2519         * text3.C (dispatch): pass name to params2string.
2520
2521 2003-02-26  Angus Leeming  <leeming@lyx.org>
2522
2523         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
2524           blocks together.
2525           Rearrange the ~includes. Strip out the unnecessary ones.
2526
2527         * factory.C (createInset): reformat.
2528           create new insets for the various LFUN_XYZ_APPLY lfuns.
2529
2530 2003-02-26  John Levon  <levon@movementarian.org>
2531
2532         * lyxrow.h:
2533         * lyxrow.C: add isParStart,isParEnd helpers
2534
2535         * paragraph.h: make isInserted/DeletedText take refs
2536
2537         * paragraph_funcs.h:
2538         * paragraph_funcs.C: remove #if 0'd code
2539
2540         * lyxtext.h:
2541         * text3.C:
2542         * text2.C:
2543         * text.C: use lyxrow helpers above.
2544           Move draw and paint routines to RowPainter.
2545           Make several methods use refs not pointers.
2546           Make backgroundColor() const.
2547           Add markChangeInDraw(), isInInset().
2548           Merge changeRegionCase into changeCase.
2549           Make workWidth() shouldn't-happen code into an Assert.
2550
2551         * rowpainter.h:
2552         * rowpainter.C: new class for painting a row.
2553
2554         * vspace.h:
2555         * vspace.C: make inPixels take a ref
2556
2557 2003-02-26  Angus Leeming  <leeming@lyx.org>
2558
2559         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
2560         LFUN_REF_APPLY.
2561
2562 2003-02-25  John Levon  <levon@movementarian.org>
2563
2564         * ispell.C: give the forked command a more accurate name
2565
2566 2003-02-22  John Levon  <levon@movementarian.org>
2567
2568         * toc.h:
2569         * toc.C: make TocItem store an id not a Paragraph *
2570           (bug #913)
2571
2572 2003-02-21  Angus Leeming  <leeming@lyx.org>
2573
2574         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
2575           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
2576           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
2577           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
2578           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
2579           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
2580
2581         * BufferView_pimpl.C (dispatch):
2582         * LyXAction.C (init):
2583         * factory.C (createInset):
2584         * lyxfunc.C (getStatus, dispatch):
2585         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
2586
2587 2003-02-21  Angus Leeming  <leeming@lyx.org>
2588
2589         * BufferView_pimpl.C (MenuInsertLyXFile):
2590         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
2591         * lyxfunc.C (menuNew, open, doImport):
2592           no longer pass a LyXView & to fileDlg.
2593
2594 2003-02-21  Angus Leeming  <leeming@lyx.org>
2595
2596         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
2597         * LyXAction.C: change, BIBKEY to BIBITEM.
2598         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
2599         Change InsetBibKey to InsetBibitem.
2600         Change BIBKEY_CODE to BIBITEM_CODE.
2601         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
2602         * factory.C: replace insetbib.h with insetbibitem.h.
2603         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
2604         * paragraph.C: replace insetbib.h with insetbibitem.h.
2605         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
2606         Change bibkey() to bibitem().
2607         * text.C: remove insetbib.h.
2608         * text2.C: replace insetbib.h with insetbibitem.h.
2609         change bibkey() to bibitem().
2610         * text3.C: remove insetbib.h.
2611         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
2612
2613 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2614
2615         * lyxrc.C (output): enclose user email in quotes (in case there are
2616         several words)
2617
2618 2003-02-18  John Levon  <levon@movementarian.org>
2619
2620         * buffer.h: add std::
2621
2622 2003-02-17  John Levon  <levon@movementarian.org>
2623
2624         * SpellBase.h:
2625         * ispell.h:
2626         * ispell.C:
2627         * pspell.h:
2628         * pspell.C: reworking. Especially in ispell, a large
2629           number of clean ups and bug fixes.
2630
2631         * lyxfunc.C: fix revert to behave sensibly
2632
2633 2003-02-17 André Pönitz <poenitz@gmx.net>
2634
2635         * LyXAction.C:
2636         * commandtags.h: new LFUN_INSERT_BIBKEY
2637
2638         * layout.h:
2639         * lyxlayout.C:
2640         * buffer.C:
2641         * factory.C:
2642         * text.C:
2643         * text2.C:
2644         * text3.C:
2645         * paragraph.[Ch]:
2646         * paragraph_func.C: remove special bibkey handling
2647
2648 2003-02-17  John Levon  <levon@movementarian.org>
2649
2650         * text.C (Delete): fix case where delete at the end of
2651           the very first paragraph would not merge the pars
2652
2653 2003-02-17  John Levon  <levon@movementarian.org>
2654
2655         * lyxrow.C: fix lastPrintablePos()
2656
2657 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2658
2659         * bufferparams.C (writeLaTeX): add a std:here
2660
2661         * buffer.C: and remove a using directive there
2662
2663 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2664
2665         * buffer.C (makeLaTeXFile): move the code that generates the
2666           preamble...
2667
2668         * bufferparams.C (writeLaTeX): ... in this new method
2669
2670         * LaTeXFeatures.C (getEncodingSet): make const
2671           (getLanguages): make const
2672
2673         * MenuBackend.C (binding): returns the binding associated to this
2674           action
2675           (add): sets the status of each item by calling getStatus. Adds
2676           some intelligence.
2677           (read): add support for OptSubMenu
2678           (expand): remove extra separator at the end of expanded menu
2679
2680 2003-02-15  John Levon  <levon@movementarian.org>
2681
2682         * BufferView.C:
2683         * BufferView_pimpl.C:
2684         * bufferlist.h:
2685         * bufferlist.C: remove pointless BufferStorage bloat. Remove
2686           inset code that had no actual effect. Remove unneeded status
2687           code.
2688
2689 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2690
2691         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
2692           in preamble
2693
2694 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
2695
2696         * text.C (drawLengthMarker): also draw an arrow marker for
2697           symbolic lengths (medskip...)
2698
2699 2003-02-14  John Levon  <levon@movementarian.org>
2700
2701         * tabular.h:
2702         * tabular.C: better method names
2703
2704 2003-02-14  John Levon  <levon@movementarian.org>
2705
2706         * BufferView_pimpl.C:
2707         * bufferlist.C:
2708         * buffer.C:
2709         * converter.C:
2710         * lyx_cb.C:
2711         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
2712           it's a more accurate name. Remove some pointless uses.
2713
2714 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2715
2716         * text2.C (LyXText): change order of initilizers to shut off
2717           warnings
2718
2719 2003-02-14  John Levon  <levon@movementarian.org>
2720
2721         * buffer.C: use ParIterator for getParFromID()
2722
2723         * paragraph.h:
2724         * paragraph.C:
2725         * paragraph_pimpl.h:
2726         * paragraph_pimpl.C: remove unused getParFromID()
2727
2728 2003-02-14  John Levon  <levon@movementarian.org>
2729
2730         * buffer.C: remove some very old #if 0'd parse code
2731
2732 2003-02-13  John Levon  <levon@movementarian.org>
2733
2734         * text.h:
2735         * text.C:
2736         * text2.C: move hfillExpansion(), numberOfSeparators(),
2737           rowLast(), rowLastPrintable(), numberofHfills(),
2738           numberOfLabelHfills() ...
2739
2740         * lyxrow.h:
2741         * lyxrow.C: ... to member functions here.
2742
2743         * paragraph.h:
2744         * paragraph.C:
2745         * lyxtext.h:
2746         * text.C: remove LyXText::beginningOfMainBody(), and call
2747           p->beginningOfMainBody() directly. Move the check for
2748           LABEL_MANUAL into the latter.
2749
2750         * text.h:
2751         * text.C:
2752         * text2.C:
2753         * vspace.C:
2754         * BufferView.h:
2755         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
2756
2757         * text.h:
2758         * text.C:
2759         * text2.C:
2760         * text3.C:
2761         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
2762           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
2763
2764 2003-02-13  John Levon  <levon@movementarian.org>
2765
2766         * CutAndPaste.C: remove debug
2767
2768 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2769
2770         * paragraph.C (asString): remove two unused variables
2771
2772         * lyxtextclass.C (readTitleType):
2773           (Read):
2774           (LyXTextClass): handle new members titletype_ and titlename_
2775
2776         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
2777
2778 2003-02-09  John Levon  <levon@movementarian.org>
2779
2780         * buffer.h:
2781         * buffer.C: replace hand-coded list with a map for the dep clean
2782
2783 2003-02-08  John Levon  <levon@movementarian.org>
2784
2785         * LaTeX.C: consolidate code into showRunMessage() helper
2786
2787 2003-02-08  John Levon  <levon@movementarian.org>
2788
2789         * lyxfind.C:
2790         * lyxtext.h:
2791         * text2.C:
2792         * BufferView.C: change setSelectionOverString() to setSelectionRange()
2793           and pass the size in explicitly
2794
2795         * BufferView_pimpl.h:
2796         * BufferView_pimpl.C:
2797         * BufferView.h:
2798         * BufferView.C: add getCurrentChange()
2799
2800         * BufferView_pimpl.h:
2801         * BufferView_pimpl.C: handle change lfuns
2802
2803         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
2804           for changes. Mark pasted paragraphs as new.
2805
2806         * support/lyxtime.h:
2807         * support/lyxtime.C:
2808         * DepTable.C: abstract time_t as lyx::time_type
2809
2810         * LColor.h:
2811         * LColor.C: add colours for new text, deleted text, changebars
2812
2813         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
2814           package use "usenames" option.
2815
2816         * commandtags.h:
2817         * lyxfunc.C:
2818         * LyXAction.C: add change lfuns
2819
2820         * Makefile.am:
2821         * author.h:
2822         * author.C: author handling
2823
2824         * buffer.h:
2825         * buffer.C: add a per-buffer author list, with first entry as
2826           current author. Handle new .lyx tokens for change tracking. Output
2827           author list to .lyx file. Output dvipost stuff to .tex preamble.
2828           Bump lyx format to 222.
2829
2830         * bufferlist.h:
2831         * bufferlist.C: add setCurrentAuthor() to reset current author details
2832           in all buffers.
2833
2834         * bufferparams.h:
2835         * bufferparams.C: add param for tracking
2836
2837         * bufferview_funcs.C: output change info in minibuffer
2838
2839         * Makefile.am:
2840         * changes.h:
2841         * changes.C: add change-tracking structure
2842
2843         * debug.h:
2844         * debug.C: add CHANGES debug flag
2845
2846         * lyxfind.h:
2847         * lyxfind.C: add code for finding the next change piece
2848
2849         * lyxrc.h:
2850         * lyxrc.C: add user_name and user_email
2851
2852         * lyxrow.h:
2853         * lyxrow.C: add a metric for the top of the text line
2854
2855         * lyxtext.h:
2856         * text.C: implement accept/rejectChange()
2857
2858         * lyxtext.h:
2859         * text.C: paint changebars. Paint new/deleted text in the chosen colours.
2860           Strike through deleted text.
2861
2862         * paragraph.h:
2863         * paragraph.C:
2864         * paragraph_pimpl.h:
2865         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass in the current change
2866           to the insert functions. Rework erase to mark text as deleted, adding
2867           an eraseIntern() and a range-based erase(). Implement
2868           per-paragraph change lookup and accept/reject.
2869
2870         * paragraph_funcs.C: Fixup paste for change tracking.
2871
2872         * tabular.C: mark added row/columns as new.
2873
2874         * text.C: fix rowLast() to never return -1. Don't allow spellchecking of deleted
2875           text. Track transpose changes. Don't allow paragraph break or merge where appropriate.
2876
2877         * text2.C: leave cursor at end of selection after a cut.
2878
2879 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2880
2881         * text.C (getLengthMarkerHeight):
2882         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
2883         visible on screen too.
2884
2885 2003-02-07  John Levon  <levon@movementarian.org>
2886
2887         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
2888
2889 2003-02-05  Angus Leeming  <leeming@lyx.org>
2890
2891         * lyxserver.C (read_ready): revert my patch of 11 September last year
2892         as it sends PC cpu through the roof. Presumably this means that
2893         the lyxserver will no longer run on an Alpha...
2894
2895 2003-01-30  Angus Leeming  <leeming@lyx.org>
2896
2897         * factory.C (createInset): create an InsetCommandParam of type "index"
2898         and use it to 'do the right thing'.
2899
2900         * text2.C (getStringToIndex): ensure that cursor position is always
2901         reset to the reset_cursor position.
2902
2903 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2904
2905         * lyxfunc.C (getStatus): "buffer-export custom" should never be
2906         disabled.
2907
2908 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
2909
2910         * bufferview.C:
2911         * lyxcb.C:
2912         * lyxfunc.C: Output messages with identical spelling, punctuation,
2913         and spaces
2914
2915 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
2916
2917         * MenuBackend.C (expandFormats): List only viewable export formats
2918         in "View" menu
2919
2920         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
2921         message
2922
2923         * lyxfunc.C (getStatus): Make sure that formats other than
2924         "fax" can also be disabled
2925
2926 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2927
2928         * text3.C (dispatch): put the lfuns that insert insets in 3
2929         groups, and call doInsertInset with appropriate arguments.
2930         (doInsertInset): new function, that creates an inset and inserts
2931         it according to some boolean parameters.
2932
2933 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2934
2935         * buffer.C (readFile): remember to pass on 'par' when calling
2936         readFile recursively.
2937
2938 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2939
2940         * MenuBackend.C (expandFormats): add "..." to import formats.
2941
2942 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2943
2944         * paragraph.C (asString): Remove XForms RTL hacks.
2945
2946 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
2947         * buffer.C: fix typo
2948
2949 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2950
2951         * Makefile.am (LIBS): delete var
2952         (lyx_LDADD): add @LIBS@ here instead.
2953
2954 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
2955
2956         * Clarify the meaning of "wheel mouse jump"
2957
2958 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2959
2960         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
2961         tabular in a float
2962
2963 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2964
2965         * importer.C (Loaders): do not preallocate 3 elements in the
2966         vector, since one ends up with 6 elements otherwise
2967
2968 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2969
2970         * DepTable.C (write): write the file name as last element of the
2971         .dep file (because it may contain spaces)
2972         (read): read info in the right order
2973
2974 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2975
2976         * paragraph_pimpl.C (simpleTeXBlanks):
2977         (simpleTeXSpecialChars):
2978         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
2979
2980         * tabular.C (latex): add some missing case statements. Reindent.
2981
2982         * MenuBackend.C (expandToc): remove unused variable.
2983
2984 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2985
2986         * LColor.C:
2987         * LaTeX.C:
2988         * LyXAction.C:
2989         * MenuBackend.C:
2990         * buffer.C:
2991         * exporter.C:
2992         * lyxfunc.C:
2993         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
2994         and the like.
2995
2996 2003-01-05  John Levon  <levon@movementarian.org>
2997
2998         * BufferView.h:
2999         * BufferView.C: add getEncoding()
3000
3001         * kbsequence.h:
3002         * kbsequence.C: do not store last keypress
3003
3004         * lyxfunc.h:
3005         * lyxfunc.C: store last keypress here instead. Pass encoding
3006           to getISOEncoded()
3007
3008 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3009
3010         * lyx_main.C (init): remove annoying error message when following
3011         symbolic links (bug #780)
3012
3013 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3014
3015         * text.C (insertChar):
3016         * lyxrc.C (getDescription): remove extra spaces
3017
3018 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3019
3020         * lyxrc.C (getDescription): remove extra spaces
3021
3022 2002-12-20  John Levon  <levon@movementarian.org>
3023
3024         * text3.C: hack fix for page up/down across tall rows
3025
3026 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3027
3028         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
3029         not been invoked
3030
3031 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3032
3033         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
3034         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
3035         thesaurus is not compiled in
3036
3037 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
3038
3039         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
3040
3041 2002-12-16  Angus Leeming  <leeming@lyx.org>
3042
3043         * lyxrc.[Ch]:
3044         * lyx_main.C (init): remove override_x_deadkeys stuff.
3045
3046 2002-12-12  John Levon  <levon@movementarian.org>
3047
3048         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
3049           insert. Only remove shift modifier under strict
3050           circumstances.
3051
3052 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3053
3054         * MenuBackend.C (expandToc): fix crash.
3055
3056 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3057
3058         * MenuBackend.C (expandToc): gettext on float names.
3059
3060 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3061
3062         * lyxlength.[Ch]: set default unit to UNIT_NONE,
3063         implement bool empty() [bug 490]
3064
3065 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3066
3067         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
3068
3069 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3070
3071         * several files: ws changes
3072
3073 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3074
3075         * text2.C (setCounter): clean up a bit, use boost.format.
3076         (updateCounters): initialize par upon declaration.
3077
3078         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
3079         if the layout exists. We do not just store the layout any more.
3080         (SwitchLayoutsBetweenClasses): use boost.format
3081
3082 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3083
3084         * converter.C (convert): if from and to files are the same, use a
3085         temporary files as intermediary
3086
3087 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3088
3089         * commandtags.h:
3090         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
3091
3092 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3093
3094         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
3095
3096 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3097
3098         * tabular.C (asciiPrintCell): use string(size, char) instead of
3099         explicit loop.
3100
3101         * sgml.C (openTag): fix order of arguments to string constructor
3102         (closeTag): ditto
3103
3104         * lyxfunc.C (dispatch): use boost.format
3105
3106         * lots of files: change "c" -> 'c'
3107
3108 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3109
3110         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
3111
3112 2002-11-25  Angus Leeming  <leeming@lyx.org>
3113
3114         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
3115
3116         * lyx_main.C (init): compile fix.
3117
3118 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3119
3120         * lyx_cb.C (start): boost.formatify
3121         do not include <iostream>
3122
3123         * lengthcommon.C: ws only
3124
3125         * boost-inst.C,BoostFormat.h: add more explict instantations
3126
3127 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3128
3129         * lots of files: handle USE_BOOST_FORMAT
3130
3131 2002-11-21  John Levon  <levon@movementarian.org>
3132
3133         * pspell.C: fix compile
3134
3135 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3136
3137         * lyxfunc.C (dispatch): use boost::format
3138         (open): ditto
3139         (doImport): ditto
3140
3141         * lyxfont.C (stateText): use boost::format
3142
3143         * lyx_main.C (LyX): use boost::format
3144         (init): ditto
3145         (queryUserLyXDir): ditto
3146         (readRcFile): ditto
3147         (parse_dbg): ditto
3148         (typedef boost::function): use the recommened syntax.
3149
3150         * importer.C (Import): use boost::format
3151
3152         * debug.C (showLevel): use boost::format
3153
3154         * converter.C (view): use boost::format
3155         (convert): ditto
3156         (move): ditto
3157         (scanLog): ditto
3158
3159         * bufferview_funcs.C (currentState): use boost::format
3160
3161         * bufferlist.C (emergencyWrite): use boost::format
3162
3163         * buffer.C (readLyXformat2): use boost::format
3164         (parseSingleLyXformat2Token): ditto
3165
3166         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
3167
3168         * LaTeX.C (run): use boost::format
3169
3170         * Chktex.C (scanLogFile): use boost::format
3171
3172         * BufferView_pimpl.C (savePosition): use boost::format
3173         (restorePosition): ditto
3174         (MenuInsertLyXFile): ditto
3175
3176         * BoostFormat.h: help file for explicit instation.
3177
3178 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
3179
3180         * tabular.C (latex): Support for block alignment in fixed width
3181         columns.
3182
3183 2002-11-17  John Levon  <levon@movementarian.org>
3184
3185         * BufferView_pimpl.C:
3186         * lyx_cb.C:
3187         * lyxfunc.C: split filedialog into open/save
3188
3189 2002-11-08  Juergen Vigna  <jug@sad.it>
3190
3191         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
3192         by my last patch (hopefully).
3193
3194 2002-11-08  John Levon  <levon@movementarian.org>
3195
3196         * iterators.h:
3197         * iterators.C:
3198         * buffer.h:
3199         * buffer.C:
3200         * paragraph.h:
3201         * paragraph.C:
3202         * toc.h:
3203         * toc.C: ParConstIterator, and use it (from Lars)
3204
3205 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
3206
3207         * lyxtextclass.[Ch]: revise and add doxygen comments
3208
3209 2002-11-07  John Levon  <levon@movementarian.org>
3210
3211         * text.C: fix progress value for spellchecker
3212
3213         * toc.C: fix navigate menu for insetwrap inside minipage
3214
3215         * paragraph_funcs.C: added FIXME for suspect code
3216
3217 2002-11-07  John Levon  <levon@movementarian.org>
3218
3219         * BufferView_pimpl.C: fix redrawing of insets
3220           on buffer switch
3221
3222 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3223
3224         * text2.C (updateCounters): fix bug 668
3225
3226 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
3227
3228         * text3.C (dispatch): Do not make the buffer dirty when moving the
3229         cursor.
3230
3231 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3232
3233         * vc-backend.C: STRCONV
3234         (scanMaster): ditto
3235
3236         * text2.C (setCounter): STRCONV
3237
3238         * paragraph.C (asString): STRCONV
3239
3240         * lyxlength.C (asString): STRCONV
3241         (asLatexString): ditto
3242
3243         * lyxgluelength.C (asString): STRCONV
3244         (asLatexString): ditto
3245
3246         * lyxfunc.C (dispatch): STRCONV
3247         (open): ditto
3248
3249         * lyxfont.C (stateText): STRCONV
3250
3251         * importer.C (Import): STRCONV
3252
3253         * counters.C (labelItem): STRCONV
3254         (numberLabel): ditto
3255         (numberLabel): remove unused ostringstream o
3256
3257         * chset.C: STRCONV
3258         (loadFile): ditto
3259
3260         * bufferview_funcs.C (currentState): STRCONV
3261
3262         * buffer.C (readFile): STRCONV
3263         (asciiParagraph): ditto
3264         (makeLaTeXFile): ditto
3265
3266         * Spacing.C (writeEnvirBegin): STRCONV
3267
3268         * LaTeXFeatures.C (getLanguages): STRCONV
3269         (getPackages): ditto
3270         (getMacros): ditto
3271         (getBabelOptions): ditto
3272         (getTClassPreamble): ditto
3273         (getLyXSGMLEntities): ditto
3274         (getIncludedFiles): ditto
3275
3276         * LaTeX.C: STRCONV
3277         (run): ditto
3278         (scanAuxFile): ditto
3279         (deplog): ditto
3280
3281         * LString.h: add the STRCONV macros
3282
3283         * BufferView_pimpl.C (savePosition): STRCONV
3284         (restorePosition): ditto
3285         (MenuInsertLyXFile): ditto
3286
3287         * vc-backend.C (scanMaster): change from submatch[...] to
3288         submatch.str(...)
3289
3290         * funcrequest.C: include config.h
3291
3292         * factory.C: include config.h
3293
3294         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
3295
3296         * box.C: include config.h
3297
3298         * LaTeX.C (scanAuxFile): change from submatch[...] to
3299         submatch.str(...)
3300         (deplog): ditto
3301
3302 2002-10-25  Angus Leeming  <leeming@lyx.org>
3303
3304         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
3305
3306         * ispell.[Ch] (setError): new method.
3307         * ispell.C (c-tor): move out child process into new class LaunchIspell.
3308         Use setError() insetead of goto END.
3309
3310         * lyx_cb.C (AutoSave): move out child process into new class
3311         AutoSaveBuffer.
3312
3313 2002-10-30  John Levon  <levon@movementarian.org>
3314
3315         * text3.C: make start appendix undoable
3316
3317 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
3318
3319         * lyxlength.C (inPixels): Fix returned value.
3320
3321         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
3322         environment.
3323
3324 2002-10-24  Angus Leeming  <leeming@lyx.org>
3325
3326         * lyxgluelength.h: no need to forward declare BufferParams
3327         or BufferView, so don't.
3328
3329 2002-10-21  John Levon  <levon@movementarian.org>
3330
3331         * BufferView.C: menuUndo ->undo, redo
3332
3333         * BufferView.h: document, remove dead, make some methods private
3334
3335         * paragraph_funcs.h:
3336         * paragraph_funcs.C:
3337         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
3338
3339         * buffer.h:
3340         * buffer.C:
3341         * sgml.h:
3342         * sgml.C: move sgml open/close tag into sgml.C
3343
3344         * bufferview_funcs.h: unused prototype
3345
3346         * lyxfunc.h:
3347         * lyxfunc.C: remove unused
3348
3349         * lyxtext.h:
3350         * text.C: remove unused
3351
3352 2002-10-21  John Levon  <levon@movementarian.org>
3353
3354         * BufferView.h:
3355         * BufferView.C:
3356         * BufferView_pimpl.h:
3357         * BufferView_pimpl.C: fix mouse wheel handling based on
3358           patch from Darren Freeman
3359
3360 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
3361
3362         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
3363
3364 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
3365
3366         * lyxlength.C (inPixels): Fix hanfling of negative length.
3367         Fix LyXLength::MU case.
3368
3369 2002-10-16  John Levon  <levon@movementarian.org>
3370
3371         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
3372
3373 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3374
3375         * converter.C (view): add support for $$i (file name) and $$p
3376         (file path) for the viewer command. If $$i is not specified, then
3377         it is appended to the command (for compatibility with old syntax)
3378
3379 2002-10-14  Juergen Vigna  <jug@sad.it>
3380
3381         * undo_funcs.C (textHandleUndo): alter the order in which the
3382         new undopar is added to the LyXText, as we have to set first
3383         the right prev/next and then add it as otherwise the rebuild of
3384         LyXText is not correct. Also reset the cursor to the right paragraph,
3385         with this IMO we could remove the hack in "redoParagraphs()".
3386
3387 2002-10-09  Angus Leeming  <leeming@lyx.org>
3388
3389         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
3390         to turn off an optimisation if a new inset is to be inserted.
3391
3392 2002-10-11 André Pönitz <poenitz@gmx.net>
3393
3394         * lyxtext.h: make some functions public to allow access
3395         from inset/lyxtext for handling LFUN_PRIOR/NEXT
3396
3397 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3398
3399         * text3.C (dispatch): when changing layout, avoid an infinite loop
3400         [bug #652]
3401
3402 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3403
3404         * lyxrc.C (read): treat a viewer or converter command of "none" as
3405         if it were empty.
3406
3407         * MenuBackend.C (expandFormats): for an update, also allow the
3408         formats that are not viewable
3409
3410         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
3411         script if it is newer than the lyxrc.defaults in user directory
3412
3413 2002-10-07 André Pönitz <poenitz@gmx.net>
3414
3415         * text.C: Vitaly Lipatov's small i18n fix
3416
3417 2002-09-25  Angus Leeming  <leeming@lyx.org>
3418
3419         * ispell.h: doxygen fix.
3420
3421 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
3422
3423         * buffer.h (readFile): Add a new argument to the method, to allow
3424         reading of old-format templates.
3425
3426 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
3427
3428         * toc.C (getTocList): Get TOC from InsetWrap.
3429
3430 2002-09-16  John Levon  <levon@movementarian.org>
3431
3432         * lyxfunc.C: check tabular for cut/copy too
3433
3434 2002-09-12  John Levon  <levon@movementarian.org>
3435
3436         * LyXAction.C: tidy
3437
3438         * factory.h:
3439         * factory.C: add header
3440
3441         * paragraph_funcs.h:
3442         * paragraph_funcs.C: cleanup
3443
3444 2002-09-11  John Levon  <levon@movementarian.org>
3445
3446         * PrinterParams.h: odd/even default to true
3447
3448 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
3449
3450         * PrinterParams.h: update printer parameters for new xforms dialog
3451
3452 2002-09-11  Angus Leeming  <leeming@lyx.org>
3453
3454         * lyxserver.C (read_ready): re-write to make it more transparent
3455         and to make it work in coherent fashion under Tru64 Unix.
3456
3457 2002-09-11  André Pönitz <poenitz@gmx.net>
3458
3459         * commandtags.h:
3460         * LyXAction.C:
3461         * text3.C: implement LFUN_WORDSEL
3462
3463 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3464
3465         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
3466         make floatlist_ a boost::shared_ptr<FloatList>
3467
3468         * lyxtextclass.C: include FloatList.h
3469         (LyXTextClass): initialize floatlist_
3470         (TextClassTags): add TC_NOFLOAT
3471         (Read): match "nofloat" to TC_NOFLOAT and use it.
3472         (readFloat): modify call to floatlist_
3473         (floats): ditto
3474         (floats): ditto
3475
3476         * FloatList.[Ch] (FloatList): remove commented out float
3477         initialization.
3478         (erase): new function
3479
3480 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3481
3482         * MenuBackend.C (expandToc): fix crash when there is no document
3483         open
3484
3485 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
3486
3487         * many files: Add insetwrap.
3488
3489 2002-09-09  John Levon  <levon@movementarian.org>
3490
3491         * text2.C: remove confusing and awkward depth wraparound
3492
3493 2002-09-09  John Levon  <levon@movementarian.org>
3494
3495         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
3496
3497         * buffer.h:
3498         * buffer.C: remove getIncludeonlyList()
3499
3500         * paragraph.C:
3501         * lyxfunc.C: remove headers
3502
3503 2002-09-09  Juergen Vigna  <jug@sad.it>
3504
3505         * text.C (getColumnNearX): fix form Michael this is most
3506         probably a cut&paste bug.
3507
3508 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3509
3510         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
3511
3512         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
3513         references, ws changes.
3514
3515         * text2.C (init): update counters after init
3516         (insertParagraph): no need to set counter on idividual paragraphs.
3517         (setCounter): access the counters object in the textclass object
3518         on in the buffer object.
3519         (updateCounters): ditto
3520
3521         * lyxtextclass.C: include counters.h, add variable ctrs_ as
3522         shared_ptr<Counters> to avoid loading counters.h in all
3523         compilation units.
3524         (LyXTextClass): initialize ctrs_
3525         (TextClassTags): add TC_COUNTER, and ...
3526         (Read): use it here.
3527         (CounterTags): new tags
3528         (readCounter): new function
3529         (counters): new funtion
3530         (defaultLayoutName): return a const reference
3531
3532         * counters.C (Counters): remove contructor
3533         (newCounter): remove a couple of unneeded statements.
3534         (newCounter): simplify a bit.
3535         (numberLabel): some small formatting changes.
3536
3537         * buffer.[Ch]: remove all traces of counters, move the Counters
3538         object to the LyXTextClass.
3539
3540 2002-09-06  Alain Castera  <castera@in2p3.fr>
3541
3542         * tabular.C: uses \tabularnewline; uses >{...} construct from array
3543         package to set the horizontal alignment on fixed width columns.
3544
3545         * lyx_sty.C:
3546         * lyx_sty.h: added tabularnewline macro def.
3547
3548         * LaTeXFeatures.C: added NeedTabularnewline macro feature
3549
3550 2002-09-06  John Levon  <levon@movementarian.org>
3551
3552         * LyXAction.C: tooltips for sub/superscript
3553
3554         * MenuBackend.C: a bit more verbose
3555
3556         * lyxfunc.C: tiny clean
3557
3558         * undo_funcs.C: document undo_frozen
3559
3560 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3561
3562         * counters.C (Counters): add missing algorithm counter.
3563
3564         * text2.C (setCounter): lookup the counter with layouts latexname
3565         instead of by section number.
3566         (setCounter): use a hackish way to lookup the correct enum
3567         counter.
3568         a float name->type change
3569         reset enum couners with counter name directly instead of depth value.
3570
3571         * counters.C (Counters): remove the push_backs, change to use the
3572         float type not the float name.
3573         (labelItem): remove unused string, float name->type change
3574
3575         * counters.h: don't include vector, loose the enums and sects vectors
3576
3577 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3578
3579         * lyxtextclass.C (TextClassTags): add TC_FLOAT
3580         (Read): add float->TC_FLOAT to textclassTags
3581         (Read): and handle it in the switch
3582         (readFloat): new function
3583
3584         * FloatList.C (FloatList): comment out the hardcoded float
3585         definitions.
3586
3587         * lyxlayout.h: ws change.
3588
3589 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
3590
3591         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
3592
3593 2002-09-03  Angus Leeming  <leeming@lyx.org>
3594
3595         * BufferView_pimpl.h: qualified name is not allowed in member
3596         declaration: WorkArea & Pimpl::workarea() const;
3597
3598         * factory.C: added using std::endl directive.
3599
3600         * text3.C: added using std::find and std::vector directives.
3601
3602 2002-08-29  André Pönitz <poenitz@gmx.net>
3603
3604         * lyxtext.h:
3605         * text2.C: remove unused member number_of_rows
3606
3607         * Makefile.am:
3608         * BufferView2.C: remove file, move contents to...
3609         * BufferView.C: ... here
3610
3611         * BufferView_pimpl.C:
3612         * factory.C: move more inset creation to factory
3613
3614         * vspace.C: avoid direct usage of LyXText, ws changes
3615
3616         * BufferView.[Ch]:
3617                 don't provide direct access to WorkArea, use two simple
3618                 acessors haveSelction() and workHeight() instead
3619
3620
3621 2002-08-29  John Levon  <levon@movementarian.org>
3622
3623         * BufferView_pimpl.C (dispatch): do not continue when
3624           no buffer
3625
3626 2002-08-28  André Pönitz <poenitz@gmx.net>
3627
3628         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
3629
3630         * BufferView.h:
3631         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
3632
3633 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
3634
3635         * buffer.C: increment LYX_FORMAT to 221
3636
3637         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
3638         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
3639
3640         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
3641
3642         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
3643
3644 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3645
3646         * factory.C (createInset): use LyXTextClass::floats
3647
3648         * MenuBackend.C (expandFloatListInsert):
3649         (expandFloatInsert):
3650         (expandToc):
3651
3652         * text2.C (setCounter):
3653
3654         * LaTeXFeatures.C (useFloat):
3655         (getFloatDefinitions):
3656
3657         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
3658
3659         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
3660         floatlist_, with accessor floats().
3661
3662         * FloatList.h: remove global FloatList
3663
3664 2002-08-26  André Pönitz <poenitz@gmx.net>
3665
3666         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
3667
3668         * BufferView.h:
3669         * BufferView2.C:
3670         * BufferView_pimpl.C:
3671         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
3672
3673 2002-08-25  John Levon  <levon@movementarian.org>
3674
3675         * LyXAction.C: fix margin note description
3676
3677 2002-08-24  John Levon  <levon@movementarian.org>
3678
3679         * buffer.C:
3680         * bufferlist.C:
3681         * bufferview_funcs.C:
3682         * lyxfont.C:
3683         * undo_funcs.C: cleanups
3684
3685         * lyxfunc.C: disable CUT/COPY when no selection
3686
3687 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3688
3689         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
3690         in "enum UNIT"; e.g. PTW for Percent of TextWidth
3691
3692         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
3693         Add backward compatibility to "mono", "gray" and "no".
3694
3695 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
3696
3697         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
3698         (and file_format >= 200).
3699
3700 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3701
3702         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
3703
3704 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3705
3706         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
3707
3708 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
3709
3710         * BufferView_pimpl.C:
3711         * LyXAction.C:
3712         * buffer.C:
3713         * commandtags.h:
3714         * lyxfunc.C:
3715         * paragraph.[Ch]:
3716         * text2.C:
3717         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
3718         inset and code to make it  work with the paragraph code. The inset
3719         can be anywhere in the paragraph, but will only do the expected
3720         thing in LaTeX if the layout file contains the parameter line
3721                         OptionalArgs    1
3722         (or more generally, a nonzero value) for that layout.
3723
3724 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3725
3726         * paragraph.h: remove the declaration of undefined counters class
3727         function.
3728
3729 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
3730
3731         * text2.C (setCounter):  fixed enumeration mis-count as reported by
3732         Dr. Richard Hawkins.
3733
3734 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3735
3736         * paragraph_funcs.h: remove some unneeded includes
3737
3738         * text.C (backspace): pasteParagraph now in global scipe
3739
3740         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
3741         (pasteSelection): ditto
3742
3743         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
3744         * paragraph_funcs.C (pasteParagraph): ... here
3745
3746 2002-08-20  André Pönitz <poenitz@gmx.net>
3747
3748         * commandtags.h: new LFUNs for swapping/copying table row/colums
3749
3750         * LyXAction.C:
3751         * lyxfunc.C: support for new lfuns
3752
3753 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3754
3755         * tabular.C:
3756         * buffer.[Ch]: remove NO_COMPABILITY stuff
3757
3758 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
3759
3760         * boost.C (throw_exception): new file, with helper function for
3761         boost compiled without exceptions.
3762
3763         * paragraph.h:
3764         * lyxlength.C:
3765         * buffer.C:
3766         * ParameterStruct.h:
3767         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
3768
3769         * bufferlist.C (emergencyWriteAll): use boost bind
3770
3771         * BufferView_pimpl.C (moveCursorUpdate): remove inline
3772
3773         * text.C: include paragraph_funcs.h
3774         (breakParagraph): breakParagraph is now in global scope
3775
3776         * paragraph_funcs.[Ch]: new files
3777
3778         * paragraph.C (breakParagraph,breakParagraphConservative): move to
3779         global scope
3780
3781         * buffer.C: include paragraph_funcs.h
3782         (insertStringAsLines): breakParagraph is now in global scope
3783
3784         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
3785         paragraph_funcs.C
3786
3787         * CutAndPaste.C: include paragraph_funcs.h
3788         (cutSelection): breakParagraphConservative is now in global scope
3789         (pasteSelection): ditto
3790
3791         * buffer.h: declare oprator== and operator!= for
3792         Buffer::inset_iterator
3793
3794         * bufferlist.C (emergencyWrite): don't use fmt(...)
3795
3796         * text3.C: add using std::endl
3797
3798         * BufferView.C (moveCursorUpdate): remove default arg
3799
3800 2002-08-20  André Pönitz <poenitz@gmx.net>
3801
3802         * buffer.[Ch]: move inline functions to .C
3803
3804         * BufferView2.C:
3805         * BufferView_pimpl.C:
3806         * text.C:
3807         * buffer.[Ch]: use improved inset_iterator
3808
3809         * buffer.C:
3810         * paragraph.[Ch]: write one paragraph at a time
3811
3812 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3813
3814         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
3815         style if style is not specified.
3816
3817 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3818
3819         * text2.C (setCounter): when searching for right label for a
3820         caption, make sure to recurse to parent insets (so that a caption
3821         in a minipage in a figure float works) (bug #568)
3822
3823 2002-08-20  André Pönitz <poenitz@gmx.net>
3824
3825         * text3.C: new file for LyXText::dispatch() and helpers
3826
3827         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
3828
3829         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
3830
3831 2002-08-19  André Pönitz <poenitz@gmx.net>
3832
3833         * lyxtext.h:
3834         * text.C: new LyXText::dispatch()
3835
3836         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
3837
3838 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
3839
3840         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
3841
3842         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
3843         Hebrew text.
3844
3845 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3846
3847         * Makefile.am: use $(variables) instead of @substitutions@
3848
3849 2002-08-15  André Pönitz <poenitz@gmx.net>
3850
3851         * lyxfunc.C:
3852         * BufferView_pimpl.C: streamlining mathed <-> outer world
3853         interaction
3854
3855         * commandtags.h:
3856         * LyXAction.C: remove unused LFUN_MATH
3857
3858 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3859
3860         * paragraph.[Ch]: add some NO_NEXT ifdefs.
3861
3862 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3863
3864         * paragraph.C (Paragraph): reformat a bit
3865         (cutIntoMinibuffer): use builtin InsetList function instad of
3866         doing it manually.
3867         (getInset): ditto
3868
3869         * buffer.C: include boost/bind.hpp, add using std::for_each
3870         (writeFileAscii): use ParagraphList iterators
3871         (validate): use for_each for validate traversal of paragraphs
3872         (getBibkeyList): use ParagraphList iterators
3873         (resizeInsets): use for_each to resizeInsetsLyXText for all
3874         paragraphs.
3875         (getParFromID): use ParagraphList iterators
3876
3877         * BufferView2.C (lockInset): use paragraph list and iterators
3878
3879 2002-08-14  John Levon  <levon@movementarian.org>
3880
3881         * lyxserver.C: remove spurious xforms include
3882
3883 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3884
3885         * lyxfunc.C (getStatus): disable math-extern outside of math mode
3886
3887 2002-08-13  André Pönitz <poenitz@gmx.net>
3888
3889         * LyXAction.[Ch]:
3890         * lyxfunc.C: further cleaning
3891
3892 2002-08-13  André Pönitz <poenitz@gmx.net>
3893
3894         * funcrequest.h: new constructor
3895
3896         * funcrequest.C: move stuff here from .h
3897
3898         * Makefile.am:
3899         * BufferView_pimpl.C:
3900         * LyXAction.C:
3901         * toc.C:
3902         * lyxfunc.C: subsequent changes
3903
3904         * lyxfunc.h: new view() member function
3905
3906         * lyxfunc.C: subsequent changes
3907
3908 2002-08-13  Angus Leeming  <leeming@lyx.org>
3909
3910         * BufferView2.C:
3911         * BufferView_pimpl.C:
3912         * buffer.C:
3913         * converter.C:
3914         * importer.C:
3915         * lyxfunc.C:
3916         * lyxvc.C:
3917         * toc.C:
3918         * vc-backend.C:
3919         changes due to the changed LyXView interface that now returns references
3920         to member variables not pointers.
3921
3922 2002-08-13  Angus Leeming  <leeming@lyx.org>
3923
3924         * WordLangTuple (word, lang_code): return references to strings,
3925         not strings.
3926
3927         * BufferView.h:
3928         * SpellBase.h:
3929         * lyxtext.h: forward-declare WordLangTuple.
3930
3931         * BufferView2.C:
3932         * ispell.C:
3933         * pspell.C:
3934         * text.C: #include "WordLangTuple.h".
3935
3936         * lyxtext.h:
3937         * text.C: (selectNextWordToSpellcheck): constify return type.
3938
3939 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
3940
3941         * buffer.C:
3942         * buffer.h:
3943         * lyxtext.h:
3944         * paragraph.C:
3945         * paragraph_pimpl.h:
3946         * text.C:
3947         * text2.C:
3948         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
3949         suggested by Angus.
3950         Made updateCounter always count from start of buffer, and removed
3951         second argument (par).
3952         Reverted floats number display to '#'. Perhaps I'll try again when the
3953         code base is sanitized a bit.
3954
3955 2002-08-12  Angus Leeming  <leeming@lyx.org>
3956
3957         * buffer.[Ch] (getLabelList): constify.
3958
3959 2002-08-07  André Pönitz <poenitz@gmx.net>
3960
3961         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
3962
3963         * funcrequest.h: extension to keep mouse (x,y) position
3964
3965 2002-08-12  Juergen Vigna  <jug@sad.it>
3966
3967         * BufferView2.C (insertErrors): forbid undo when inserting error
3968         insets.
3969
3970         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
3971
3972 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3973
3974         * ParagraphList.[Ch]: new files
3975
3976         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
3977
3978         * BufferView2.C (lockInset): ParagraphList changes
3979         * toc.C: ditto
3980         * text2.C: ditto
3981         * bufferlist.C: ditto
3982         * buffer.h: ditto
3983         * buffer.C: ditto
3984
3985 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3986
3987         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
3988         unused class variable counter_,
3989
3990         * paragraph.[Ch] (getFirstCounter): delete unused function
3991
3992         * counters.C: include LAssert.h
3993         (reset): add a new function with no arg, change other version to
3994         not have def. arg and to not allow empty arg.
3995
3996         * text2.C (setCounter): remove empty arg from call to Counters::reset
3997
3998 2002-08-11  John Levon  <levon@movementarian.org>
3999
4000         * Makefile.am: add WordLangTuple.h
4001
4002 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4003
4004         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
4005         lyxfunc.C lyxlex_pimpl.C: ws changes only.
4006
4007         * insets/insettext.C: InsetList changes
4008
4009         * graphics/GraphicsSupport.C (operator()): InsetList changes
4010
4011         * toc.C (getTocList): InsetList changes
4012
4013         * paragraph_pimpl.[Ch]: InsetList changes
4014
4015         * paragraph.[Ch]: InsetList changes
4016
4017         * buffer.C (inset_iterator): InsetList changes
4018         (setParagraph): ditto
4019         * buffer.h (inset_iterator): ditto
4020         * iterators.C (operator++): ditto
4021         * iterators.h: ditto
4022
4023         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
4024
4025         * InsetList.[Ch]: new files, most InsetList handling moved out of
4026         paragraph.C.
4027
4028         * BufferView2.C (removeAutoInsets): InsetList changes
4029         (lockInset): ditto
4030         (ChangeInsets): ditto
4031
4032 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4033
4034         * paragraph_pimpl.h (empty): new function
4035
4036         * paragraph.[Ch] (empty): new function
4037
4038         * other files: use the new Paragraph::empty function
4039
4040 2002-08-09  John Levon  <levon@movementarian.org>
4041
4042         * lyxtext.h: remove unused refresh_height
4043
4044 2002-08-09  John Levon  <levon@movementarian.org>
4045
4046         * Makefile.am:
4047         * sgml.h:
4048         * sgml.C:
4049         * buffer.C:
4050         * paragraph.h:
4051         * paragraph.C: move sgml char escaping out of paragraph
4052
4053         * paragraph.h:
4054         * paragraph.C: remove id setter
4055
4056         * buffer.C:
4057         * paragraph.C:
4058         * paragraph_pimpl.C: remove dead tex_code_break_column
4059
4060         * bufferview_funcs.C: small cleanup
4061
4062         * lyxfunc.C: remove dead proto
4063
4064         * lyxtext.h: make some stuff private. Remove some dead stuff.
4065
4066         * lyxgluelength.C: make as[LyX]String() readable
4067
4068 2002-08-08  John Levon  <levon@movementarian.org>
4069
4070         * LyXAction.h:
4071         * LyXAction.C:
4072         * MenuBackend.C:
4073         * ToolbarDefaults.C:
4074         * lyxfunc.C:
4075         * lyxrc.C:
4076         * toc.C: lyxaction cleanup
4077
4078 2002-08-08  John Levon  <levon@movementarian.org>
4079
4080         * BufferView2.C: small cleanup
4081
4082         * lyxfind.h:
4083         * lyxfind.C: move unnecessary header into the .C
4084
4085 2002-08-08  John Levon  <levon@movementarian.org>
4086
4087         * funcrequest.h: just tedious nonsense
4088
4089         * lyx_main.h:
4090         * lyx_main.C: cleanups
4091
4092         * buffer.C:
4093         * vspace.C: remove dead header lyx_main.h
4094
4095 2002-08-07  Angus Leeming  <leeming@lyx.org>
4096
4097         * Paragraph.[Ch]:
4098         * paragraph_pimpl.h:
4099         Forward declare class Counters in paragraph.h by moving the ctrs member
4100         variable into Paragraph::Pimpl.
4101         (counters): new method, returning a reference to pimpl_->ctrs.
4102
4103         * text2.C: ensuing changes.
4104
4105 2002-08-07  John Levon  <levon@movementarian.org>
4106
4107         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
4108
4109         * BufferView_pimpl.C: announce X selection on double/triple
4110           click
4111
4112         * lyx_main.C: use correct bool in batch dispatch
4113
4114         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
4115
4116 2002-08-07  André Pönitz <poenitz@gmx.net>
4117
4118         * funcrequest.h: new class to wrap a kb_action and its argument
4119
4120         * BufferView.[Ch]:
4121         * BufferView_pimpl[Ch]:
4122         * LaTeX.C:
4123         * LyXAction.[Ch]:
4124         * lyxfunc.[Ch]:
4125         * lyxrc.C: subsequent changes
4126
4127
4128 2002-08-07  John Levon  <levon@movementarian.org>
4129
4130         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
4131           document options change.
4132
4133 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
4134
4135         * counters.[Ch]
4136         * text2.C
4137         * paragraph.[Ch]
4138         * makefile.am: move counters functionality over from
4139         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
4140
4141 2002-08-06  John Levon  <levon@movementarian.org>
4142
4143         * WordLangTuple.h: new file for word + language code tuple
4144
4145         * SpellBase.h:
4146         * pspell.h:
4147         * pspell.C:
4148         * ispell.h:
4149         * ispell.C:
4150         * lyxtext.h:
4151         * text.C:
4152         * text2.C:
4153         * BufferView.h:
4154         * BufferView2.C: use WordLangTuple
4155
4156         * layout.h:
4157         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
4158
4159 2002-08-06  John Levon  <levon@movementarian.org>
4160
4161         * lyx_main.C: fix cmdline batch handling
4162
4163 2002-08-06  André Pönitz <poenitz@gmx.net>
4164
4165         * lyxrc.C: set default for show_banner to true
4166
4167 2002-08-06  John Levon  <levon@movementarian.org>
4168
4169         * pspell.C: fix a crash, and allow new aspell to work
4170
4171 2002-08-06  John Levon  <levon@movementarian.org>
4172
4173         * lyxfunc.C:
4174         * kbmap.C: small cleanup
4175
4176         * vspace.h:
4177         * vspace.C: add const
4178
4179 2002-08-05  John Levon  <levon@movementarian.org>
4180
4181         * LyXAction.C: back to tabular-insert
4182
4183 2002-08-04  John Levon  <levon@movementarian.org>
4184
4185         * BufferView.h:
4186         * BufferView.C: cosmetic change
4187
4188         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
4189
4190         * bufferlist.C:
4191         * buffer.h:
4192         * buffer.C:
4193         * lyxcb.h:
4194         * lyxcb.C:
4195         * lyxserver.C:
4196         * lyxvc.C:
4197         * vc-backend.C:
4198         * BufferView2.C: purge all "Lyx" not "LyX" strings
4199
4200         * lyxcursor.h:
4201         * lyxcursor.C: attempt to add some documentation
4202
4203         * lyxfunc.C:
4204         * commandtags.h:
4205         * LyXAction.C:
4206         * ToolbarDefaults.C:
4207         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
4208           merge with LFUN_TABULAR_INSERT
4209
4210         * Makefile.am:
4211         * SpellBase.h:
4212         * ispell.h:
4213         * ispell.C:
4214         * pspell.h:
4215         * pspell.C: split up i/pspell implementations into separate
4216           files, many cleanups
4217
4218         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
4219
4220         * text2.C: some cleanup
4221
4222         * lyxfunc.C: don't check for isp_command == "none" any more, it
4223           didn't make any sense
4224
4225 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
4226
4227         * counters.[Ch]
4228         * text2.C
4229         * paragraph.[Ch]
4230         * makefile.am: move counters functionality over
4231         from text2.C/paragraph.[Ch] to counters.[Ch], and
4232         make proper C++.
4233 2002-08-02  John Levon  <levon@movementarian.org>
4234
4235         * buffer.C: s/lyxconvert/lyx2lyx/
4236
4237 2002-08-02  Angus Leeming  <leeming@lyx.org>
4238
4239         * lyxlex.C: revert John's change as it breaks reading of the user
4240         preamble.
4241
4242 2002-08-02  Angus Leeming  <leeming@lyx.org>
4243
4244         * importer.C (Import):
4245         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
4246         changes due to LyXView::view() now returning a boost::shared_ptr.
4247
4248 2002-08-02  John Levon  <levon@movementarian.org>
4249
4250         * lyxlex.C: small cleanup
4251
4252 2002-08-02  John Levon  <levon@movementarian.org>
4253
4254         * text2.C (status): small cleanup, no logic change
4255
4256 2002-08-01  John Levon  <levon@movementarian.org>
4257
4258         * buffer.h:
4259         * buffer.C (writeFile): don't output alerts, caller
4260           handles this
4261
4262         * bufferlist.C:
4263         * lyx_cb.C: from above
4264
4265         * lyxfunc.C: allow to open non-existent files
4266
4267 2002-07-31  John Levon  <levon@movementarian.org>
4268
4269         * lyxserver.C: don't let incidental errors get
4270           in the way (errno)
4271
4272 2002-07-30  John Levon  <levon@movementarian.org>
4273
4274         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
4275
4276 2002-07-30  John Levon  <levon@movementarian.org>
4277
4278         * lyxserver.h:
4279         * lyxserver.C: remove I/O callback too
4280
4281 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4282
4283         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
4284         log.
4285
4286 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4287
4288         * many files: strip,frontStrip -> trim,ltrim,rtrim
4289
4290 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4291
4292         * PrinterParams.h: remove extern containsOnly, and include
4293         support/lstrings.h instead.
4294
4295         * LaTeX.C (scanAuxFile): modify because of strip changes
4296         (deplog): ditto
4297         * buffer.C (makeLaTeXFile): ditto
4298         * bufferparams.C (writeFile): ditt
4299         * lyxfont.C (stateText): ditto
4300         * lyxserver.C (read_ready): ditto
4301         * vc-backend.C (scanMaster): ditto
4302
4303         * BufferView_pimpl.h: ws changes
4304
4305         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
4306
4307 2002-07-26  André Pönitz <poenitz@gmx.net>
4308
4309         * kb_sequence.C: remove unnedred usings
4310
4311 2002-07-26  Juergen Vigna  <jug@sad.it>
4312
4313         * lyxfind.C (LyXReplace): we have to check better if the returned
4314         text is not of theLockingInset()->getLockingInset().
4315
4316 2002-07-25  Juergen Vigna  <jug@sad.it>
4317
4318         * lyxfind.C (LyXReplace): don't replace if we don't get the
4319         right LyXText.
4320
4321         * undo_funcs.C (createUndo): remove debugging code.
4322
4323 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
4324
4325         * buffer.C (parseSingleLyXformat2Token): Use default placement
4326         when reading old floats.
4327
4328         * FloatList.C (FloatList): Change the default placement of figure
4329         and tables to "tbp".
4330
4331 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
4332
4333         * MenuBackend.C: using std::max
4334
4335 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4336
4337         * MenuBackend.C (expandToc):
4338         (expandToc2): code moved from xforms menu frontend. It is now
4339         generic and TOCs are transparent to menu frontends.
4340
4341 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4342
4343         * toc.C (getTocList): protect against buf=0
4344
4345         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
4346         Menu as first parameter. Now, this calls itself recursively to
4347         expand a whole tree (this will be useful for TOC handling)
4348         (expandFloatInsert): remove 'wide' version of floats
4349
4350         * MenuBackend.h (submenuname): returns the name of the submenu.
4351         (submenu): returns the submenu itself, provided it has been
4352         created by MenuBackend::expand
4353
4354 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4355
4356         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
4357         insets which have noFontChange == true. (bug #172)
4358
4359 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4360
4361         * BufferView_pimpl.C: add connection objects and use them...
4362         (Pimpl): here.
4363
4364 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4365
4366         * MenuBackend.C (expandLastfiles):
4367         (expandDocuments):
4368         (expandFormats):
4369         (expandFloatListInsert):
4370         (expandFloatInsert):
4371         (expand): split expand in parts
4372
4373 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4374
4375         * lyx_gui.C: use lyx_gui::exit()
4376
4377 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4378
4379         * LyXAction.C: show the failing pseudo action
4380
4381 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
4382
4383         * buffer.C (readFile): Run the lyxconvert script in order to read
4384         old files.
4385
4386 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4387
4388         * LyXAction.C:
4389         * commandtags.h:
4390         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
4391
4392 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4393
4394         * LyXAction.C:
4395         * commandtags.h:
4396         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
4397
4398 2002-07-22  Herbert Voss  <voss@lyx.org>
4399
4400         * lengthcommon.C:
4401         * lyxlength.[Ch]: add support for the vertical lengths
4402
4403 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4404
4405         * toc.[Ch]: std:: fixes
4406
4407 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4408
4409         * lyxrc.C: do not include lyx_main.h
4410
4411         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
4412         for layouts
4413
4414         * lyxrc.C:
4415         * encoding.C:
4416         * bufferlist.C:
4417         * BufferView2.C: include "lyxlex.h"
4418
4419         * tabular.h:
4420         * bufferparams.h: do not #include "lyxlex.h"
4421
4422         * lyxtextclasslist.C (Add): remove method
4423         (classlist): renamed to classlist_
4424
4425         * paragraph_pimpl.C:
4426         * paragraph.C:
4427         * text2.C:
4428         * CutAndPaste.C:
4429         * bufferview_funcs.C:
4430         * bufferlist.C:
4431         * text.C:
4432         * LaTeXFeatures.C:
4433         * buffer.C:
4434         * toc.C (getTocList): use BufferParams::getLyXTextClass
4435
4436         * toc.C (getTocList): use InsetFloat::addToToc
4437
4438         * toc.[Ch]: new files, containing helper functions to handle table
4439         of contents
4440
4441         * lyxfunc.C (dispatch): no need to remove spaces around command
4442         given as a string
4443         (getStatus): handle LFUN_SEQUENCE by returning the status of the
4444         first command of the sequence; it is not very clever, but I do not
4445         have a better idea, actually
4446
4447         * LyXAction.C (LookupFunc): make sure to remove space at the
4448         beginning and end of the command
4449
4450 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4451
4452         * MenuBackend.C (getMenubar): new method: return the menubar of
4453         this menu set
4454         (read): treat differently reading of menu and menubar (in
4455         particular, the menubar has no name now)
4456         (Menu::menubar): remove
4457
4458         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
4459         saving is finished
4460
4461 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
4462
4463         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
4464         a bibitem inset in a RTL paragraph.
4465
4466 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
4467
4468         * paragraph_pimpl.C: constify
4469
4470         * BufferView_pimpl.C:
4471         * LaTeX.C:
4472         * lyxfunc.C: fix dispatch in a nicer way
4473
4474 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4475
4476         * lyxfunc.C (dispatch):
4477         * BufferView_pimpl.C:
4478         * BufferView_pimpl.h:
4479         * BufferView.C:
4480         * BufferView.h: rename Dispatch() to dispatch()
4481
4482         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
4483
4484         * lyxlayout.C (Read): honor DependsOn tag
4485
4486         * lyxlayout.[Ch] (depends_on): new method
4487
4488         * version.C.in: update lyx_docversion
4489
4490         * LaTeXFeatures.C (getMacros): only define \LyX when needed
4491
4492         * paragraph.C (validate): remove from here...
4493         * paragraph_pimpl.C (validate): ... and move here
4494         (isTextAt): make it const
4495
4496         * buffer.C (getLists): ws cleanup
4497
4498 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
4499
4500         * language.C (read): Use iso8859-1 encoding in latex_lang
4501         (this prevents LyX from crashing when using iso10646-1 encoding).
4502
4503 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4504
4505         * text2.C (toggleInset): if cursor is inside an inset, close the
4506         inset and leave cursor _after_ it
4507
4508 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4509
4510         * lyxfunc.C: move minibuffer completion handling out of here
4511
4512 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4513
4514         * BufferView_pimpl.C:
4515         * LaTeX.C: fix dispatch calls
4516
4517 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
4518
4519         * text.C (drawChars): Fix Arabic text rendering.
4520
4521 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
4522
4523         * LyXAction.C:
4524         * commandtags.h:
4525         * lyxfunc.C: remove message-push/pop
4526
4527         * lyxserver.C:
4528         * lyxfunc.h:
4529         * lyxfunc.C: rationalise some code by removing verboseDispatch
4530           in favour of a bool argument to dispatch()
4531
4532 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4533
4534         * lyx_main.C (init): make sure to read symlinks as absolute paths
4535
4536 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4537
4538         * lyxfunc.h:
4539         * lyxfunc.C: no need for commandshortcut to be a member
4540
4541 2002-07-15  André Pönitz <poenitz@gmx.net>
4542
4543         * converter.C: add support for $$s (scripts from lib/scripts dir)
4544         * lyx_main.C: white space
4545
4546 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4547
4548         * bufferlist.C:
4549         * lyxrc.h:
4550         * lyxrc.C: remove second exit confirmation
4551
4552 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4553
4554         * BufferView.h:
4555         * BufferView.C:
4556         * BufferView2.C:
4557         * BufferView_pimpl.h:
4558         * BufferView_pimpl.C:
4559         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
4560
4561 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4562
4563         * MenuBackend.C (expand): add numeric shortcuts to document menu
4564
4565         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
4566
4567 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4568
4569         * lyxfont.C (setLyXFamily):
4570         (setLyXSeries):
4571         (setLyXShape):
4572         (setLyXSize):
4573         (setLyXMisc):
4574         (lyxRead):
4575         * debug.C (value):
4576         * buffer.C (asciiParagraph): use ascii_lowercase
4577
4578 2002-07-15  Mike Fabian  <mfabian@suse.de>
4579
4580         * lyxlex_pimpl.C (search_kw):
4581         * lyxlex.C (getLongString):
4582         * converter.h (operator<):
4583         * converter.C (operator<):
4584         * buffer.C (parseSingleLyXformat2Token):
4585         (asciiParagraph):
4586         * ToolbarDefaults.C (read):
4587         * MenuBackend.C (checkShortcuts):
4588         (read):
4589         * LColor.C (getFromGUIName):
4590         (getFromLyXName): use the compare_ascii_no_case instead of
4591         compare_no_case, because in turkish, 'i' is not the lowercase
4592         version of 'I', and thus turkish locale breaks parsing of tags.
4593
4594 2002-07-16  Angus Leeming  <leeming@lyx.org>
4595
4596         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
4597         now takes a Buffer const & argument.
4598
4599 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
4600
4601         * BufferView.C (resize): check there's a buffer to resize
4602
4603 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
4604
4605         * lyxfunc.C: remove dead code
4606
4607         * lyxserver.h:
4608         * lyxserver.C: use lyx_guii::set_read_callback
4609
4610 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4611
4612         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
4613         an inset in a RTL paragraph.
4614
4615 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4616
4617         * lyxfunc.C: repaint after a font size update
4618
4619 2002-07-15  André Pönitz <poenitz@gmx.net>
4620
4621         * lyxlength.C: inBP should be able to return negative values
4622
4623 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4624
4625         * lyxfunc.C: use lyx_gui::update_fonts()
4626
4627 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4628
4629         * lyxfunc.C: use lyx_gui::update_color()
4630
4631 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
4632
4633         * bufferlist.C:
4634         * lyxfunc.h:
4635         * lyxfunc.C:
4636         * lyxrc.h:
4637         * lyxrc.C: remove file->new asks for name option, and let
4638           buffer-new take an argument
4639
4640 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
4641
4642         * BufferView_pimpl.C: remove unneeded extra repaint()
4643
4644 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
4645
4646         * LyXAction.C: allow command-sequence with NoBuffer
4647
4648         * lyxfunc.C: don't insist on trailing ';' for command-sequence
4649
4650 2002-07-10  Angus Leeming  <leeming@lyx.org>
4651
4652         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
4653
4654 2002-07-09  Angus Leeming  <leeming@lyx.org>
4655
4656         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
4657
4658 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
4659
4660         * lengthcommon.h: whitespace
4661
4662         * lyxfunc.C: update scrollbar after goto paragraph
4663
4664         * lyxtext.h: factor out page break drawing, and fix it so
4665           page break/added space paints as selected nicely
4666
4667 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
4668
4669         * BufferView_pimpl.C: add FIXMEs, clean up a little
4670
4671 2002-07-09  André Pönitz <poenitz@gmx.net>
4672
4673         * lyxfont.[Ch]: support for wasy symbols
4674
4675 2002-07-08  André Pönitz <poenitz@gmx.net>
4676
4677         * BufferView_pimpl.C: apply John's patch for #93.
4678
4679 2002-07-05  Angus Leeming  <leeming@lyx.org>
4680
4681         * BufferView_pimpl.C (buffer): generate previews if desired.
4682
4683         * LColor.h: add "preview" to the color enum.
4684
4685         * LColor.C (LColor): add a corresponding entry to the items array.
4686
4687         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
4688         with this buffer.
4689
4690 2002-07-05  Angus Leeming  <leeming@lyx.org>
4691
4692         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
4693         The body of the code is now in the method that is passed an ostream &
4694         rather than a file name.
4695         Pass an additional only_preamble parameter, useful for the forthcoming
4696         preview stuff.
4697
4698 2002-07-03  André Pönitz <poenitz@gmx.net>
4699
4700         * lyxfunc.C: simplify getStatus() a bit for math stuff
4701
4702 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4703
4704         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
4705
4706 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4707
4708         * text.C (changeRegionCase): do not change case of all the
4709         document when region ends at paragraph end (bug #461)
4710
4711 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4712
4713         * paragraph.C (startTeXParParams):
4714         (endTeXParParams): add \protect when necessary
4715
4716 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4717
4718         * BufferView_pimpl.C (workAreaExpose): remove warning
4719
4720 2002-06-27  Angus Leeming  <leeming@lyx.org>
4721
4722         * Makefile.am: add lyxlayout_ptr_fwd.h.
4723
4724 2002-06-26  André Pönitz <poenitz@gmx.net>
4725
4726         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
4727
4728 2002-06-25  Angus Leeming  <leeming@lyx.org>
4729
4730         * lyxfunc.C (dispatch): Comment out the call to
4731         grfx::GCache::changeDisplay. The method no longer exists now that the
4732         pixmap generation part of the graphics loader has been moved into
4733         InsetGraphics.
4734
4735 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4736
4737         * text2.C: layout as layout
4738
4739         * text.C: layout as layout
4740
4741         * tabular.C (OldFormatRead): layout as layout
4742
4743         * paragraph_pimpl.C (TeXDeeper): layout as layout
4744         (realizeFont): layout as layout
4745
4746         * paragraph.C (writeFile): layout as layout
4747         (validate): layout as layout
4748         (getFont): layout as layout
4749         (getLabelFont): layout as layout
4750         (getLayoutFont): layout as layout
4751         (breakParagraph): layout as layout
4752         (stripLeadingSpaces): layout as layout
4753         (getEndLabel): layout as layout
4754         (getMaxDepthAfter): layout as layout
4755         (applyLayout): layout as layout
4756         (TeXOnePar): layout as layout
4757         (simpleTeXOnePar): layout as layout
4758         (TeXEnvironment): layout as layout
4759         (layout): layout as layout
4760         (layout): layout as layout
4761
4762         * lyxtextclass.C (compare_name): new functor to work with
4763         shared_ptr, layout as layout
4764         (Read): layout as layout
4765         (hasLayout): layout as layout
4766         (operator): layout as layout
4767         (delete_layout): layout as layout
4768         (defaultLayout): layout as layout
4769
4770         * lyxlayout_ptr_fwd.h: new file
4771
4772         * lyxlayout.C (Read): layout as layout
4773
4774         * lyx_cb.C (MenuInsertLabel): layout as layout
4775
4776         * bufferlist.C (newFile): layout as layout
4777
4778         * buffer.C (readLyXformat2): layout as layout
4779         (parseSingleLyXformat2Token): layout as layout
4780         (insertStringAsLines): layout as layout
4781         (asciiParagraph): layout as layout
4782         (latexParagraphs): layout as layout
4783         (makeLinuxDocFile): layout as layout
4784         (simpleLinuxDocOnePar): layout as layout
4785         (makeDocBookFile): layout as layout
4786         (simpleDocBookOnePar): layout as layout
4787         (getLists): layout as layout
4788
4789         * LaTeXFeatures.C (getTClassPreamble): layout as layout
4790
4791         * CutAndPaste.C (cutSelection): layout as layout
4792         (pasteSelection): layout as layout
4793         (SwitchLayoutsBetweenClasses): layout as layout
4794
4795         * BufferView_pimpl.C (Dispatch): layout as layout
4796         (smartQuote): layout as layout
4797
4798         * BufferView2.C (unlockInset): layout as layout
4799
4800 2002-06-24  André Pönitz <poenitz@gmx.net>
4801
4802         * lyxfunc.C: fix #487
4803
4804 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4805
4806         * lyxrc.h:
4807         * lyxrc.C:
4808         * lyxfunc.C: remove display_shortcuts, show_banner
4809
4810 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4811
4812         * Buffer_pimpl.C: oops, update on resize
4813
4814 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4815
4816         * buffer.C:
4817         * converter.C:
4818         * exporter.C:
4819         * lyxfunc.C:
4820         * BufferView.h:
4821         * BufferView.C: use repaint()
4822
4823         * BufferView_pimpl.h:
4824         * BufferView_pimpl.C: s/updateScreen()/repaint()/
4825           as it's a clearer description. Remove superfluous
4826           redraws.
4827
4828 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4829
4830         * text.C: fix bug 488. Not ideal, but getting
4831           getWord() to work properly for the insets that
4832           matter is more difficult ...
4833
4834 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4835
4836         * BufferView_pimpl.C:
4837         * LyXAction.C:
4838         * commandtags.h:
4839         * lyxfunc.C: remove the six million index lyxfuncs to just
4840           one, and DTRT (bug 458)
4841
4842 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4843
4844         * BufferView.h:
4845         * BufferView.C:
4846         * BufferView_pimpl.h:
4847         * BufferView_pimpl.C: clean up resize() stuff,
4848           and unnecessary updateScreen()s
4849
4850 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4851
4852         * BufferView.h:
4853         * BufferView.C:
4854         * BufferView_pimpl.h:
4855         * BufferView_pimpl.C:
4856         * lyxfind.h:
4857         * lyxfind.C:
4858         * minibuffer.C: remove focus management of workarea,
4859           not needed. Use screen's greyOut()
4860
4861 2002-06-17  Herbert Voss  <voss@lyx.org>
4862
4863         * converter.C: (convert) do not post a message, when converting
4864         fails, let the calling function decide what to do in this case
4865
4866 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
4867
4868         * lyxfunc.C: tidy up a little
4869
4870 2002-06-16    <alstrup@diku.dk>
4871
4872         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
4873         Got rid of FORMS_H_LOCATION include. Now we are
4874         GUII.
4875
4876 2002-06-15  LyX Development team  <lyx@rilke>
4877
4878         * buffer.[Ch] (sgmlOpenTag):
4879         (sgmlCloseTag): Added support for avoiding pernicious mixed
4880         content. Return number of lines written.
4881
4882         (makeLinuxDocFile):
4883         (makeDocBookFile): Fixed calls to sgml*Tag.
4884         Simple white space clean.
4885
4886         (simpleDocBookOnePar): Simple white space clean.
4887
4888         * tabular.[Ch] (docBook): Renamed to docbook and got another
4889         argument to related with the pernicious mixed content.
4890
4891         (docbookRow): Fixed calls for docbook inset method.
4892
4893 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
4894
4895         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
4896         so it's X11 independent.
4897
4898         * kb*.[Ch]: ditto.
4899
4900         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
4901
4902 2002-06-15  Lyx Development team  <lyx@electronia>
4903
4904         * intl.h: Renamed getTrans to getTransManager.
4905
4906 2002-06-14  Angus Leeming  <leeming@lyx.org>
4907
4908         * Makefile.am: nuke forgotten stl_string_fwd.h.
4909
4910 2002-06-12  Angus Leeming  <leeming@lyx.org>
4911
4912         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
4913
4914 2002-06-13  Angus Leeming  <leeming@lyx.org>
4915
4916         * LaTeX.C:
4917         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
4918
4919 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
4920
4921         * kbmap.C (getiso): add support for cyrillic and greek
4922
4923 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4924
4925         * BufferView.h:
4926         * BufferView.C:
4927         * BufferView_pimpl.h:
4928         * BufferView_pimpl.C: move bogus scrolling logic
4929           to xforms
4930
4931 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4932
4933         * lyxfunc.C:
4934         * BufferView_pimpl.C: view->resize() change
4935
4936 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4937
4938         * BufferView_pimpl.C: topCursorVisible
4939           prototype change
4940
4941 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4942
4943         * Makefile.am:
4944         * lyx_gui.h:
4945         * lyx_gui.C: move to frontends/
4946
4947         * main.C:
4948         * lyx_main.h:
4949         * lyx_main.C: changes from above
4950
4951 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4952
4953         * intl.C:
4954         * intl.h:
4955         * kbmap.C:
4956         * kbsequence.C:
4957         * lyx_cb.C:
4958         * lyx_main.C: minor tidy
4959
4960 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4961
4962         * BufferView_pimpl.h:
4963         * BufferView_pimpl.C:
4964         * BufferView.h:
4965         * BufferView.C: make painter() const,
4966           remove dead code
4967
4968         * BufferView2.C: use screen() accessor
4969
4970         * lyx_main.h:
4971         * lyx_main.C: some minor cleanup
4972
4973 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4974
4975         * BufferView_pimpl.h:
4976         * BufferView_pimpl.C: remove enter/leaveView,
4977           use workHeight()
4978
4979 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4980
4981         * BufferView.h:
4982         * BufferView.C:
4983         * BufferView2.C:
4984         * BufferView_pimpl.h:
4985         * BufferView_pimpl.C: only construct screen once,
4986           rename
4987
4988         * lyxrc.C: remove pointless comment
4989
4990 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
4991
4992         * BufferView.h:
4993         * BufferView.C: remove active() and belowMouse()
4994
4995         * BufferView_pimpl.h:
4996         * BufferView_pimpl.C: use workarea() not workarea_,
4997           and make it use a scoped_ptr instead
4998
4999 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5000
5001         * lyx_gui.C: add debug message on BadWindow
5002
5003 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5004
5005         * sp_spell.C: fdopen is not part of the C++ standard.
5006
5007         * paragraph.C (InsetIterator): use >= instead of ==
5008
5009 2002-06-07  Angus Leeming  <leeming@lyx.org>
5010
5011         Fixes needed to compile with Compaq cxx 6.5.
5012         * BufferView_pimpl.C:
5013         * DepTable.C:
5014         * buffer.C:
5015         * converter.C:
5016         * encoding.C:
5017         * lyx_gui.C:
5018         * lyx_main.C:
5019         * lyxtextclasslist.C:
5020         * minibuffer.C:
5021         * sp_spell.C:
5022         * tabular_funcs.C:
5023         * vc-backend.C:
5024         all c-library variables have been moved into namespace std. Wrap
5025         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
5026
5027         * lyxlength.C:
5028         * tabular-old.C:
5029         * tabular.C:
5030         Add a using std::abs declaration.
5031
5032         * kbmap.h (modifier_pair):
5033         * paragraph.h (InsetTable, InsetList):
5034         * lyxfont.h (FontBits):
5035         type definition made public.
5036
5037         * bufferlist.C (emergencyWriteAll): the compiler complains that
5038         there is more than one possible lyx::class_fun template to choose from.
5039         I re-named the void specialisation as lyx::void_class_fun.
5040
5041         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
5042
5043         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
5044         the compiler is is unable to find tostr in write_attribute.
5045
5046 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5047
5048         * buffer.C (sgmlError): hide #warning
5049
5050 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5051
5052         * xtl/*: get rid of xtl, which is not in use anyway
5053
5054         * LyXAction.C (init):
5055         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
5056         were unimplemented xtl experimentation
5057
5058 2002-06-04  André Pönitz <poenitz@gmx.net>
5059
5060         * lyxfunc.C: disable array operation on simple formulae
5061
5062 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
5063
5064         * converter.C: constify a bit
5065
5066 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
5067
5068         * lyx_gui.C: check xforms version correctly
5069
5070 2002-04-30  Herbert Voss  <voss@lyx.org>
5071
5072         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
5073         "keep" option
5074
5075 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
5076
5077         * lyxvc.C: fix bug 416 (make sure buffer is saved before
5078           attempt to register it with a VCS)
5079
5080 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5081
5082         * lyx_main.C (init): honor variables LYX_DIR_13x and
5083         LYX_USERDIR_13x
5084
5085 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5086
5087         * buffer.h:
5088         * buffer.C:
5089         * lyx_main.C: fix a crash on bad command line,
5090           and give a useful exit status on error
5091
5092         * lyxfunc.C (doImport): allow -i lyx to work
5093
5094 2002-03-30  André Pönitz <poenitz@gmx.net>
5095
5096         * lyxfunc.C: mathed font changes
5097
5098 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5099
5100         * LaTeX.C:
5101         * importer.h:
5102         * importer.C:
5103         * lyx_sty.h:
5104         * lyx_sty.C:
5105         * lyxlex.C:
5106         * lyxrow.h:
5107         * lyxtext.h:
5108         * paragraph.h:
5109         * paragraph.C:
5110         * texrow.h:
5111         * texrow.C:
5112         * text.C:
5113         * trans_mgr.h: srcdocs, and some minor cleanups
5114
5115 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5116
5117         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
5118         call getFont all the time)
5119
5120 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5121
5122         * switch from SigC signals to boost::signals
5123
5124 2002-05-29  André Pönitz <poenitz@gmx.net>
5125
5126         * paragraph_pimpl.C (getChar): don't call size() too often...
5127
5128 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5129
5130         * paragraph_pimpl.C (insertChar): do not try to update tables when
5131         appending (pos == size())
5132
5133         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
5134         in order to reduce drastically the number of comparisons needed to
5135         parse a large document
5136
5137 2002-05-29  André Pönitz <poenitz@gmx.net>
5138
5139         * text.C:
5140         * text2.C:
5141         * lyxtextclass.C:
5142         * sp_pspell.h:
5143         * textclasslist.[Ch]:
5144         * sp_ispell.h: whitespace change
5145
5146 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5147
5148         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
5149         lyxaction directly now.
5150
5151 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
5152
5153         * trans.C:
5154         * lyxfont.C:
5155         * lyxvc.C: remove unused headers
5156
5157 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5158
5159         * Makefile.am:
5160         * buffer.h:
5161         * undostack.h:
5162         * undostack.C:
5163         * undo_funcs.h:
5164         * undo_funcs.C: some cleanups. Use shared_ptr
5165           and a template for the undo stacks.
5166
5167 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5168
5169         * BufferView_pimpl.h:
5170         * BufferView_pimpl.C:
5171         * kbmap.h:
5172         * kbmap.C:
5173         * kbsequence.h:
5174         * kbsequence.C:
5175         * lyxfunc.h:
5176         * lyxfunc.C:
5177         * text2.C: use key_state/mouse_state
5178
5179 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5180
5181         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
5182         and LSubstring
5183
5184         * chset.C: change include order
5185         (loadFile): use boost regex and get rid of LRegex and LSubstring
5186
5187         * Makefile.am (BOOST_LIBS): new variable
5188         (lyx_LDADD): use it
5189
5190         * LaTeX.C: change include order.
5191         (scanAuxFile): use boost regex and get rid of LRegex and
5192         LSubstring
5193         (deplog): ditto
5194
5195 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5196
5197         * ColorHandler.h:
5198         * ColorHandler.C:
5199         * FontInfo.h:
5200         * FontInfo.C: moved to frontends/xforms/
5201
5202         * FontLoader.h:
5203         * FontLoader.C: moved into frontends for GUIIzation
5204
5205         * Makefile.am:
5206         * lyx_gui.C:
5207         * lyxfont.C:
5208         * lyxfunc.C: changes from above
5209
5210 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5211
5212         * LColor.C: remove spurious X include
5213
5214         * BufferView_pimpl.C:
5215         * Makefile.am:
5216         * font.h:
5217         * font.C:
5218         * text.C:
5219         * text2.C: move font metrics to frontends/
5220
5221 2002-05-24  Juergen Vigna  <jug@sad.it>
5222
5223         * undo_funcs.C (textHandleUndo): fix the cursor selection after
5224         setting the undo_cursor.
5225
5226         * ParagraphParameters.h: include local includes first.
5227
5228 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5229
5230         * BufferView_pimpl.C:
5231         * BufferView_pimpl.h:
5232         * Makefile.am:
5233         * WorkArea.h:
5234         * WorkArea.C:
5235         * screen.C: move WorkArea into frontends/
5236
5237         * lyxscreen.h:
5238         * screen.C:
5239         * text.C:
5240         * BufferView.C:
5241         * BufferView2.C: move LyXScreen into frontends/
5242
5243         * lyxlookup.h:
5244         * lyxlookup.C:
5245         * lyx_gui.C: move lyxlookup into frontends/xforms/
5246
5247 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5248
5249         * BufferView2.C:
5250         * BufferView_pimpl.C:
5251         * FontLoader.C:
5252         * LyXView.h:
5253         * LyXView.C:
5254         * Makefile.am:
5255         * WorkArea.C:
5256         * XFormsView.h:
5257         * XFormsView.C:
5258         * buffer.C:
5259         * bufferlist.C:
5260         * bufferview_funcs.C:
5261         * converter.C:
5262         * importer.C:
5263         * lyx_cb.C:
5264         * lyx_gui.C:
5265         * lyx_main.C:
5266         * lyx_find.C:
5267         * lyxfunc.C:
5268         * lyxvc.C:
5269         * minibuffer.C:
5270         * text.C:
5271         * text2.C:
5272         * trans.C:
5273         * vc-backend.C: move LyX/XFormsView into frontends/
5274
5275 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5276
5277         * Makefile.am:
5278         * PainterBase.C:
5279         * PainterBase.h:
5280         * Painter.C:
5281         * Painter.h:
5282         * WorkArea.C:
5283         * WorkArea.h:
5284         * screen.C:
5285         * tabular.C:
5286         * text.C:
5287         * text2.C: move Painter to frontends/
5288
5289 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5290
5291         * buffer.C: comment out some some code that depend upon lyx_format
5292         < 220
5293
5294         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
5295         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
5296
5297         * buffer.h (NO_COMPABILITY): turn off compability
5298
5299         * ColorHandler.C: include scoped_array.hpp
5300
5301         * font.C: Use more specific smart_ptr header.
5302         * Painter.C: ditto
5303         * gettext.C: ditto
5304         * ShareContainer.h: ditto
5305         * lyx_main.h: ditto
5306         * kbmap.h: ditto
5307         * FontInfo.h: ditto
5308         * BufferView_pimpl.h: ditto
5309         * ColorHandler.h: ditto
5310
5311         * kbmap.C (defkey): change call to shared_ptr::reset
5312
5313 2002-05-21  Juergen Vigna  <jug@sad.it>
5314
5315         * buffer.C (insertErtContents): fix to insert ert asis if it is
5316         non empty. Skip it completely if it contains only whitespaces.
5317
5318 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
5319
5320         * BufferView_pimpl.C:
5321         * BufferView2.C: clear selection on paste (bug 393)
5322
5323 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5324
5325         * DepTable.C: include ctime
5326
5327 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
5328
5329         * buffer.C (latexParagraphs): Add new argument (moving_arg).
5330
5331 2002-05-14  Juergen Vigna  <jug@sad.it>
5332
5333         * text.C (breakParagraph): fixed function to honor the keepempty
5334         layout in the right maner and also to permit the right breaking
5335         algorithm on empty or non empyt keepempty paragraphs.
5336
5337         * paragraph.C (breakParagraph): we have to check also if the par
5338         is really empty (!size()) for isempty otherwise we do the wrong
5339         paragraph break.
5340
5341 2002-05-10  Juergen Vigna  <jug@sad.it>
5342
5343         * buffer.[Ch] : The following are only changes to the ert
5344         compatibility read reading old LaTeX layout and font stuff and
5345         convert it to ERTInsets.
5346
5347         * buffer.h: added isErtInset().
5348
5349         * buffer.C (struct ErtComp): add a fromlayout bool to check
5350         if we're inside a LaTeX layout.
5351         (isErtInset): new helper function.
5352         (insertErtContents): look for other ert insets before this one
5353         and insert the contents there, so that we don't have subsequent
5354         ERT insets with nothing between them. This way we create only one
5355         inset with multiple paragraphs. Also check if we don't insert only
5356         spaces ' ' as they are ignored anyway afterwards in the .tex file
5357         so if we have only spaces we will ignore this latex part in the
5358         new file.
5359         (parseSingleLyXformat2Token \\layout): better compatibility when
5360         reading layout-latex stuff.
5361         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
5362         language tag.
5363         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
5364         stuff after reading the inset only get the information back from
5365         the stack.
5366
5367 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
5368
5369         * buffer.C (makeLaTeXFile): Put language options after loading babel.
5370
5371         * LaTeXFeatures.C (getBabelOptions): New method.
5372
5373 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5374
5375         * BufferView_pimpl.C (Dispatch): work around missing argument for
5376         'layout'
5377
5378 2002-05-08  Juergen Vigna  <jug@sad.it>
5379
5380         * text.C (leftMargin): handle paragraph leftindent.
5381
5382         * paragraph.C (writeFile): write the new \\leftindent tag.
5383         (validate): handle leftindent code.
5384         (TeXEnvironment): handle paragraphleftindent code again.
5385
5386         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
5387
5388         * buffer.C (parseSingleLyXformat2Token): added compatibility code
5389         for paragrap_extra indent code and new token \\leftindent.
5390         (latexParagraphs): handle the leftindent as environment.
5391
5392         * ParameterStruct.h: added leftindent support.
5393
5394         * ParagraphParameters.C (leftIndent): added support functions for
5395         the paragraph left indent.
5396
5397         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
5398         more appropriate.
5399
5400 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
5401
5402         * paragraph.C (isRightToLeftPar): Return false for a paragraph
5403         inside insetERT.
5404
5405         * text.C (computeBidiTables): No bidi in insetERT.
5406
5407         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
5408         in RTL documents.
5409
5410 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5411
5412         * version.C.in: pre 5
5413
5414 2002-05-02  José Matos  <jamatos@fep.up.pt>
5415         * buffer.C (makeDocBookFile): white space changes, add newline to
5416         command styles.
5417         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
5418
5419         * tabular.C (docBook): fix typo.
5420
5421 2002-05-03  Juergen Vigna  <jug@sad.it>
5422
5423         * screen.C (drawFromTo): recalculate the rowpointer if we had a
5424         change in LyXText as we can not be sure it was not freed.
5425         (drawOneRow): remove unused code.
5426
5427         * text.C (drawInset): redo the calculation of the need_break_row as
5428         it could have a row which was already freed.
5429         (draw): look at the return value of drawInset and return false if
5430         it also returned false.
5431         (paintRowText): look at the return value of draw and return false if
5432         it also returned false.
5433
5434         * lyxtext.h: added bool return type to drawInset() and draw() so that
5435         if we have a change in the row so that the rowbreak has to be redone
5436         we abort drawing as it will be called again.
5437
5438 2002-05-02  Juergen Vigna  <jug@sad.it>
5439
5440         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
5441         a change in the maintext also if we're inside an inset.
5442         (Dispatch): set the cursor again after a break line and after the
5443         screen has been updated as it could be we're in a different row.
5444
5445         * text2.C (fixCursorAfterDelete): check to make sure we don't request
5446         to set the cursor behind the pargraph with > size().
5447         (setCursor): check also for the same paragraph when checking where
5448         to put the cursor if we have a NFR inset.
5449
5450         * buffer.C (parseSingleLyXformat2Token): move the compatibility
5451         parts of layout read further up as it still was in the wrong
5452         position.
5453
5454 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5455
5456         * screen.C (drawFromTo): change sine fullRebreak always return
5457         true.
5458
5459         * buffer.C (parseSingleLyXformat2Token): reindent some
5460
5461         * BufferView_pimpl.C (update): change since fullRebreak always
5462         return true.
5463         (Dispatch): git rid of the last hardcoded "Standard"s.
5464
5465 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5466
5467         * text2.[Ch] (fullRebreak): make it return void now that we always
5468         returned true.
5469
5470 2002-04-30  Juergen Vigna  <jug@sad.it>
5471
5472         * buffer.C (parseSingleLyXformat2Token): reset the font before the
5473         ert compatibility check for "latex" layout.
5474
5475 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
5476
5477         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
5478         minipages: use col% instead of p%, and also use the current font.
5479         (makeLaTeXFile): Fix use babel condition.
5480         (parseSingleLyXformat2Token): Correct font when reading old floats.
5481
5482 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
5483
5484         * BufferView_pimpl.C (Dispatch): Check that float type exists when
5485         inserting list of floats.
5486
5487 2002-04-25  Herbert Voss  <voss@lyx.org>
5488
5489         * MenuBackend.C (expand): don't add the graphics extensions to the
5490         export menu
5491
5492 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5493
5494         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
5495         non-existing layout, do not complain if it was the default layout
5496         of the original class (bug #342)
5497
5498 2002-04-24  Juergen Vigna  <jug@sad.it>
5499
5500         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
5501         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
5502
5503 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
5504
5505         * buffer.C (getBibkeyList): If using \bibliography, return the
5506         option field with the reference itself. Enables us to provide natbib
5507         support when using \bibliography.
5508
5509 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
5510
5511         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
5512
5513         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
5514         natbib is provided by the LaTeX class.
5515
5516 2002-04-23  Juergen Vigna  <jug@sad.it>
5517
5518         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
5519         Wakeup functions.
5520
5521         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
5522
5523 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5524
5525         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
5526
5527         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
5528         ensuremath around textordmasculine, textordfeminine and
5529         textdegree.
5530
5531 2002-04-19  Juergen Vigna  <jug@sad.it>
5532
5533         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
5534         reinitializing the buffer otherwise row-dimensions may be wrong.
5535         (update): reset also the selection cursors if they do exits otherwise
5536         their x/y positions may be wrong.
5537
5538         * text2.C (cursorDown): don't enter the inset if we came from a row
5539         above and are one row over the inset.
5540
5541         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
5542         really leaving an inset.
5543
5544 2002-04-18  Juergen Vigna  <jug@sad.it>
5545
5546         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
5547         of the selected paragraph does not have the selected layout also if
5548         the last one had!
5549
5550         * text2.C (setLayout): fixed bug which did not change last selected
5551         paragraph.
5552
5553         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
5554         changed the read and substituted \\end_float with \\end_inset!
5555
5556         * BufferView_pimpl.C (cursorPrevious):
5557         (cursorNext): fixed to make it work with rows heigher than the work
5558         area without moving the cursor only the draw of the row.
5559         (workAreaMotionNotify): fix jumping over high rows.
5560
5561 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5562
5563         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
5564         Ressler.
5565
5566 2002-04-16  Juergen Vigna  <jug@sad.it>
5567
5568         * text2.C (setCursor): set also the irow().
5569         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
5570         (cursorUp):
5571         (cursorDown): support for locking an inset if the x_fix value goes
5572         inside it. That way I can transverse insets too with cursor up/down.
5573
5574         * lyxrow.h: added irow helper function same as other (i) functions.
5575
5576         * BufferView_pimpl.C (cursorPrevious):
5577         (cursorNext): fixed for insets!
5578
5579 2002-04-15  Juergen Vigna  <jug@sad.it>
5580
5581         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
5582         position otherwise it is wrong in some cases.
5583
5584         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
5585         inside the inset before the call.
5586
5587 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
5588
5589         * buffer.[Ch] (getBibkeyList): make it const.
5590
5591 2002-04-12  Juergen Vigna  <jug@sad.it>
5592
5593         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
5594
5595         * text2.C (getCursorX): new helper function
5596         (setCursor): compute also ix_
5597         (setCursorFromCoordinates): set also ix.
5598
5599         * lyxcursor.h: added ix_ and helper functions.
5600
5601         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
5602
5603         * buffer.C (insertStringAsLines): dont break paragraph if the this
5604         paragraph is inside an inset which does not permit it!
5605
5606         * text.C (breakParagraph): honor keepempty flag and break the paragraph
5607         also with no chars on this paragraph.
5608         (paintRowText): only paint stuff if it's inside the workarea!
5609
5610         * paragraph.C (breakParagraph): honor keepempty flag and break the
5611         paragraph always below not above.
5612
5613         * BufferView2.C (unlockInset): update the paragraph layout on inset
5614         unlock as we changed paragraph in such a case.
5615
5616         * lyxfind.C (LyXFind): clear the former selection if not found!
5617
5618         * text2.C (insertInset): freeze Undo after setUndo so that it is not
5619         again called in insertChar().
5620
5621         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
5622         an inset which uses the whole row!
5623         (rightMargin): ditto.
5624         (insertChar): force a rebreak if we inserted an inset!
5625
5626 2002-03-28  Herbert Voss  <voss@lyx.org>
5627
5628         * lyxlength.[Ch]: add inBP() to get the right PS-point
5629         units (BigPoint). With inPixels we have rounding errors
5630
5631 2002-04-11  Juergen Vigna  <jug@sad.it>
5632
5633         * text2.C (setCursorFromCoordinates): set iy to the right value.
5634         (setCursor): add check if row->previous exists!
5635
5636         * buffer.C (parseSingleLyXformat2Token): reset font after read of
5637         an old float_type as this was the case in the old code!
5638
5639         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
5640
5641         * BufferView2.C (showLockedInsetCursor): use iy
5642         (fitLockedInsetCursor): ditto
5643
5644         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
5645         locked insets as there we have the right value now.
5646
5647         * lyxcursor.C: added iy_ variable and iy functions to set to the
5648         baseline of cursor-y of the locked inset.
5649
5650         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
5651         (setCursor): fixed for insets which need a full row.
5652
5653         * text.C (rowLastPrintable): don't ignore the last space when before
5654         an inset which needs a full row.
5655         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
5656         as last character of a row when before a inset which needs a full row.
5657
5658 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5659
5660         * version.C.in: update date
5661
5662         * text2.C (fullRebreak): try to always return true and see what
5663         happens...
5664
5665 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5666
5667         * MenuBackend.C (expand): use Floating::listName
5668
5669         * FloatList.C (FloatList): add listName argument to the built-in
5670         floats
5671
5672         * Floating.[Ch]: add listName member, which is the 'List of XXX'
5673         text associated with the float.
5674
5675 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5676
5677         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
5678
5679 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5680
5681         * ShareContainer.h: add a couple of missing typenames.
5682
5683 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
5684
5685         * lyxrc.C (getDescription): use _() correctly rather than N_().
5686
5687 2002-03-28  Herbert Voss  <voss@lyx.org>
5688
5689         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
5690         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
5691
5692 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5693
5694         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
5695         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
5696
5697 2002-03-29  Juergen Vigna  <jug@sad.it>
5698
5699         * lyxfunc.C (dispatch): add a missing fitCursor call.
5700
5701         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
5702         it was scrolled by a cursor move, so return the bool status.
5703
5704         * BufferView.C (fitCursor): return the bool flag also to the outside
5705         world as this is needed.
5706
5707         * screen.C (toggleToggle): don't subtract the offset if it's positive.
5708
5709         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
5710         call the edit() as it is not needed (and wrong) IMO.
5711         (workAreaButtonPress): set the screen_first variable before evt.
5712         unlock the inset as this may change screen_first and then we have
5713         a wrong y position for the click!
5714
5715 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5716
5717         * MenuBackend.C (expand): another translation that I missed
5718
5719 2002-03-28  Juergen Vigna  <jug@sad.it>
5720
5721         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
5722
5723         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
5724
5725 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5726
5727         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
5728
5729         * MenuBackend.C (expand): fix export/view/update when there is no
5730         document open.
5731
5732 2002-03-27  Herbert Voss  <voss@lyx.org>
5733
5734         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
5735         and text%
5736
5737 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5738
5739         * bufferview_funcs.C (currentState): only show paragraph number
5740         for is DEVEL_VERSION is set.
5741
5742         * lyxfunc.C (dispatch): put warning in INFO channel
5743
5744         * MenuBackend.C (expand): translate the name of floats
5745
5746         * FloatList.C (FloatList): mark the float names for translation
5747
5748         * converter.C (convert): use LibScriptSearch
5749
5750 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5751
5752         * MenuBackend.C (defaults): fix default menu (we might as well get
5753         rid of it...)
5754
5755 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5756
5757         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
5758         directory.
5759
5760 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5761
5762         * lyxvc.C: reorder includes.
5763
5764 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
5765
5766         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
5767           properly
5768
5769 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
5770
5771         * CutAndPaste.C: change layouts earlier on paste
5772           to avoid crashing when calling getFont()
5773
5774 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
5775
5776         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
5777         irritating #error.
5778
5779 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5780
5781         * WorkArea.C: remove 'Pending' debug message.
5782
5783         * most files: ws cleanup
5784
5785         * buffer.[Ch]: ws changes
5786
5787         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
5788
5789 2002-03-21  Juergen Vigna  <jug@sad.it>
5790
5791         * tabular.C (SetMultiColumn): collapse also the contents of the
5792         cells and set the last border right. Added a Buffer const * param.
5793
5794 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5795
5796         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
5797         linking or not.
5798
5799 2002-03-19  Juergen Vigna  <jug@sad.it>
5800
5801         * text2.C (clearSelection): reset also xsel_cache.
5802
5803         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
5804         where it needs to be called (John tells us to do so too :)
5805         (selectionLost): reset sel_cache.
5806
5807         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
5808
5809 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5810
5811         * text2.C (setCursorIntern): put debuging code in INSETS channel
5812
5813 2002-03-19  André Pönitz <poenitz@gmx.net>
5814
5815         * lyxfunc.C: tiny whitespace change
5816
5817 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5818
5819         * ToolbarDefaults.C (init):
5820         * LyXAction.C (init):
5821         * commandtags.h:
5822         * BufferView_pimpl.C (Dispatch):
5823         * lyxfunc.C (dispatch): remove LFUN_DEPTH
5824
5825 2002-03-19  Allan Rae  <rae@lyx.org>
5826
5827         * exporter.C (Export): removeAutoInsets before doing anything else.
5828         While I've just introduced a dependency on BufferView this really is
5829         the best place to clean the buffer otherwise you need to cleanup in
5830         a dozen places before calling export or cleanup in a dozen functions
5831         that export calls.
5832
5833         * converter.C (runLaTeX):
5834         (scanLog): Better handling of removeAutoInsets and screen updates.
5835
5836         * lyxfunc.C (dispatch): small whitespace changes
5837
5838 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5839
5840         * WorkArea.C (C_WorkAreaEvent): return a value.
5841         (event_cb): return 1 if we handled the event, 0 otherwise.
5842
5843         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
5844
5845 2002-03-18  Juergen Vigna  <jug@sad.it>
5846
5847         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
5848         (GetAdditionalWidth): ditto.
5849         (RightLine): ditto.
5850         (LeftLine): ditto.
5851
5852         * BufferView2.C (copy): use getLyXText() so that we do it inside an
5853         inset if we're there actually (probably not used right now but this
5854         is the direction to go for unifying code).
5855         (paste): disable code to clear the selection.
5856
5857         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
5858         inside an InsetText and move the check further up as it is in the
5859         wrong place.
5860
5861         * text2.C (pasteSelection): set a selection over the pasted text.
5862
5863 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
5864
5865         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
5866         and libgraphics to build on Cygwin.
5867
5868 2002-03-15  Juergen Vigna  <jug@sad.it>
5869
5870         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
5871         inserting an Inset into the paragraph. I know this is not the best
5872         fix but we already use current_view in CutAndPaste so we will remove
5873         all of it's using at the same time.
5874
5875         * buffer.C (sgmlError): deactivated function till it is rewritten in
5876         the right mode, now it can create problems.
5877
5878         * paragraph.C (isLineSeparator): check if getInset returns != 0,
5879         before accessing it.
5880
5881 2002-03-14  Juergen Vigna  <jug@sad.it>
5882
5883         * undo_funcs.C (textHandleUndo): do the right thing when updating
5884         the inset after the undo/redo.
5885
5886         * text2.C (setCursor): just some testcode for #44 not ready yet.
5887
5888         * undo_funcs.C (textHandleUndo): set the next() and previous()
5889         pointers of the paragraph to 0 before deleting otherwise we have
5890         problems with the Paragraph::[destructor].
5891
5892         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
5893         on a paragraph insertion.
5894
5895 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5896
5897         * buffer.C (asciiParagraph): use += operator for char append to
5898         string.
5899
5900         * paragraph.C (getFontSettings): compare >= not just >
5901         (highestFontInRange): ditto
5902         (setFont): ditto
5903
5904 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5905
5906         * paragraph.C: change several algorithm to be more appripriate for
5907         the problem domain. This is lookip in FontList and in the InsetList.
5908
5909 2002-03-13  André Pönitz <poenitz@gmx.net>
5910
5911         * commandtags.h:
5912         * LyXAction.C: remove unused LFUN_MATH_MACROARG
5913
5914 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
5915
5916         * commandtags.h:
5917         * LyXAction.C:
5918         * lyxfunc.C:
5919         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
5920
5921 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5922
5923         * Painter.C (display): anon helper function, adjust code for this
5924         change.
5925         (pixmap): remove function.
5926
5927         * Painter.h: remove private display variable.
5928
5929         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
5930
5931 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
5932
5933         * WorkArea.[Ch]: remove figinset_canvas cruft.
5934
5935 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5936
5937         * lyxtextclass.C (operator): add one item cache optimization.
5938
5939         * bufferlist.h: doxy changes
5940
5941         * bufferlist.C: ws changes
5942
5943         * DepTable.[Ch] (ext_exist): place const in the right spot.
5944
5945         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
5946         call resizeInsets.
5947         (workAreaExpose): call resizeInsets when the with BufferView changes.
5948         (Dispatch): adjust for protectedBlank removal
5949         (specialChar): call updateInset if the insert went ok.
5950
5951         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
5952         specialChar instead.
5953
5954         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
5955
5956         * BufferView.h: doxy change
5957
5958         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
5959
5960         * lyxtextclass.C (operator[]): remove non-const version
5961         (defaultLayout): remove non-const version
5962
5963 2002-03-12  Juergen Vigna  <jug@sad.it>
5964
5965         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
5966         did resize the LyXText too.
5967
5968         * buffer.C (readLyXformat2): set layout information on newly allocated
5969         paragraphs.
5970
5971         * tabular.C (OldFormatRead): set layout information on the paragraph.
5972
5973 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5974
5975         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
5976
5977 2002-03-11  Juergen Vigna  <jug@sad.it>
5978
5979         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
5980         plainly wrong.
5981         (resizeCurrentBuffer): force also the insets to resize themselfes.
5982         (moveCursorUpdate): fixed up for InsetText.
5983
5984 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
5985
5986         * commandtags.h:
5987         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
5988         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
5989         value of Dialogs::tooltipsEnabled().
5990         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
5991
5992 2002-03-08  Juergen Vigna  <jug@sad.it>
5993
5994         * BufferView_pimpl.C (updateInset): update inset inside inset also
5995         if it isn't inside theLockingInset().
5996
5997 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5998
5999         * buffer.C (asciiParagraph): redo some of the word and line length
6000         handling.
6001         (getLists): look for Caption instead of caption.
6002
6003 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6004
6005         * buffer.C (Buffer): initialize niceFile to true
6006         (makeLaTeXFile):
6007         (makeLinuxDocFile):
6008         (makeDocBookFile): make sure niceFile is true on exit
6009
6010 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6011
6012         * buffer.C (makeLaTeXFile): escape ~ in \input@path
6013
6014 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
6015
6016         * LyXSendto.C: remove.
6017         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
6018         * lyx_gui.C: remove now-redundant comment.
6019         * ColorHandler.h: remove forward declaration of class WorkArea.
6020         * lyxfunc.C: remove #include "WorkArea.h".
6021
6022 2002-03-07  Juergen Vigna  <jug@sad.it>
6023
6024         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
6025         got moved away with the DEPM and also set the inset_owner always
6026         right which before could have been omitted.
6027
6028 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6029
6030         * buffer.C (parseSingleLyXformat2Token): use default layout is the
6031         wanted layout is not found.
6032
6033 2002-03-07  Juergen Vigna  <jug@sad.it>
6034
6035         * CutAndPaste.C (cutSelection): another layout settings forgotten.
6036
6037 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6038
6039         * paragraph.C (breakParagraph): use default layout not layout of
6040         prev paragraph.
6041         (Paragraph): clear ParagraphParameters.
6042
6043 2002-03-06  Juergen Vigna  <jug@sad.it>
6044
6045         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
6046         otherwise it would not be a valid lenght. Fixed a special case in
6047         the minipage compatibility read where we end the document with a
6048         minipage.
6049
6050         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
6051         was set as it could be 0 for InsetTexts first entry.
6052
6053 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6054
6055         * paragraph.C (writeFile): if layout is empty write out
6056         defaultLayoutName().
6057
6058         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
6059         file without named layout we set layout to defaultLayoutName().
6060
6061 2002-03-06  Juergen Vigna  <jug@sad.it>
6062
6063         * CutAndPaste.C (copySelection): set layout for new paragraph.
6064
6065         * text.C (prepareToPrint): leave ERT inset left aligned
6066         (leftMargin): don't indent paragraphs inside ERT insets
6067
6068 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6069
6070         * paragraph.C (breakParagraph): dont call clear do the work manually
6071
6072         * paragraph.[Ch] (clear): remove function
6073
6074 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6075
6076         * paragraph.C (Paragraph): dont call clear, the work has already
6077         been done.
6078
6079         * lyxtextclass.C (operator): assert if n is empty
6080
6081         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
6082         work manually instead.
6083
6084 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6085
6086         * BufferView_pimpl.C: protect selectionLost against text == 0
6087
6088 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6089
6090         * text.C (breakParagraph): fix a setting layout to '0' problem.
6091
6092 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6093
6094         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
6095         final location of file, for the included files, and graphics.
6096
6097 2002-03-05  Juergen Vigna  <jug@sad.it>
6098
6099         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
6100
6101 2002-03-04  Juergen Vigna  <jug@sad.it>
6102
6103         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
6104
6105         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
6106         last column of multicolumn cells.
6107         (SetWidthOfMulticolCell): recalculate NMC and real columns.
6108
6109 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6110
6111         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
6112         file if it doesn't go to a temporary file.
6113
6114         * buffer.C (sgmlOpenTag):
6115         (sgmlCloseTag):  remove extra newline insertion.
6116
6117 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6118
6119         * text.C (getRowNearY): comment out debug msg
6120
6121 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6122
6123         * text2.C: first -> first_y
6124
6125         * text.C (getRowNearY): add some attemts at a possible
6126         optimization, not working.
6127
6128         * tabular.[Ch]: add BufferParams to several function so that newly
6129         created paragraph can be initialized to he default layotu for the
6130         buffers textclass.
6131
6132         * tabular-old.C (ReadOld): add buf->params to call of Init
6133
6134         * screen.C: rename text->first to text->first_y
6135
6136         * paragraph.C (breakParagraph): always set layout in the broken
6137         paragraph
6138
6139         * lyxtextclass.C (Read): remove lowercase
6140         (hasLayout): ditto
6141         (operator): ditto
6142         (delete_layout): ditto
6143
6144         * lyxtext.h: rename first -> first_y
6145
6146         * lyxlayout.C (Read): remove lowercase
6147         (name): ditto
6148         (setName): ditto
6149         (obsoleted_by): ditto
6150
6151         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
6152
6153         * buffer.C (insertErtContents): add params are to InsetERT
6154         (parseSingleLyXformat2Token): add code to check if a paragraphs
6155         layout really exist.
6156         (parseSingleLyXformat2Token): add params to several inset
6157         constructors
6158         (asciiParagraph): remove lowercase, do the layout comparisons with
6159         no_case
6160
6161         * BufferView_pimpl.C (cursorNext): first -> first_y
6162         (resizeCurrentBuffer): first -> first_y
6163         (updateScrollbar): first -> first_y
6164         (scrollCB): first -> first_y
6165         (workAreaMotionNotify): first -> first_y
6166         (workAreaButtonPress): first -> first_y
6167         (checkInsetHit): first -> first_y
6168         (cursorPrevious): first -> first_y
6169         (cursorNext): first -> first_y
6170         (Dispatch): add buffer_->params to severl inset contructors
6171
6172 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6173
6174         * lyxlayout.C (Read): remove some debug info that I forgot.
6175
6176         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
6177         clean up the code slightly.
6178         (makeLinuxDocFile): ditto
6179         (makeDocBookFile): ditto
6180
6181         * text2.C: layout as string
6182
6183         * text.C: layout as string
6184
6185         * paragraph_pimpl.C: layout as string
6186
6187         * paragraph.[Ch]: layout as string
6188
6189         * lyxtextclasslist.[Ch]: layout as string
6190
6191         * lyxtextclass.[Ch]: layout as string
6192
6193         * lyxtext.h: layout as string
6194
6195         * lyxlayout.[Ch]: layout as string
6196
6197         * lyx_cb.C: layout as string
6198
6199         * bufferview_funcs.C: layout as string
6200
6201         * bufferparams.C: layout as string
6202
6203         * buffer.C: layout as string
6204
6205         * LyXView.[Ch]: layout as string
6206
6207         * LaTeXFeatures.[Ch]: layout as string
6208
6209         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
6210
6211         * BufferView_pimpl.C: change current_layout to string, remove
6212         lyx::layout_type.
6213         (Dispatch):
6214         (smartQuote):
6215         (insertInset):
6216         (workAreaButtonRelease): layout as string
6217
6218         * BufferView2.C (unlockInset): adjust
6219
6220         * vspace.C (asLatexCommand): use an explict temp variable.
6221
6222 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6223
6224         * Makefile.am: use FRONTEND_*
6225
6226 2002-03-01  Juergen Vigna  <jug@sad.it>
6227
6228         * tabular.C (SetWidthOfMulticolCell): changed to something better
6229         I hope but still work in progress.
6230         (recalculateMulticolumnsOfColumn): renamed function from
6231         recalculateMulticolCells as it is more appropriate now.
6232         (SetWidthOfCell): calculate multicols better.
6233
6234 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6235
6236         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
6237
6238         * lyxfunc.C (processKeySym): print sequence also if it is
6239         `deleted' (complete)
6240
6241         * kbsequence.C (print): print sequence even if it is deleted
6242         (complete would be a better word, actually).
6243
6244         * lyxfunc.C (dispatch): print complete options after a prefix key
6245
6246         * vspace.C (asLatexCommand): rewrite in a slightly different form.
6247
6248 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
6249
6250         * text2.C (setCharFont): eliminate setCharFont code duplication.
6251
6252 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6253
6254         * BufferView_pimpl.C (Dispatch): remove bogus handling of
6255         LFUN_TABULAR_FEATURE (bug #177)
6256
6257 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
6258
6259         * Makefile.am: remove figure.h
6260
6261 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
6262
6263         * Bufferview_pimpl.C:
6264         * CutAndPasteC:
6265         * LaTeX.C:
6266         * LyXSendto.C:
6267         * buffer.C:
6268         * bufferlist.C:
6269         * converter.C:
6270         * language.C:
6271         * lyxfunc.C:
6272         * lyxvc.C:
6273         * paragraph.C:
6274         * text.C:
6275         * text2.C: remove #include "lyx_gui_misc.h".
6276
6277         * LaTeX.C: added #include <cstdio>
6278
6279 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6280
6281         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
6282         that the paragraph following this one can have.
6283
6284         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
6285
6286         * vspace.C (asLatexCommand): fix bogus gcc warning
6287
6288         * Makefile.am (lyx_SOURCES): remove vms_defines.h
6289
6290 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
6291
6292         * text2.C (setLayout): get rid of redundant code
6293
6294 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
6295
6296         * text2.C (incDepth): make sure depth cannot be increased beyond
6297         reasonable values.
6298
6299 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
6300
6301         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
6302         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
6303
6304         * PainterBase.h (image):
6305         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
6306         a LyXImage const *.
6307
6308 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6309
6310         * BufferView.C:
6311         * BufferView.h:
6312         * BufferView_pimpl.C:
6313         * BufferView_pimpl.h:
6314         * LaTeXFeatures.C:
6315         * LyXAction.C:
6316         * LyXView.C:
6317         * Makefile.am:
6318         * UpdateList.h:
6319         * UpdateList.C:
6320         * buffer.C:
6321         * figure.h:
6322         * figureForm.C:
6323         * figureForm.h:
6324         * figure_form.C:
6325         * figure_form.h:
6326         * lyx_cb.C:
6327         * lyx_gui.C:
6328         * lyx_gui_misc.C:
6329         * lyxfunc.C:
6330         * sp_base.h:
6331         * sp_ispell.h:
6332         * sp_pspell.h:
6333         * sp_spell.C: remove fig inset, and the crap house of
6334           cards that follows it
6335
6336 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6337
6338         * Makefile.am:
6339         * lyxserver.C:
6340         * os2_defines.h:
6341         * os2_errortable.h:
6342         * nt_defines.h: move .h into support/
6343
6344         * vms_defines.h: remove
6345
6346         * WorkArea.C: add space in debug output
6347
6348         * text2.C:
6349         * paragraph.C:
6350         * buffer.C: add WITH_WARNINGS
6351
6352         * vc-backend.h:
6353         * vc-backend.C:
6354         * bufferlist.C: s/retrive/retrieve/, add docs
6355
6356         * vspace.h:
6357         * vspace.C:
6358         * kbmap.h:
6359         * lyxlength.h:
6360         * lyxgluelength.h:
6361         * length_common.h:
6362         * chset.h:
6363         * chset.C: add docs
6364
6365         * lyxgui.C: add ID to X error handler
6366
6367         * lyxtestclass.c: fix typo
6368
6369 2002-02-26  Juergen Vigna  <jug@sad.it>
6370
6371         * tabular_funcs.C (write_attribute): changed so that some default
6372         attributes are not written at all.
6373         (getTokenValue): set default values before trying to read the
6374         value so we have the return value always set as default if we don't
6375         find the token we search for.
6376
6377         * tabular.C (Write): write bools as bools not as strings!
6378
6379 2002-02-22  Juergen Vigna  <jug@sad.it>
6380
6381         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
6382         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
6383
6384         * text.C (leftMargin): don't add an indent for paragraphs inside
6385         tabular cells (fix #208).
6386
6387 2002-02-21  José Matos  <jamatos@fep.up.pt>
6388
6389         * tabular.C (docBook): fixed support for long tables.
6390
6391 2002-02-20  Juergen Vigna  <jug@sad.it>
6392
6393         * text2.C (getFont): get the drawing font of the Inset if this
6394         paragraph is inside an inset (only important for InsetERT for now).
6395
6396         * buffer.C (insertErtContents): use new lanugage params in ERT
6397         constructor.
6398
6399         * CutAndPaste.C: commenting out seemingly uneeded code.
6400
6401 2002-02-19  Allan Rae  <rae@lyx.org>
6402
6403         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
6404         Iterators might be simple to use but they also get invalidated.
6405         (removeAutoInsets): renamed saved cursor tracking variables and added
6406         some comments to clarify what everything does.
6407
6408 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
6409
6410         * Chktex.C:
6411         * LaTeX.C:
6412         * LyXSendto.C:
6413         * converter.C:
6414         * lyx_cb.C:
6415         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
6416         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
6417
6418         * lyxfunc.C:
6419         * vc-backend.h: remove #include "support/syscall.h"
6420
6421         * LaTeX.C:
6422         * LyXSendto.C:
6423         * converter.C: rearrange #includes in Lars' approved fashion.
6424
6425         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
6426         forward declare class Timeout in the header file.
6427
6428         * XFormsView.C: changes due to the above.
6429
6430         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
6431         similar to LyXView.
6432
6433         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
6434         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
6435
6436 2002-02-18  José Matos  <jamatos@fep.up.pt>
6437
6438         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
6439         insets contents.
6440
6441 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6442
6443         * a lot of small ws changes
6444         * add a lot of using std::XXX
6445         * use std construcs some places where approp.
6446         * use some exisint stuff from lyxfunctional where approp.
6447         * Make file changes to use partial linking (lets test this now...)
6448
6449 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6450
6451         * Chktex.C:
6452         * buffer.C:
6453         remove #include "support/syscontr.h" as it's redundant. Always has been.
6454
6455         * Chktex.C:
6456         * LaTeX.C:
6457         * LyXSendto.C:
6458         * converter.C:
6459         * lyx_cb.C:
6460         * vc-backend.C:
6461         change Systemcalls::System to Systemcalls::Wait and
6462         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
6463         No change of functionality, just reflects the stripped down Systemcalls
6464         class.
6465
6466 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6467
6468         * debug.[Ch]: add a GRAPHICS type to the enum.
6469
6470 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6471
6472         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
6473
6474         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
6475         there is an inset.
6476
6477 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6478
6479         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
6480         match the changes below.
6481
6482         * text2.C (toggleInset): if there is not editable inset at cursor
6483         position, try to see if cursor is _inside_ a collapsable inset
6484         and close it.
6485
6486 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6487
6488         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
6489         document menu has a nice checkbox
6490
6491 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6492
6493         * lyxlength.C (asLatexString): change PW to output as percent of
6494         \textwidth.
6495
6496         * lengthcommon.C: change '%' to 't%'
6497
6498         * lyxfunc.C (dispatch): a few comments from Martin
6499
6500 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
6501
6502         * WorkArea.h:
6503         * WorkArea.C:
6504         * BufferView_pimpl.h:
6505         * BufferView_pimpl.C: clear our selection when X tells us we've lost
6506           the X selection.
6507
6508 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6509
6510         * vspace.C (inPixels): fix compiler warning
6511
6512 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6513
6514         * lyxfunc.C (getStatus): fix status message for disabled commands.
6515
6516 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
6517
6518         * BufferView_pimpl.C: fix crash on close buffer
6519         during selection (#227)
6520
6521 2002-01-27  Herbert Voss  <voss@lyx.org>
6522
6523         * buffer.C: link old Figure to new graphic inset
6524
6525 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6526
6527         * FontLoader.C (getFontinfo): Change the latex font names in order
6528         to match the names of type1inst.
6529
6530 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6531
6532         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
6533
6534         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
6535         (extchanged): ditto
6536         (ext_exist): ditto
6537         (remove_files_with_extension): ditto
6538         (remove_file): ditto
6539         (write): ditto
6540
6541         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
6542         document is smaller than the work area height. Do not initialize
6543         static variables to 0.
6544
6545 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6546
6547         * lyx_gui.C (init): give the toolbar tooltips a normal font.
6548
6549         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
6550         LFUN_LAYOUT_PARAGRAPHS.
6551
6552         * tabular.C (GetCellFromInset): new method. Finds an inset in a
6553         tabular. It is possible to provide a possible cell, which will
6554         typically be the actcell from the corresponding insettabular
6555
6556         * lyxfunc.C (getStatus): small cleanup; disable
6557         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
6558         true
6559
6560 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6561
6562         * tabular.C (Validate): remove broken optimization (fixes bug #201)
6563
6564         * paragraph.C (startTeXParParams):
6565         (endTeXParParams): new methods. The LaTeX code to
6566         start/end paragraph formatting
6567         (simpleTeXOnePar): call startTeXParParams also when paragraph is
6568         empty (fixes bug #200)
6569
6570         * vspace.C (inPixels): adapt to the change below
6571         (inPixels): [later] more cleanups (remove unused variables)
6572
6573         * lyxlength.C (inPixels): change to use a width and a height as
6574         parameter.
6575
6576 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6577
6578         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
6579         Replaced with \paperwidth
6580
6581         * DepTable.C (insert): add std:: qualifier
6582
6583 2002-01-18  Allan Rae  <rae@lyx.org>
6584
6585         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
6586         updated also?
6587
6588         * text.C (drawInset): Turned out I didn't know enough about how
6589         rebreaking worked.  This fixes most of the redraw problems.  I see
6590         an occasional cursor trail when a line is broken now and the cursor
6591         placement can seem out by a few pixels also after a rebreak.
6592
6593 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6594
6595         * buffer.C (parseSingleLyXformat2Token): update because minipage
6596         width is now a LyXLength
6597
6598         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
6599
6600         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
6601         math insets
6602
6603 2002-01-17  Juergen Vigna  <jug@sad.it>
6604
6605         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
6606
6607         * BufferView2.C (lockInset): call edit() so that theLockingInset()
6608         is set correctly and the inset is updated correctly.
6609
6610 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6611
6612         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
6613         the beginning of the loop.
6614
6615 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
6616
6617         * lyxrc.C: improve help for use_scalable_fonts
6618
6619 2002-01-17  Allan Rae  <rae@lyx.org>
6620
6621         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
6622
6623 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6624
6625         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
6626         make sure to set their inset_owner to the right value (bug #171)
6627
6628 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
6629
6630         * DepTable.h
6631         * DepTable.C: Implement mtime checking to reduce time spent doing
6632         CRCs.
6633
6634 2002-01-16  Juergen Vigna  <jug@sad.it>
6635
6636         * tabular.C (GetAdditionalHeight): one of error fixed.
6637
6638         * lyxrc.C (output): small fix in writing use_pspell.
6639
6640 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
6641
6642         * sp_base.h: #include LString.h
6643
6644 2002-01-16  Allan Rae  <rae@lyx.org>
6645
6646         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
6647         Can someone check this please?
6648
6649         * text.C (drawInset): It was possible that p.row would be removed by
6650         breakAgainOneRow upsetting a few other settings.  There may be another
6651         small tweak possible by setting need_break_row = 0 when p.row has been
6652         removed but I don't know enough about the logic here.
6653
6654 2002-01-15  Allan Rae  <rae@lyx.org>
6655
6656         * text.C (insertChar): removed conditional truism.
6657
6658         * BufferView2.C (removeAutoInsets): More tweaks.
6659         cur_par_prev could be a stray pointer.  Check for trailing empty line
6660         in case last line was cur_par and only had an error inset on it.
6661
6662 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6663
6664         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
6665         absolute
6666
6667         * vc-backend.C (most methods):
6668         * exporter.C (Export):
6669         * converter.C (convert):
6670         (runLaTeX):
6671         * LyXSendto.C (SendtoApplyCB):
6672         * lyxfunc.C (dispatch):
6673         (menuNew):
6674         (open):
6675         (doImport):
6676         * lyx_cb.C (AutoSave):
6677         (InsertAsciiFile):
6678         * BufferView_pimpl.C (MenuInsertLyXFile):
6679         * buffer.C (runChktex): use Buffer::filePath().
6680
6681         * buffer.h: rename filename to filename_; rename filepath to
6682         filepath_ and make it private
6683         (filePath): new method
6684
6685         * buffer.C (writeFile): use fileName()
6686         (getLatexName):
6687
6688         * lyx_main.C (init): fix starting  of LyX when the binary is a
6689         link from so,ewhere else.
6690
6691         * minibuffer.C: include <cctype> for isprint
6692
6693 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6694
6695         * buffer.C (parseSingleLyXformat2Token): changes associated with the
6696         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
6697         name clash with InsetCollapsable's width function.
6698
6699 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6700
6701         * lastfiles.C: include <iterator>
6702
6703 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6704
6705         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
6706         std::count.
6707
6708         * buffer.C (makeLaTeXFile): ditto.
6709         Also make loop operation more transparent.
6710
6711 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6712
6713         * ToolbarDefaults.C: remove trailing comma closing namespace.
6714
6715         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
6716
6717         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
6718         as in WorkArea.
6719
6720         * trans.C (Load): comment out unused variable, allowed.
6721
6722 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
6723
6724         * minibuffer.[Ch] (append_char): new method to recieve input from the
6725         drop-down completion browser. If a key was pressed, then recieve this
6726         char and append it to the existing string.
6727         (peek_event): modify the positioning data passed to the completion
6728         browser so that it can be placed above the minibuffer rather than below.
6729 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6730
6731         * LyXAction.C (init): alloe error-next for readonly documents.
6732
6733         * BufferView2.C (ChangeRefsIfUnique): use standard version of
6734         count.
6735
6736 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6737
6738         * bufferlist.C (readFile): create the buffer _after_ checking that
6739         the file exists.
6740
6741         * lyxfunc.C (verboseDispatch): fix handling of arguments
6742
6743         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
6744
6745         * lyxrc.C: use string::erase() instead of initializing to "".
6746
6747
6748 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
6749
6750         * BufferView_pimpl.h:
6751         * BufferView_pimpl.C:
6752         * WorkArea.h:
6753         * WorkArea.C:
6754         * text2.C: tell X when we have made a selection for copying
6755
6756 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6757
6758         * BufferView_pimpl.C (MenuInsertLyXFile):
6759         * lyxfunc.C (menuNew):
6760         (open):
6761         (doImport): add shortcuts to directory buttons
6762
6763         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
6764         open a float)
6765
6766         * lyxfunc.C (setStatusMessage):
6767         (getStatusMessage): new methods
6768         (getStatus):use setStatusMessage instead of setErrorMessage
6769         (dispatch): when function is disabled, set error message here
6770         [instead of in getStatus previously]
6771
6772         * BufferView_pimpl.C (workAreaButtonRelease): update
6773         toolbar/menubar here too.
6774
6775 2002-01-13  Allan Rae  <rae@lyx.org>
6776
6777         * BufferView2.C (removeAutoInsets): finished off earlier fix.
6778         Now seems indestructible.  Remaining task is to audit all other
6779         code affected by deleteEmptyParagraphMechanism.  One small quirk
6780         left is that an empty document with an error in the preamble can
6781         be made to report an error but no error box appears.  I don't know
6782         where it goes.
6783         (removeAutoInsets): Improved comments.
6784
6785 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
6786
6787         * Thesaurus.h:
6788         * Thesaurus.C: update for Aiksaurus 0.14
6789
6790 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6791
6792         * text2.C (firstParagraph): removed member function, all uses
6793         replaces with ownerParagraph
6794         (redoParagraphs): here
6795         (updateInset): here
6796         (toggleAppendix): here
6797         * BufferView2.C (insertErrors): here
6798         (setCursorFromRow): here
6799
6800 2002-01-13  Allan Rae  <rae@lyx.org>
6801
6802         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
6803         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
6804         There is still a way to segfault this although you may have to do this
6805         multiple times: Have an InsetERT with an unknown command in it.
6806         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
6807         <down-arrow>, <Enter> again, View->DVI, BANG!
6808
6809         * text2.C (setCursor):
6810         (deleteEmptyParagraphMechanism):
6811         * lyxtext.h (setCursor):
6812         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
6813         Making use of the return value may help fix other bugs.
6814
6815 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6816
6817         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
6818
6819         * LyXView.C (updateMenubar): call MenuBar::update here
6820         (updateToolbar): but not here
6821         (showState): do not update toolbar/menubar
6822
6823         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
6824         should need to care about that.
6825
6826         * lyxfunc.C (verboseDispatch): simplify a bit
6827         (getStatus): have a version which takes a pseudoaction, and
6828         another which requires a (kb_action,string).
6829
6830         * LyXAction.C (retrieveActionArg): make it work also when action
6831         is not a pseudo-action.
6832         (getActionName): simplify a bit
6833         (helpText):
6834
6835 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6836
6837         * lyxfunc.C (verboseDispatch): new families of methods with
6838         several ways to specify a command and a bool to indicate whether
6839         the command name and shortcut should be displayed in minibuffer
6840         (eventually, we could extend that to a finer bitmask like
6841         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
6842         (dispatch): the pristine dispatch command which just, well,
6843         dispatchs! Note it still sets its result to minibuffer; I'm not
6844         sure we want that.
6845
6846         * lyxfunc.h: remove setHintMessage
6847
6848         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
6849
6850 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6851
6852         * BufferView_pimpl.C (specialChar): delete new inset if we have
6853         not been able to insert it.
6854
6855         * kbmap.C: revert to using int instead of kb_action, since all we
6856         are dealing with is pseudo-actions.
6857
6858         * LyXAction.C (searchActionArg): change to return int instead of
6859         kb_action, since the result is a pseudoaction.
6860
6861 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
6862
6863         * buffer.C (insertErtContents): Fix (partially) the font bug.
6864
6865 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
6866
6867         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
6868         as the other one is broken on my machine!
6869
6870 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
6871
6872         * commandtags.h:
6873         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
6874
6875 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
6876
6877         * lyxrc.[Ch]: change names and descriptions of popup font variables to
6878         reflect their actual use. Provide compatibility code for older lyxrc
6879         files.
6880
6881         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
6882         FL_NORMAL_STYLE.
6883         change names of popup font variables in line with the changes to lyxrc.C
6884
6885 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6886
6887         * buffer.C (asciiParagraph): avoid outputing a word twice after
6888         an inset.
6889
6890         * lyxrc.C (getDescription): document that document_path and
6891         template_path can be empty.
6892
6893 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6894
6895         * LaTeXFeatures.C (getMacros):
6896         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
6897
6898         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
6899
6900         * LaTeXFeatures.C (useFloat): require "float" here instead of in
6901         getPackages.
6902         (getPackages): rename feature "floats" to "float". Use an array to
6903         iterate over 'simple' features (i.e. just a \usepackage). Add
6904         handling of "amsmath" (renamed from "amsstyle").
6905
6906 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
6907
6908         * LaTeXFeatures.C (require): Prevent duplicate entries in the
6909         features list.
6910
6911 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
6912
6913         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
6914         FuncStaus::FuncStatus & FuncStaus::some_method().
6915
6916 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
6917
6918         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
6919         of the func_satus stuff. Edited and massaged in various ways by
6920         JMarc.
6921
6922         * lyxfunc.C (getStatus): use FuncStatus
6923
6924 2002-01-08  Juergen Vigna  <jug@sad.it>
6925
6926         * text.C (nextBreakPoint): use function Inset::isChar().
6927
6928         * paragraph.C (TeXOnePar): use function
6929         Inset::forceDefaultParagraphs.
6930
6931         * buffer.C (latexParagraphs): use function
6932         Inset::forceDefaultParagraphs.
6933
6934 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6935
6936         * lyx_gui.C (init): set the style of the menu popups to
6937         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
6938
6939 2002-01-07  Juergen Vigna  <jug@sad.it>
6940
6941         * text.C (setHeightOfRow): small fix
6942         (prepareToPrint): don't look at alignment if we don't have the place
6943         for doing it.
6944
6945 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6946
6947         * box.C: New file. Move the Box methods and functions out of box.h,
6948         following Lars' suggestion.
6949
6950 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6951
6952         * box.h: #include "support/LOstream.h", needed for inlined function.
6953
6954         * lyxtextclass.C:
6955         * lyxtextclasslist.C: added some using std declarations.
6956
6957 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
6958
6959         * box.h: make signed dimensions to allow insets wider than
6960           the screen (bug #162)
6961
6962         * BufferView_pimpl.C: add some insetHit debug
6963
6964 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
6965
6966         * vc-backend.C: add FIXME
6967
6968 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6969
6970         * lyxfunc.C (getStatus): enable code for showing math font status
6971         in toolbar/menu.
6972
6973 2002-01-07  Juergen Vigna  <jug@sad.it>
6974
6975         * text.C (nextBreakPoint): removed debug output not needed anymore.
6976
6977 2002-01-06  Juergen Vigna  <jug@sad.it>
6978
6979         * text.C (nextBreakPoint): fixed up this function we had this bug
6980         since ever but now hopefully we break row better.
6981         (insertChar): we have to check if an inset is the next char as it
6982         could now happen that a large inset is causing a break.
6983
6984 2002-01-05  Juergen Vigna  <jug@sad.it>
6985
6986         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
6987         if it doesn't like to be drawed.
6988
6989 2002-01-04  Juergen Vigna  <jug@sad.it>
6990
6991         * BufferView2.C (lockInset): forgot to set a cursor.
6992
6993         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
6994
6995 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
6996
6997         * FormMathsPanel.C:
6998         * FormMathsPanel.h
6999         * MathsSymbols.C:
7000         * form_maths_panel.C:
7001         * form_maths_panel.h:
7002         * form_maths_panel.fd: implemented sub- and super- buttons in math
7003         panel.
7004
7005         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
7006         (or ^ space) to be used as in TeX (req'd by André).
7007
7008         * lyxfunc.C: Allow ^ and _ again to be used both as
7009         super/subscript (mathed) and as themselves (in text).
7010
7011 2002-01-03  Allan Rae  <rae@lyx.org>
7012
7013         * LyXView.C (updateWindowTitle): Setup a short icon title of either
7014         "LyX" or the filename of the current buffer if it has one.  This is a
7015         modified form of John Levon's patch.
7016
7017         * XFormsView.C (setWindowTitle): also set icon title.
7018
7019         * LyXView.h (setWindowTitle): signature changed.
7020         * XFormsView.h (setWindowTitle): ditto.
7021
7022 2002-01-02  Juergen Vigna  <jug@sad.it>
7023
7024         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
7025
7026 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7027
7028         * screen.C (topCursorVisible): introduce a temp var for
7029         text->cursor.row(), handle the case where this row is null. (kindo
7030         hachish)
7031
7032         * text2.C (setCursor): add a couple of asserts.
7033
7034         * paragraph.h (inset_iterator): add -> operator
7035
7036         * paragraph.[Ch] (autoDeleteInsets): remove member function
7037
7038         * BufferView2.C (removeAutoInsets): rewrite to handle the old
7039         cursor pos correctly and handle inset deletion by itself.
7040         (insertErrors): move iterator declaration out of for expression
7041
7042         * lyxtextclass.C: add <algorithm>
7043
7044         * Makefile.am: added the new files to sources, removed layout.C
7045
7046         * layout.C: removed file
7047
7048         * layout.h: remove LYX_DUMMY_LAYOUT
7049
7050         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
7051         layout.
7052
7053         * lyxlayout.[Ch]:
7054         * lyxtextclass.[Ch]:
7055         * lyxtextclasslist.[Ch]: new files
7056
7057         * include order changes to a lot of files, also changes because of
7058         the six new files.
7059
7060 2001-12-27  Juergen Vigna  <jug@sad.it>
7061
7062         * buffer.C (asciiParagraph): more fixes.
7063
7064         * tabular.C (ascii): make ascii export support export of only the
7065         data separated by a column-delimiter.
7066         (ascii): better support for ascii export.
7067
7068         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
7069
7070 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7071
7072         * tabular_funcs.C: use a "using std::getline" instead of the
7073         previous fix from Angus (necessary for cxx + lyxstring)
7074
7075 2001-12-24  Juergen Vigna  <jug@sad.it>
7076
7077         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
7078
7079         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
7080         problems. First check a minipage also if we have some ert-contents
7081         (not only on par->size(), second set the right depth of the paragraph
7082         on the relink to the root-paragraph-list!
7083
7084         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
7085         which then did not anymore update the main paragraphs on undo/redo!
7086
7087 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7088
7089         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
7090         code. Support all font-changing funcs (even those which are not in
7091         menu currently). Support for reporting font settings in
7092         mathed (disabled until Andre provides a function on mathed's side).
7093
7094         * func_status.h (toggle): small helper function to set toggle
7095         state on a flag.
7096
7097 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
7098
7099         * tabular_funcs.C: getline -> std::getline
7100
7101 2001-12-21  Juergen Vigna  <jug@sad.it>
7102
7103         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
7104         accessed and could be 0 (I couldn't generate this but it seems
7105         Michael could!).
7106
7107 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7108
7109         * tabular_funcs.C: add LIstream.h, move write_attribute to..
7110         * tabular_funcs.h: here and include iosfwd
7111
7112 2001-12-20  Juergen Vigna  <jug@sad.it>
7113
7114         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
7115         inside inset but undo_par was.
7116
7117 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7118
7119         * Thesaurus.C: always include <config.h> in sources.
7120
7121         * Painter.h:
7122         * lyxlookup.h:
7123         * box.h: do not include <config.h> in header files
7124
7125         * text.C (paintLastRow): remove unused variable
7126
7127         * text.C (transformChar):
7128         (insertChar):
7129         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
7130
7131         * Painter.C (text):
7132         * font.C (width): rewrite to use uppercase() instead of
7133         islower/toupper.
7134
7135         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
7136
7137 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
7138
7139         * lyxfind.C: clean up of find failure position change
7140
7141 2001-12-20  Juergen Vigna  <jug@sad.it>
7142
7143         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
7144
7145         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
7146         (TeXRow): added to LaTeX a single tabular row.
7147         (TeXLongtableHeaderFooter): added to output LT-h/f data.
7148         (Latex): simplified and finally good LT-h/f support.
7149         (various_functions): just small adaptions for LT-h/f support.
7150
7151         * tabular_funcs.[hC]: added and moved here all not classfunctions
7152         of LyXTabular.
7153
7154 2001-12-19  Juergen Vigna  <jug@sad.it>
7155
7156         * tabular.[Ch]: better support for longtabular options (not finished
7157         yet!)
7158
7159 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7160
7161         * text.C (paintLastRow): use the label font instead of the font of
7162         the last character to compute the size of *_BOX. This makes more
7163         sense and avoids a crash with empty paragraphs.
7164         Use Painter::rectangle to draw EMPTY_BOX.
7165
7166 2001-12-19  Juergen Vigna  <jug@sad.it>
7167
7168         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
7169         the paragraphs if the replaced paragraph is not the first one!
7170         Tried to delete not used paragraphs but does not work yet so for
7171         now it's inside #ifdef's and by default off!
7172
7173 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7174
7175         * MenuBackend.C: include "lyx_main.h" instead of declaring
7176         lastfiles (actually was declared as LastFiles* instead of a
7177         scoped_ptr).
7178
7179 2001-12-17  Juergen Vigna  <jug@sad.it>
7180
7181         * tabular.C (AppendColumn): applied John's fix
7182
7183 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
7184
7185         * BufferView.h:
7186         * BufferView.C:
7187         * BufferView_pimpl.h:
7188         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
7189
7190         * Makefile.am:
7191         * box.h: new start of class for above
7192
7193         * lyxfunc.C: ignore space-only minibuffer dispatches.
7194           Show the command name when it doesn't exist
7195
7196         * minibuffer.C: don't add empty lines to the history
7197
7198         * minibuffer.C: add a space on dropdown completion
7199
7200 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
7201
7202         * text.C: fix line above/below drawing in insets
7203
7204 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7205
7206         * lyxlength.C (LyXLength): Initialize private variables.
7207
7208 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
7209
7210         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
7211         when inserting error insets.
7212
7213 2001-12-13  Juergen Vigna  <jug@sad.it>
7214
7215         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
7216         actually sometimes the before-paragraph.
7217         (setUndo): don't clear the redostack if we're not actually undoing!
7218
7219 2001-12-06  Juergen Vigna  <jug@sad.it>
7220
7221         * undo_funcs.C (textHandleUndo): well after John's hint I got here
7222         and fixed redoing of main paragraph, so we can use it now ;)
7223
7224         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
7225
7226 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7227
7228         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
7229         Juergen's request
7230
7231 2001-12-13  André Pönitz <poenitz@gmx.net>
7232
7233         * undostack.[Ch]:
7234         * undo_func.C: minor cleanup
7235
7236 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7237
7238         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
7239         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
7240         font in urw-fonts package which is marked as -urw-fontspecific and
7241         does not work (incidentally, changing the encoding in the
7242         fonts.dir of this package to -adobe-fontspecific fixes the
7243         problem).
7244
7245         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
7246         is a crash when undoing first paragraph (Juergen, please take a
7247         look). THis does not mean the undo fix is wrong, just that it
7248         uncovers problems.
7249
7250         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
7251         the (Paragraph*) version when needed instead of duplicating the
7252         code.
7253
7254         * text.C (workWidth): use Inset::parOwner to find out where the
7255         inset has been inserted. This is a huge performance gain for large
7256         documents with lots of insets. If Inset::parOwner is not set, fall
7257         back on the brute force method
7258
7259         * paragraph_pimpl.C (insertInset):
7260         * paragraph.C (Paragraph):
7261         (cutIntoMinibuffer): set parOwner of insets when
7262         inserting/removing them
7263
7264         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7265
7266 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
7267
7268         * commandtags.h:
7269         * LyXAction.C:
7270         * lyx_main.C:
7271         * lyxfunc.C:
7272         * mathed/formulabase.C:
7273         * mathed/math_cursor.[Ch]:
7274         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
7275
7276
7277 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7278
7279         * lyxlength.[Ch] (operator!=): new function
7280
7281 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7282
7283         * text.C (workWidth): use Inset::parOwner to find out where the
7284         inset has been inserted. This is a huge performance gain for large
7285         documents with lots of insets. If Inset::parOwner is not set, fall
7286         back on the brute force method
7287
7288         * paragraph_pimpl.C (insertInset):
7289         * paragraph.C (Paragraph):
7290         (cutIntoMinibuffer): set parOwner of insets when
7291         inserting/removing them
7292
7293         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7294
7295 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7296
7297         * tabular-old.C (getTokenValue):
7298         * tabular.C (getTokenValue):
7299         (write_attribute): new versions for LyXLength
7300         (everywhere): adjust the use of widths
7301
7302         * tabular.h: change the type of widths from string to LyXLength
7303
7304 2001-12-11  Ben Stanley <bds02@uow.edu.au>
7305
7306         * paragraph.C: fixed missing line number count when exporting
7307         Environments to LaTeX file
7308
7309         * buffer.C: added informational message for checking line numbers.
7310
7311 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7312
7313         * text2.C (deleteEmptyParagraphMechanism): if there is only one
7314         paragraph, do the 'double space' part, but not the 'empty
7315         paragraph' one.
7316
7317         * text.C (workWidth): small optimization
7318         (getLengthMarkerHeight): use minimal size for negative lengths.
7319
7320 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
7321
7322         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
7323
7324         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
7325
7326 2001-12-11  André Pönitz <poenitz@gmx.net>
7327
7328         * FontLoader.C:
7329         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
7330
7331 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7332
7333         * text2.C: keep selection on a setFont()
7334
7335 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7336
7337         * lyx_cb.C: another bv->text misuse, from insert label
7338
7339 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7340
7341         * kbsequence.h:
7342         * kbsequence.C: re-instate nmodifier mask
7343
7344 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
7345
7346         * lyx_main.h: make lyxGUI private.
7347
7348 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7349
7350         * lyxfind.C: place the cursor correctly on failed search
7351
7352 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7353
7354         * text.C (getLengthMarkerHeight): for small heights, the arrows
7355         are not always on top/bottom of the text
7356         (drawLengthMarker): smaller arrows; take the left margin in
7357         account; draw also vfills.
7358         (paintFirstRow):
7359         (paintLastRow): remove special code for vfill and standard spaces,
7360         since everything is handled in drawLengthMarker now.
7361
7362 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7363
7364         * buffer.C (insertErtContents): try to handle font and language
7365         interaction a bit better.g
7366
7367         * ColorHandler.C (updateColor): change the hash to cover the whole
7368         LColor enum, ws cleanup
7369         (getGCLinepars): ditto
7370         (getGCLinepars): only lookup in the linecache once.
7371
7372 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
7373
7374         * iterators.C (operator++): Make the iterator more robust
7375
7376         * BufferView2.C (removeAutoInsets): Use paragraph iterators
7377         (John's patch)
7378         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
7379
7380 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7381
7382         * lyxtext.h:
7383         * text.C: better added space drawing
7384
7385 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7386
7387         * LyXView.C:
7388         * BufferView2.C: fix layout combo update on inset unlock
7389
7390 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7391
7392         * Makefile.am: don't compile unused files
7393
7394 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7395
7396         * lyxfunc.C:
7397         * commandtags.h:
7398         * LyXAction.C: remove old LFUN_LAYOUTNO
7399
7400 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7401
7402         * paragraph_pimpl.h:
7403         * paragraph_pimpl.C: isTextAt() doesn't need font param
7404
7405 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7406
7407         * lyxlex.h:
7408         * lyxlex.C: little cleanup
7409
7410 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7411
7412         * BufferView_pimpl.C: fix insertAscii for insets
7413
7414 2001-12-05  Juergen Vigna  <jug@sad.it>
7415
7416         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
7417         set the right font on the "multi" paragraph paste!
7418
7419 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7420
7421         * trans_decl.h:
7422         * trans_mgr.[Ch]:
7423         * trans.[Ch]:
7424         * lyxgluelength.C:
7425         * lyxlength.C: remove out-commented code.
7426
7427         * BufferView_pimpl:
7428         * CutAndPaste.C:
7429         * DepTable.C:
7430         * buffer.C:
7431         * chset.C:
7432         * lastfiles.C:
7433         * lyxlex.C:
7434         * lyxlex_pimpl.C:
7435         * lyxserver.C:
7436         * screen.C:
7437         * tabular-old.C:
7438         * tabular.C:
7439         * text.C:
7440         * trans_mgr.C:
7441         * vc-backend.C: change "while(" to "while ("
7442
7443         * lyxlength.[Ch]: add zero function to check if length is zero or
7444         not
7445         * lyxgluelength.C: use it
7446
7447 2001-12-05  Allan Rae  <rae@lyx.org>
7448
7449         * lyxlength.C: Attempted a fix for the abs(int) header selection.
7450         Works for 2.95.3, from what I understand of Garst's reports this should
7451         work for other g++ versions.  We're screwed if the abs(int) definition
7452         changed between bugfix releases of gcc.
7453
7454 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
7455
7456         * text.C: fix chapter label offset !
7457
7458 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
7459
7460         * lyxtext.h:
7461         * text.C: fix hfill at end of line, clean up
7462
7463 2001-12-04  Juergen Vigna  <jug@sad.it>
7464
7465         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
7466         that we force an update of the inset and it's owners if neccessary.
7467
7468 2001-12-03  Juergen Vigna  <jug@sad.it>
7469
7470         * text.C (rowLast): simplified code
7471
7472 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7473
7474         * lyxfunc.C: fix show options on timeout
7475
7476 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7477
7478         * screen.C (topCursorVisible): scroll half a page when the cursor
7479         reached top of bottom of screen
7480
7481 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
7482
7483         * minibuffer.C: deactivate on loss of focus
7484
7485 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7486
7487         * vspace.[Ch] (operator!=): add operator.
7488
7489 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
7490
7491         * BufferView_pimpl.C: refuse to open an inset when
7492         there's a selection.
7493
7494 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
7495
7496         * BufferView_pimpl.C: allow to click on RHS of full row insets
7497
7498 2001-11-30  Juergen Vigna  <jug@sad.it>
7499
7500         * tabular.C (LyXTabular): add a same_id to set the same id's in the
7501         insets for undo reasons.
7502
7503 2001-11-28  André Pönitz <poenitz@gmx.net>
7504
7505         * vspace.[Ch]: cosmetical changes
7506
7507 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7508
7509         * LyXAction.h:
7510         * LyXAction.C:
7511         * lyxfunc.h:
7512         * lyxfunc.C:
7513         * kbmap.h:
7514         * kbmap.C:
7515         * lyxrc.C:
7516         * kbsequence.h:
7517         * kbsequence.C: part re-write of old kb code
7518
7519         * Painter.C:
7520         * WorkArea.C: remove Lgb_bug_find_hack
7521
7522 2001-11-30  José Matos <jamatos@fep.up.pt>
7523
7524         * buffer.C (makeDocBookFile): add a comment to point a hack.
7525         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
7526         Fixed a double write of labels.
7527
7528 2001-11-29 Ben Stanley <bds02@uow.edu.au>
7529
7530         * LaTeX.C:
7531         * LaTeX.h Fixed bug in LaTeX class where it would not
7532         re-run latex if no depfiles were changed, but the .dvi was removed.
7533
7534 2001-11-28  André Pönitz <poenitz@gmx.net>
7535
7536         * all the files from the change on 2001/11/26:
7537         use lyx::layout_type instead of LyXTextClass::size_type
7538         use lyx::textclass_type instead of LyXTextClassList::size_type
7539
7540 2001-11-29  Juergen Vigna  <jug@sad.it>
7541
7542         * text.C: added support for paragraph::isFreeSpacing()
7543
7544         * buffer.C: same as above
7545
7546         * paragraph.h: inserted isFreeSpacing() function to enable
7547         FreeSpacing inside InsetERT.
7548
7549         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
7550         of the paragraph's in the cut/copy buffer to 0!
7551
7552         * text2.C (removeRow): remove the assert as it can!
7553
7554         * lyxtext.h: added helper function firstRow returning firstrow and
7555         made firstrow private again.
7556
7557         * BufferView2.C (lockInset): don't relock if we're already locked!
7558
7559         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
7560         the only paragraph.
7561         (removeRow): added Assert::(firstrow)
7562
7563         * debug.C: forgot to add INSETTEXT here.
7564
7565 2001-11-28  Juergen Vigna  <jug@sad.it>
7566
7567         * sp_spell.C (initialize): changed error text to more general
7568         spellchecker command use (not only ispell!)
7569
7570         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
7571
7572         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
7573
7574 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7575
7576         * vspace.C: initialise lyxgluelength on failure
7577
7578 2001-11-28  Allan Rae  <rae@lyx.org>
7579
7580         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
7581         declaration & definition that looks like a function declaration.
7582
7583 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7584
7585         * BufferView2.C (copy):
7586         (copyEnvironment): do not clear the selection when doing a copy.
7587
7588         * text.C (paintFirstRow): compilation fix
7589
7590 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
7591
7592         * tabular.C (Latex): correct line count when writing latex.
7593
7594 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
7595
7596         * paragraph_pimpl.h:
7597         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
7598           bug a bit
7599
7600 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7601
7602         * text.C:
7603         * LColor.h:
7604         * LColor.C: change vfillline->added_space
7605
7606         * text.C: add markers and text for added space
7607
7608         * vspace.C: fix comment
7609
7610 2001-11-28  André Pönitz <poenitz@gmx.net>
7611
7612         * paragraph.C: whitespace changes
7613         * all the other files from the change on 2001/11/26:
7614         change *::pos_type into lyx::pos_type
7615
7616 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7617
7618         * buffer.C (parseSingleLyXformat2Token): Set the language to the
7619         language of the document when inserting error insets.
7620
7621 2001-11-26  André Pönitz <poenitz@gmx.net>
7622
7623         * BufferView_pimpl.[Ch]:
7624         *       CutAndPaste.C:
7625         * buffer.[Ch]:
7626         * lyxcursor.[Ch]:
7627         * lyxfind.C:
7628         * lyxfunc.C:
7629         * lyxrow.[Ch]:
7630         * paragraph.[Ch]:
7631         * paragraph_pimpl.[Ch]:
7632         * sp_spell.C:
7633         * text.C:
7634         * text2.C: reduce header dependencies, introduce type for positions
7635
7636 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
7637
7638         * <various>: change to use Alert.h
7639
7640 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7641
7642         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
7643         when encountering an unknown token.
7644         (readLyXformat2): Show an error message if there were unknown tokens.
7645
7646 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
7647
7648         * BufferView2.C:
7649         * BufferView_pimpl.C:
7650         * buffer.C:
7651         * paragraph.h:
7652         * text.C:
7653         * text2.C: use par->isInset()
7654
7655 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
7656
7657         * paragraph_pimpl.h:
7658         * paragraph_pimpl.C: cleanup
7659
7660 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7661
7662         * text2.C (removeRow):
7663         * text.C (setHeightOfRow): remove useless (and costly) call to
7664         getRow.
7665
7666 2001-11-20  Allan Rae  <rae@lyx.org>
7667
7668         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
7669         Now need Inset*::checkInsertChar() to return true for appropriate
7670         cases so that the characters in the minibuffer will actually be
7671         inserted.
7672
7673 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7674
7675         * text.C: change the order of the includes.
7676         (workWidth): initialize it at once.
7677         (workWidth): make maxw unsigned
7678         (setHeightOfRow): remove unused variable (inset)
7679         (selectSelectedWord): remove unused variable (inset)
7680         (paintRowText): fix drawing of hfill characters, and clean up a bit.
7681
7682 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7683
7684         * lyxserver.C (emergencyCleanup): do not try to close pipes if
7685         server is not running.
7686         (openConnection):
7687         (closeConnection): add debug info when server is disabled.
7688
7689         * ColorHandler.C (getGCForeground): send debug message to GUI
7690         channel.
7691
7692         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
7693
7694         * kbmap.C (bind): modify because return conventions of
7695         kb_sequence::parse have changed.
7696
7697         * kbsequence.C (parse): only ignore spaces and not any stupid
7698         control character. This avoids tests like s[i] <= ' ', which are
7699         guaranteed to fail with 8bit characters and signed chars.
7700         Change return code to string::npos when there have been no error
7701         (0 was a bad idea when error is at first character)
7702
7703 2001-11-14  José Matos  <jamatos@fep.up.pt>
7704
7705         * buffer.h:
7706         * buffer.C (simpleDocBookOnePar): removed unused argument.
7707
7708 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7709
7710         * text.C (selectNextWordToSpellcheck): do not test explicitely for
7711         insets which are part of a word. Paragraph::isLetter takes care of
7712         that now. Use Paragraph::isInset to identify insets.
7713         (selectSelectedWord): do not test for hyphenation break.
7714
7715         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
7716         that protected spaces are considered as spaces.
7717
7718         * paragraph.C (isLetter): cleanup the code for ispell extras; use
7719         Inset::isLetter.
7720
7721 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
7722
7723         * lyxserver.h:
7724         * lyxserver.C: fix it. and small cleanup.
7725
7726 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
7727
7728         * BufferView_pimpl.C: use inline helpers
7729
7730         * LaTeXFeatures.h:
7731         * LaTeXFeatures.C: fix typos
7732
7733         * Spacing.h:
7734         * Spacing.C: move spacing_string into class
7735
7736         * ToolbarDefaults.C: move stuff into namespace anon
7737
7738         * layout.h: update enum
7739
7740         * lyxfunc.C: use better debug
7741
7742         * minibuffer.h: fix typo
7743
7744         * debug.h:
7745         * debug.C:
7746         * WorkArea.C: add and use Debug::WORKAREA
7747
7748         * lyxtext.h:
7749         * text.C:
7750         * text2.C: code re-organisation, inline helpers
7751
7752 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
7753
7754         * Layout.C: replaced a few cases of std::vector.size() == 0 with
7755         std::vector.empty().
7756
7757 2001-11-09  Allan Rae  <rae@lyx.org>
7758
7759         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
7760         '\n's after tables.  Tabular and ERT inset work now makes this no
7761         longer necessary.
7762
7763 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
7764
7765         * minibuffer.h:
7766         * minibuffer.C: fix crash, improve drop-down completion
7767
7768 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
7769
7770         * lyxserver.h:
7771         * lyxserver.C: invalidate fd's when doing endPipe()
7772
7773 2001-11-08  José Matos  <jamatos@fep.up.pt>
7774
7775         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
7776         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
7777
7778         * paragraph.h:
7779         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
7780
7781 2001-11-07  José Matos  <jamatos@fep.up.pt>
7782
7783         * buffer.h:
7784         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
7785         const qualifier.
7786
7787         * buffer.C (sgmlOpenTag):
7788         * buffer.C (sgmlCloseTag): removed debug info.
7789
7790         * buffer.h (sgmlOpenTag):
7791         * buffer.h (sgmlCloseTag): made public.
7792
7793 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7794
7795         * buffer.C (saveParamsAsDefaults):
7796         * lyx_cb.C (MenuLayoutSave): remove
7797
7798         * LyXAction.C (init):
7799         * commandtags.h:
7800         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
7801
7802 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7803
7804         * buffer.C (setPaperStuff): removed from here...
7805
7806         * bufferparams.C (setPaperStuff): ... and moved there.
7807
7808 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
7809
7810         * minibuffer.h:
7811         * minibuffer.C:
7812         * XFormsView.C: add support for drop-down completion
7813
7814 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
7815
7816         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
7817         commands.
7818
7819 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7820
7821         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
7822         disabled.
7823
7824 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
7825
7826         * lyx_main.C: change ref to known bugs
7827
7828 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
7829
7830         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
7831         to work around older babel problems.
7832
7833 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
7834
7835         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
7836
7837 2001-10-24  Juergen Vigna  <jug@sad.it>
7838
7839         * tabular-old.C (ReadOld): below variable changes reflected.
7840
7841         * tabular.[Ch]: added ltType struct for longtable header/footer
7842         defines and changed all instances where they are used. Added
7843         future support for double top/bottom rows.
7844
7845 2001-10-24  José Matos  <jamatos@fep.up.pt>
7846
7847         * buffer.h (docbookHandleCaption):
7848         * buffer.C (docbookHandleCaption): removed unused function.
7849         (makeDocBookFile): moved docbook supported version to v4.1.
7850
7851 2001-10-24  José Matos  <jamatos@fep.up.pt>
7852
7853         * tabular.h:
7854         * tabular.C (docbookRow): new function to export docbook code of a row.
7855         (DocBook): now honors the longtable flags.
7856
7857 2001-10-23  José Matos  <jamatos@fep.up.pt>
7858
7859         * LaTeXFeatures.h:
7860         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
7861         of the lyx defined sgml entities used in a docbook/linuxdoc document.
7862
7863         * buffer.C (makeLinuxDocFile):
7864         (makeDocBookFile): reworked the preamble, more clean, and with
7865         support for lyx defined entities. Changed the document declaration
7866         to be more XML friendly.
7867
7868         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
7869         if we need to output XML that should be done with a filter.
7870
7871 2001-10-22  Juergen Vigna  <jug@sad.it>
7872
7873         * sp_pspell.h (class PSpell): add alive function needed in the
7874         controller to see if the spellchecker could be started.
7875
7876 2001-10-22  Juergen Vigna  <jug@sad.it>
7877
7878         * buffer.C (insertStringAsLines): modify the font for inserting
7879         chars in certain conditions by calling checkInsertChar(font).
7880
7881 2001-10-19  Juergen Vigna  <jug@sad.it>
7882
7883         * text.C (workWidth): use getRow instead of wrong algorithm.
7884         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
7885
7886 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
7887
7888         * lyxserver.h:
7889         * lyxserver.C:
7890         * lyx_main.h:
7891         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
7892
7893 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7894
7895         * text.C (workWidth): do not search for the exact row when
7896         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
7897         optimization for big documents.
7898
7899 2001-10-18  Juergen Vigna  <jug@sad.it>
7900
7901         * text.C (workWidth): new function with added Inset * parameter.
7902
7903 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7904
7905         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
7906
7907         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
7908         change return type of getColumnNearX.
7909
7910
7911         * text.C (changeRegionCase): use uppercase/lowercase instead of
7912         toupper/tolower.
7913         (leftMargin):
7914         (rightMargin): simplify code by factoring out the uses of
7915         textclasslist.
7916         (labelFill):
7917         (numberOfHfills):
7918         (setHeightOfRow):
7919         (appendParagraph): use Paragraph::size_type
7920
7921 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7922
7923         * vspace.C (asLatexString): add a missing break
7924
7925 2001-10-15  Herbert Voss  <voss@perce.de>
7926
7927         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
7928
7929 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7930
7931         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
7932         is not available.
7933
7934 2001-10-10  André Pönitz <poenitz@gmx.net>
7935
7936         * lyxfunc.C: removed greek_kb_flag.
7937
7938 2001-10-10  Herbert Voss  <voss@perce.de>
7939
7940         * lyx_main.C: delete global string help_lyxdir.
7941
7942 2001-10-09  Herbert Voss  <voss@perce.de>
7943
7944         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
7945
7946         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
7947
7948         * lyx_main.C: added global string help_lyxdir.
7949
7950         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
7951
7952 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7953
7954         * lyxrc.C (set_font_norm_type): support iso8859-4
7955
7956 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
7957
7958         * LaTeX.C (deplog): add another regex for MikTeX
7959
7960 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7961
7962         * lyxrc.C (set_font_norm_type): support iso8859-3
7963
7964 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7965
7966         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
7967
7968         * LaTeXFeatures.C: remove special case of french and index
7969
7970         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
7971         before \begin{document}). This solves several incompatibilities.
7972
7973 2001-10-03  Garst Reese  <reese@isn.net>
7974
7975         * lyx_cb.C: change CheckTex error msg.
7976
7977 2001-10-03  José Matos  <jamatos@fep.up.pt>
7978
7979         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
7980
7981 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7982
7983         * .cvsignore: update
7984
7985         * lyx_main.C (commandLineVersionInfo): use new style version info.
7986
7987         * buffer.C (writeFile):
7988         (makeLaTeXFile):
7989         (makeLinuxDocFile):
7990         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
7991
7992         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
7993
7994         * version.h: update to use stuff in version.C
7995
7996         * version.C.in: new file. Contains version information determined
7997         at compile time. This is a merging of version.h and
7998         version_info.h.in.
7999
8000 2001-10-03  Juergen Vigna  <jug@sad.it>
8001
8002         * BufferView_pimpl.C (update): don't change "dirty" status in
8003         updateInset call.
8004
8005 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
8006
8007         * WorkArea.C (c-tor): re-position version string slightly.
8008
8009 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
8010
8011         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
8012         revert to previous code.
8013
8014         WorkArea.[Ch]: (show, destroySplash): methods removed.
8015
8016         WorkArea.C: rework code so that it's an amalgam of the codes before and
8017         after the splash screen was moved to WorkArea.
8018
8019 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8020
8021         * lyxrc.C (read):
8022         * vspace.C (inPixels):
8023         (lyx_advance):
8024         * kbmap.C (bind):
8025         * buffer.C (insertStringAsLines):
8026         (asciiParagraph): fix types to be large enough
8027
8028         * lyxlex_pimpl.h: change member status from short to int
8029
8030         * layout.h: fix type of endlabeltype
8031
8032         * kbmap.C (bind):
8033         * kbsequence.C (parse): change return type to string::size_type
8034
8035         * LaTeX.C (updateBibtexDependencies): comment out unneeded
8036         variable
8037
8038         * Bullet.C (bulletSize):
8039         (bulletEntry): do not use short ints as parameters
8040
8041         * BufferView2.C (insertLyXFile): change a char to an int.
8042
8043         * WorkArea.C (WorkArea): remove unneeded floats in computation
8044
8045 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
8046
8047         * buffer.C (asciiParagraph): Treat '\\' as other chars.
8048
8049         * paragraph.C (asString): Do not ignore newline/hfill chars when
8050         copying to the clipboard.
8051
8052 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
8053
8054         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
8055         after a multi-line inset.
8056
8057 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
8058
8059         * paragraph.C (validate): Set NeedLyXFootnoteCode
8060
8061 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8062
8063         * lyxfont.C (LyXSizeNames): changed increase-error to increase
8064         and decrease-error to decrease.
8065
8066 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8067
8068         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
8069         it more readable (should be equivalent)
8070
8071 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8072
8073         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
8074
8075 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8076
8077         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
8078         of a cursor (row, etc.) after a character has been deleted
8079         (deleteEmptyParagraphMechanism): call the method above on _all_
8080         cursors held by the LyXText when a double space has been
8081         detected/deleted.
8082
8083 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8084
8085         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
8086         pixmap.
8087         (resizeCurrentBuff): remove code to destroy the old splash dialog.
8088
8089         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
8090         background. Use greyOut() and the new show() methods to toggle between
8091         the foreground and background. Add code to remove the splash after
8092         its initial showing.
8093
8094         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
8095         (create_forms): no longer call Dialogs::showSplash.
8096
8097 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8098
8099         * .cvsignore: add version_info.h
8100
8101 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8102
8103         * version_info.h.in: new file
8104
8105         * Makefile.am: add version_info.h.in
8106
8107         * lyx_main.C (commandLineVersionInfo): use version_info defined in
8108         version_info.h instead of VERSION_INFO
8109
8110 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
8111
8112         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
8113         The ERT inset now returns string().
8114
8115 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
8116
8117         * lyxtext.h, text.C (selectNextWord): renamed as
8118         selectNextWordToSpellcheck.
8119
8120         * text.C (selectNextWordToSpellcheck): Modified to not select
8121         words inside an ERT inset.
8122
8123 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8124
8125         * lyx_cb.C (MenuLayoutSave): change a bit the question
8126
8127         * sp_base.h: include <sys/types.h>
8128
8129 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
8130
8131         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
8132
8133 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
8134
8135         * several files: fix typos in user-visible strings
8136
8137 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8138
8139         * text2.C (pasteSelection): do not set the selection, since it
8140         will be cleared later. Actually, the intent was to fix the way the
8141         selection was set, but I figured rmoving the code was just as good.
8142
8143 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
8144
8145         * FontLoader.C (available): Check if font is available without
8146         loading the font.
8147
8148 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
8149
8150         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
8151
8152 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
8153
8154         * lyxrc.[Ch]: added display_graphics variable and associated code.
8155
8156 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8157
8158         * bufferparams.C (hasClassDefaults): new method. Returns true if
8159         the buffer parameters correspond to known class defaults
8160
8161 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
8162
8163         * XFormsView.C (show): set minimum size to the main window.
8164
8165 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8166
8167         * text2.C (copySelection):
8168         (cutSelection):
8169         * lyxfind.C (LyXReplace):
8170         * BufferView_pimpl.C (Dispatch): pass the correct flag to
8171         LyXText::selectionAsString.
8172
8173         * paragraph.C (asString): add "label" argument to the second form
8174
8175         * text2.C (selectionAsString): add "label" argument and pass it to
8176         Paragraph::asString.
8177
8178 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8179
8180         * lyx_main.C (commandLineHelp): remove version information
8181
8182 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
8183
8184         * lyx_main.C: add -version commandline option
8185
8186 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8187
8188         * paragraph.h: make the optional constructor arg required instead.
8189         some modifications to other files because of this.
8190
8191         * minibuffer.C (C_MiniBuffer_peek_event): make it static
8192
8193         * lyxserver.C (C_LyXComm_callback): make it static
8194
8195         * lyx_main.C (error_handler): make it static
8196
8197         * lyx_gui.C (LyX_XErrHandler): make it static
8198
8199         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
8200
8201         * WorkArea.C: make the extern "C" methods static.
8202
8203         * Makefile.am (lyx_LDADD): simplify
8204
8205 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8206
8207         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
8208         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
8209
8210         * LyXAction.C (init):
8211         * lyxfunc.C (dispatch): associated code removal.
8212
8213 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8214
8215         * lyxfont.h (isSymbolFont): shut off warning
8216
8217         * text.C (setHeightOfRow):
8218         (getVisibleRow): fix crash with empty paragraphs which have a
8219         bottom line
8220
8221 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
8222
8223         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
8224         code.
8225
8226 2001-09-04  José Matos  <jamatos@fep.up.pt>
8227         * buffer.C
8228         * buffer.h
8229         * tabular.C (docbook): rename docBook method to docbook.
8230
8231 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8232
8233         * Makefile.am: add dependencies to main.o.
8234
8235 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
8236
8237         * FontLoader.C (available): Return false if !lyxrc.use_gui
8238
8239 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
8240
8241         * FontInfo.C (query):
8242         * converter.C (view):
8243         * importer.C (Import):
8244         * exporter.C (Export): Can not -> cannot.
8245
8246 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
8247
8248         * BufferView_pimpl.C: allow to create index inset even if
8249           string is empty
8250
8251 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8252
8253         * buffer.C (getLists): replace boost::tie code with an explicit pair
8254         as boost::tie can break some compilers.
8255
8256         * iterators.h: Added a std:: declaration to the return type of
8257         ParIterator::size.
8258
8259 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
8260
8261         * lyxrc.C: add help for view_dvi_paper_option, default to safe
8262           case.
8263
8264 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
8265
8266         * iterators.[Ch]: New files. Provide paragraph iterators.
8267
8268         * buffer.C (changeLanguage): Use paragraph iterators.
8269         (isMultiLingual): ditto
8270
8271         * BufferView2.C (ChangeInsets): Use paragraph iterators.
8272
8273 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
8274
8275         * FontLoader.C: Support for cmr font.
8276
8277 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
8278
8279         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
8280         (available): New method.
8281
8282         * FontInfo.C (getFontname): Use scalable fonts even when
8283         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
8284         found.
8285
8286 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8287
8288         * converter.C (Formats::view): reverted! Incorrect fix.
8289
8290 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8291
8292         * converter.C (Formats::view): only output the -paper option
8293         if the dvi viewer is xdvi, thereby fixing bug #233429.
8294
8295 2001-08-23  Herbert Voss  <voss@perce>
8296
8297         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
8298
8299 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8300
8301         * Spacing.h (Spacing): Set space to Default on in the default
8302         constructor.
8303
8304 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8305
8306         * vc-backend.h (RCS::versionString): add RCS to version
8307         (CVS::versionString): add CVS to version
8308
8309         * vc-backend.C (scanMaster): do not add CVS to version.
8310         (scanMaster): do not add RCS to version
8311
8312         * lyxvc.C (versionString): new method
8313
8314         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
8315
8316 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8317
8318         * Spacing.C (set): initialize fval
8319
8320 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
8321
8322         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
8323         " or \.
8324
8325 2001-08-16  Juergen Vigna  <jug@sad.it>
8326
8327         * lyxfunc.C (dispatch): implemented the new FINISHED states.
8328
8329 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8330
8331         * BufferView_pimpl.C:
8332         * figureForm.C:
8333         * lyxtext.h:
8334         * text2.C: setParagraph takes linespacing now
8335
8336 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
8337
8338         * LyxAction.C: add internal LFUN_CITATION_INSERT
8339
8340         * LyXView.C: actually apply fix
8341
8342         * bufferlist.C: fix open non-existent file
8343
8344         * lyxfind.C: fix indentation
8345
8346         * lyxfunc.C: remove unneeded assert, fix typo
8347
8348 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8349
8350         * MenuBackend.C: use "Floatname List"
8351
8352 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
8353
8354         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
8355         when converting LaTeX layout to insetERT.
8356         Generate a non-collapsed float when reading old float
8357
8358 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8359
8360         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
8361         ERT insets.
8362
8363 2001-08-13  Juergen Vigna  <jug@sad.it>
8364
8365         * text.C (fill): return 0 instead of 20 as this seems to be the more
8366         correct value.
8367
8368 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8369
8370         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
8371         lyxrc.font_norm.
8372
8373 2001-08-13  Juergen Vigna  <jug@sad.it>
8374
8375         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
8376         casesensitive off.
8377         (SearchBackward): comment out the unlocking of the inset_owner this
8378         should not be needed!
8379
8380 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
8381
8382         * Many files: Remove inherit_language, and add latex_language
8383
8384         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
8385         collapsible insets.
8386
8387 2001-08-10  Juergen Vigna  <jug@sad.it>
8388
8389         * text.C (prepareToPrint): fixed hfill-width in draw!
8390
8391         * BufferView2.C (selectLastWord): save the selection cursor as this
8392         now is cleared in the function LyXText::clearSelection!
8393
8394 2001-08-08  Juergen Vigna  <jug@sad.it>
8395
8396         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
8397         BACKSPACE type functions.
8398
8399         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
8400         is only cutted from the document but not put in the cut-buffer, where
8401         still the old stuff should be.
8402
8403         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
8404
8405         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
8406
8407         * tabular.C (SetWidthOfCell): fixed special case where the width
8408         was not updated!
8409         (LeftLine): handle '|' in align_special.
8410         (RightLine): ditto
8411         (LeftAlreadyDrawed): ditto
8412         (SetWidthOfCell): ditto
8413
8414 2001-08-07  Juergen Vigna  <jug@sad.it>
8415
8416         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
8417
8418 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8419
8420         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
8421         * lyxlex.[hC]: ditto
8422
8423 2001-08-06  Juergen Vigna  <jug@sad.it>
8424
8425         * text.C (getVisibleRow): fix up row clearing a bit.
8426
8427 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8428
8429         * minibuffer.C: make sure the X server sees the changes in the input.
8430
8431 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8432
8433         * paragraph.C (getFont): split into...
8434         (getLabelFont): this
8435         (getLayoutFont): and this
8436         * paragraph_pimpl.C (realizeFont): calling this
8437
8438         * text2.C (getFont): split into...
8439         (getLayoutFont): this
8440         (getLabelFont): and this
8441         (realizeFont): all three calling this
8442
8443         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
8444         files where used.
8445
8446 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8447
8448         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
8449
8450 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
8451
8452         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
8453         layouts from the Quote inset insertion.
8454
8455 2001-08-03  Juergen Vigna  <jug@sad.it>
8456
8457         * BufferView_pimpl.C (update): do the fitCursor only at the end!
8458
8459         * screen.C (drawFromTo): don't call fitcursor here and do the loop
8460         only if status not is already CHANGED_IN_DRAW (second level).
8461
8462         * text.C (draw): don't set the need_break_row when inside an
8463         InsetText LyXText.
8464
8465 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8466
8467         * buffer.C (parseSingleLyXformat2Token): handle more latex
8468         conversion cases.
8469
8470         * bufferview_funcs.[hC]: change function names to
8471         begin with small char, adjust other files.
8472
8473 2001-08-02  André Pönitz <poenitz@gmx.net>
8474
8475         * lyxfunc.C:
8476         BufferView_pimpl.C: remove broken special code for math-greek
8477
8478 2001-08-02  Juergen Vigna  <jug@sad.it>
8479
8480         * BufferView_pimpl.C (update): redone this function so that we
8481         update the text again if there was a CHANGE_IN_DRAW.
8482
8483         * screen.C (cursorToggle): removed LyXText parameter and recoded.
8484         (drawFromTo): added a new internal bool which is used by draw() and
8485         redraw() function.
8486         (general): some cursor drawing problems fixed.
8487
8488 2001-08-01  Juergen Vigna  <jug@sad.it>
8489
8490         * lyxfind.C (LyXFind): fixed
8491         (SearchForward): ditto
8492         (SearchBackward): ditto
8493
8494         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
8495         spurius drawing of the cursor in the main area.
8496
8497         * text2.C (status): small fix which could lead to a segfault!
8498         (clearSelection): remove unneeded BufferView param.
8499
8500 2001-08-01  André Pönitz <poenitz@gmx.net>
8501
8502         * lyxfunc.C: small change due to changed mathed interface
8503
8504 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8505
8506         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
8507
8508 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
8509
8510         * lyxfunc.c: fail gracefully if file doesn't exist
8511
8512         * LyXSendto.C:
8513         * buffer.C:
8514         * lyxfunc.C:
8515         * BufferView_pimpl.C: IsDirWriteable() proto changed
8516
8517         * LyXView.C: fix updateWindowTitle() to store the last title
8518
8519 2001-07-31  Juergen Vigna  <jug@sad.it>
8520
8521         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
8522         the font (wrong since using of Paragraph::highestFontInRange).
8523
8524         * paragraph.C (highestFontInRange): added a default_size parameter.
8525
8526         * text.C (getVisibleRow): minor clear row changes (still not perfect).
8527         (setHeightOfRow): reformat
8528
8529 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8530
8531         * converter.[hC] + affected files: move to (inital-char)lowercase
8532         function names.
8533
8534         * ParagraphParameters.C (ParagraphParameters): remove commented code
8535
8536         * PainterBase.[Ch]: remove commented code
8537
8538         * LaTeXFeatures.h: add "bool floats" for float.sty
8539
8540         * LaTeXFeatures.C (LaTeXFeatures): init floats
8541         (require): handle float
8542         (getPackages): do it with floats
8543
8544 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8545
8546         * BufferView_pimpl.C (Dispatch): improve handling of
8547         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
8548
8549         * commandtags.h: #include lyxfont.h here temporarily to avoid
8550         keybinding bug.
8551
8552         * bufferlist.h: include LString.h here.
8553
8554 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8555
8556         * text2.C (getStringToIndex): new method.
8557
8558 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
8559
8560         * *: Reduced header file dependencies all over.
8561
8562 2001-07-30  Baruch Even  <baruch@lyx.org>
8563
8564         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
8565
8566 2001-07-29  Baruch Even  <baruch@lyx.org>
8567
8568         * buffer.C (readInset): Changed GRAPHICS to Graphics.
8569
8570 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8571
8572         * ParameterStruct.h (endif): add a default constructor to make
8573         sure that all variables is initialized.
8574
8575         * ParagraphParameters.C (ParagraphParameters): adjust
8576
8577 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8578
8579         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
8580         index; also, check that there is something to index, and that it
8581         does not span over several paragraphs.
8582         (doubleClick): use WHOLE_WORD_STRICT for double click.
8583
8584         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
8585
8586         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
8587         scheme.
8588
8589 2001-07-26  Baruch Even  <baruch@lyx.org>
8590
8591         * buffer.C (readInset): Changed to call up InsetGraphics when reading
8592         an InsetFig figure, backwards compatible reading of old figure code.
8593
8594 2001-07-27  Juergen Vigna  <jug@sad.it>
8595
8596         * text2.C: font.realize function adaption.
8597
8598         * text.C (draw): add a warnings lyxerr text if needed.
8599
8600         * layout.C: font.realize function adaption.
8601
8602         * language.C: add inherit_language and implement it's handlings
8603
8604         * bufferview_funcs.C (StyleReset): remove language parameter from
8605         font creation (should be language_inherit now).
8606
8607         * bufferparams.C (writeFile): handle ignore_language.
8608
8609         * paragraph.C (getFontSettings): the language has to be resolved
8610         otherwise we have problems in LyXFont!
8611
8612         * lyxfont.C (lyxWriteChanges): added document_language parameter
8613         (update): removed unneeded language parameter
8614
8615         * paragraph.C (validate): fixed wrong output of color-package when
8616         using interface colors for certain fonts in certain environments,
8617         which should not seen as that on the final output.
8618
8619 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
8620
8621         * BufferView_pimpl.C:
8622         * Thesaurus.h:
8623         * Thesaurus.C:
8624         * Makefile.am:
8625         * commandtags.h:
8626         * LyXAction.C: add thesaurus support
8627
8628         * lyxfind.h:
8629         * lyxfind.C: add "once" parameter, for thesaurus, to not
8630           move to the next match
8631
8632 2001-07-26  Juergen Vigna  <jug@sad.it>
8633
8634         * lyxfont.C (realize): honor ignore_language too!
8635         (resolved): ditto.
8636
8637         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
8638
8639         * text.C (draw): one place more for ignore_language to not draw
8640         itself!
8641
8642 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
8643
8644         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
8645
8646 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8647
8648         * buffer.C (parseSingleLyXformat2Token): a more general fix for
8649         the minipage conversion problem.
8650
8651 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8652
8653         * buffer.C (parseSingleLyXformat2Token): check minipage if we
8654         insert an inset.
8655
8656 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8657
8658         * BufferView.h: don't forward declare WorkArea
8659
8660         * BufferView.C: don't include WorkArea.h
8661
8662 2001-07-25  André Pönitz <poenitz@gmx.net>
8663
8664         * commandtags.h:
8665         * LyXAction.C:
8666         * lyxfunc.C:  new LFUN 'math-space'
8667
8668         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
8669
8670 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8671
8672         * text2.C (toggleInset): call open/close
8673
8674 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8675
8676         * lyxfunc.C (dispatch): add debug for the disabled case
8677
8678         * font.C (buttonText): make similar to rectText
8679
8680         * buffer.C (readInset): comment out parsing of insetlist and
8681         insttheorem
8682
8683         * PainterBase.C (rectText): small correction
8684
8685         * BufferView_pimpl.C: comment out insettheorem and insetlist
8686         * LyXAction.C: ditto
8687         * commandtags.h: ditto
8688
8689 2001-07-24  Juergen Vigna  <jug@sad.it>
8690
8691         * text.C (draw): honor the ignore_language.
8692
8693         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
8694
8695 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8696
8697         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
8698         char inset.
8699
8700 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8701
8702         * lyxtext.h: remove unused (and unimplemented) methods
8703
8704 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8705
8706         * text.C (getVisibleRow): honor background color
8707
8708         * PainterBase.h:
8709         * Painter.h: remove default color argument for fillRectangle
8710
8711         * text.C (backgroundColor): new method
8712
8713 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8714
8715         * text.C (getVisibleRow): adjust
8716
8717         * font.[Ch] (rectText): new method, metrics
8718         (buttonText): new method, metrics
8719
8720         * PainterBase.[hC]: make rectText and buttonText always draw and take
8721         fewer paramteres.
8722
8723 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8724
8725         * ToolbarDefaults.C (read):
8726         * MenuBackend.C (read): allow escaping in all strings
8727
8728         * BufferView_pimpl.C (insertAndEditInset): new method.
8729         (Dispatch): use insertAndEditInset whenever appropriate.
8730
8731         * BufferView_pimpl.C (insertNote): removed
8732
8733         * BufferView_pimpl.C (smartQuote): new method, moved from
8734         BufferView; if an insetquote cannot be inserted, insert a '"'
8735         character instead.
8736
8737         * BufferView2.C: remove insertCorrectQuote();
8738
8739         * lyxfunc.C (getStatus): Add support for all remaingin
8740         inset-insert lfuns.
8741
8742         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
8743
8744         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
8745         command (necessary to pass " as parameter of self-insert.
8746
8747         * text.C (selectWordWhenUnderCursor):
8748         (selectWord): add word_location parameter
8749         (selectWordWhenUnderCursor): same + remove special code for word
8750         boundary.
8751         (selectNextWord): use kind() to guess type of insetspecialchar,
8752         not latex().
8753
8754         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
8755         (insertErtContents): create ert insets as collapsed.
8756         (readInset): better compatibility code for Info inset.
8757
8758 2001-07-20  Juergen Vigna  <jug@sad.it>
8759
8760         * lyxfunc.C (dispatch): use always LyXFind now!
8761
8762         * text2.C (init): add a reinit flag so that the LyXText can be
8763         reinited instead of deleted and reallocated (used in InsetText).
8764
8765         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
8766
8767         * text.C: ditto
8768
8769         * text2.C: ditto
8770
8771 2001-07-18  Juergen Vigna  <jug@sad.it>
8772
8773         * text.C (selectNextWord): handle insets inside inset by calling
8774         always the bv->text functions so that we can go up the_locking_inset!
8775
8776         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
8777         in strange locations when inside an inset!
8778
8779         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
8780         handling to include insets.
8781
8782         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
8783
8784 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8785
8786         * LyXAction.C (init):
8787         * commandtags.h:
8788         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
8789         LIGATURE_BREAK, since the name is so stupid.
8790
8791 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
8792
8793         * buffer.C (readInset): enable reading of new InsetNotes as well as old
8794         InsetInfos.
8795
8796         * FontLoader.C: remove FORMS_H_LOCATION cruft.
8797
8798         * sp_form.[Ch]: remove.
8799
8800         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
8801
8802         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
8803         InsetInfo.
8804
8805         * src/buffer.C (readInset): ditto.
8806
8807 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8808
8809         * BufferView_pimpl.C (specialChar): new method. Obsoletes
8810         menuSeparator(), endOfSentenceDot(), ldots() and
8811         hyphenationPoint(), which are therefore removed.
8812         (Dispatch): handle LFUN_HYPHENATION_BREAK.
8813
8814         * LyXAction.C (init):
8815         * commandtags.h: add LFUN_HYPHENATION_BREAK.
8816
8817         * paragraph.C (getWord): removed.
8818
8819         * BufferView_pimpl.C (Dispatch): use last word or selection for
8820         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
8821
8822         * lyx_main.C (queryUserLyXDir): do not ask before creating
8823         user_dir, except if it has been named explicitely.
8824
8825 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
8826
8827         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
8828         a document of zero size.
8829
8830 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
8831
8832         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
8833         approriately in the c-tor and in require().
8834         (getPackages): output the appropriate LaTeX for natbib support.
8835
8836         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
8837         variables "use_natbib" and "use_numerical_citations" when reading the
8838         LyX file.
8839         (readInset): read the various natbib cite commands.
8840         (validate): white-space change.
8841
8842         * bufferparams.[Ch]: new variables "bool use_natbib" and
8843         "bool use_numerical_citations".
8844         (writeFile): output them in the LyX file.
8845
8846 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8847
8848         * lyxfunc.C (getStatus): add support for all the inset insertion
8849         commands.
8850
8851         * text2.C (insertInset):
8852         * paragraph.C (insetAllowed):
8853         * BufferView_pimpl.C (insertInset): update to take in account the
8854         renaming of insertInsetAllowed
8855
8856         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
8857
8858         * text2.C (getInset): new method. returns inset at cursor position.
8859
8860         * BufferView_pimpl.C (Dispatch): changes because of this.
8861
8862         * LyXAction.C (init): rename open-stuff to inset-toggle.
8863
8864         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
8865
8866         * text2.C (toggleInset): renamed from openStuff; use
8867         Inset::open().
8868
8869 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
8870
8871         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
8872
8873         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
8874
8875 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
8876
8877         * buffer.C (readLyXformat2): Add filename to the error dialog
8878
8879 2001-07-18  Juergen Vigna  <jug@sad.it>
8880
8881         * tabular.C (GetCellNumber): put an assert here instead of the check!
8882
8883 2001-07-17  Juergen Vigna  <jug@sad.it>
8884
8885         * BufferView_pimpl.C (toggleSelection): adapted too.
8886
8887         * text.C (selectNextWord): adapted for use with insets.
8888         (selectSelectedWord): ditto
8889
8890 2001-07-17  Juergen Vigna  <jug@sad.it>
8891
8892         * sp_spell.C (PSpell): fix initialitation order.
8893
8894 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8895
8896         * paragraph.C: spacing
8897
8898 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
8899
8900         * sp_spell.C: repair language selection for pspell
8901
8902 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8903
8904         * lyxfunc.h: change more methods to begin with lower char.
8905
8906 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
8907
8908         * buffer.C (parseSingleLyXformat2Token): Generate error insets
8909         for unknown layouts.
8910
8911 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8912
8913         * buffer.C (readLyXformat2): Generate an error dialog if there are
8914         unknown layouts.
8915
8916 2001-07-16  Juergen Vigna  <jug@sad.it>
8917
8918         * sp_spell.C: always compile ISpell part.
8919
8920         * lyxrc.C: added use_pspell entry and it's handling.
8921
8922 2001-07-13  Juergen Vigna  <jug@sad.it>
8923
8924         * sp_spell.C: removed double includes.
8925
8926 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
8927
8928         Consistent use of Lsstream.h:
8929         * Lsstream.h: added using std::stringstream for consistencies sake.
8930
8931         * buffer.C: removed using std::stringstream
8932
8933         * lyxfont.C (stateText):
8934         * paragraph.C (asString):
8935         * text.C (selectNextWord, selectSelectedWord):
8936         * text2.C (setCounter):
8937         * vspace.C (asString, asLatexString):
8938         std::ostringstream -> ostringstream.
8939
8940 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
8941
8942         * LyXAction.C: add LFUN_HELP_ABOUTLYX
8943         * commandtags.h: add LFUN_HELP_ABOUTLYX
8944         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
8945
8946 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
8947
8948         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
8949         cursorToggle()
8950         * lyx_gui_misc.C: remove spellchecker
8951         * lyxfunc.C: showSpellchecker
8952         * sp_base.h: added
8953         * sp_ispell.h: added
8954         * sp_pspell.h: added
8955         * sp_spell.C: added
8956         * sp_form.[Ch]: removed
8957         * spellchecker.[Ch]: removed
8958
8959 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
8960
8961         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
8962         is set.
8963         (simpleTeXSpecialChars): Simply print the input character without
8964         any special translation if pass_thru is set.
8965
8966         * layout.h: Added bool pass_thru to layout class for being able to
8967         implement pass through of a paragraph for Literate Programming.
8968
8969         * layout.C: add LT_PASS_THRU to LayoutTags enum.
8970         * layout.C (LyXLayout): set pass_thru to flase in constructor.
8971         * layout.C (Read): add "passthru" to list of layout tags and add
8972         code to set the pass_thru boolean when it is read.
8973
8974 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8975
8976         * trans_decl.h: remove allowed from KmodInfo
8977
8978         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
8979         remove allowed code
8980         (Load): adjust
8981
8982         * paragraph_pimpl.C (erase): use boost::prior
8983
8984         * Painter.C (text): use data() instead of c_str() when length is
8985         also provided.
8986         * WorkArea.C (putClipboard): ditto
8987         * font.h (width): ditto
8988
8989         * BufferView2.C: use it-> instead of (*it). for iterators
8990         * texrow.C: ditto
8991         * paragraph_pimpl.C: ditto
8992         * paragraph.C: ditto
8993         * minibuffer.C: ditto
8994         * language.C: ditto
8995         * kbmap.C: ditto
8996         * encoding.C: ditto
8997         * counters.C: ditto
8998         * converter.C: ditto
8999         * chset.C: ditto
9000         * Variables.C: ditto
9001         * TextCache.C: ditto
9002         * MenuBackend.C: ditto
9003         * LyXAction.C: ditto
9004         * LColor.C: ditto
9005         * FloatList.C: ditto
9006         * DepTable.C: ditto
9007         * ColorHandler.C (LyXColorHandler): ditto
9008
9009 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9010
9011         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
9012
9013         * text2.C (openStuff): reintroduce this method (which had been
9014         nuked in NEW_INSETS frenzy).
9015
9016         * lyxfunc.C (Dispatch): when an action has not been handled, use
9017         its name in the error message, not its number.
9018
9019         * paragraph.C (inInset): change method name to begin with lowercase.
9020
9021         * undo_funcs.C:
9022         * text2.C: updates because of this.
9023
9024 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9025
9026         * ToolbarDefaults.C (add): add spaces in error message
9027
9028 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9029
9030         * buffer.C (readLyXformat2): initialize the ert comp. variables.
9031         (readLyXformat2): rename return_par to first_par, use lyxlex's
9032         pushToken and remove the manual push handling.
9033         (parseSingleLyXformat2Token): add another ert comp. variable:
9034         in_tabular, rename return_par to first_par. handle newlines better
9035
9036 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9037
9038         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
9039
9040 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9041
9042         * text2.C (getParFromID): removed
9043
9044         * buffer.C (getParFromID): new method moved form lyxtext.
9045         * BufferView2.C (insertErrors): adjust
9046         (setCursorFromRow): adjust
9047         * BufferView_pimpl.C (restorePosition): adjust
9048         * lyxfunc.C (Dispatch): adjust
9049         * undo_funcs.C (textUndo): adjust
9050         (textRedo): adjust
9051         (textHandleUndo): adjust
9052         (textHandleUndo): adjust
9053
9054 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9055
9056         * buffer.C: up' the LYX_FORMAT
9057
9058         * lyxfont.h: turn NO_LATEX on as default
9059
9060         * buffer.C (insertErtContents): new methods of tex style compability.
9061         (parseSingleLyXformat2Token): use it several places.
9062         * tabular.C (OldFormatRead): and here
9063
9064 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9065
9066         * text2.C: remove some commented code.
9067         reindent file.
9068
9069         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
9070         * trans.C: changes because of the above.
9071
9072 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
9073
9074         * text2.C (setCounter): Fix counters bug with bibliography layout.
9075
9076 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9077
9078         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
9079         own member functions
9080         (simpleTeXSpecialChars): ditto
9081
9082 2001-07-06  Juergen Vigna  <jug@sad.it>
9083
9084         * a lot of files: changed the access to LyXText::status and the
9085         call of undo-functions.
9086
9087         * undo.[Ch]: added a inset_id to the undo informations.
9088
9089         * undo_funcs.[Ch]: added and moved here all undo functions.
9090
9091         * lyxtext.h: give the status enum a weight, made status_ a private
9092         variable and made accessor functions for it, removed the whole bunch
9093         of undo-functions as they are now in their own file, make some
9094         functions publically available. Added function ownerParagraph with
9095         int parameter.
9096
9097         * paragraph.[Ch]: added "bool same_ids" to the constructor,
9098         made InInset() a const function, added getParFromID() function.
9099
9100         * buffer.[Ch]: added const version for inset_iterator functions,
9101         added getInsetFromID() function.
9102
9103         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
9104         changed undo functions for new version.
9105
9106 2001-07-05  Juergen Vigna  <jug@sad.it>
9107
9108         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
9109         unknow mechanism does not call the proper constructor but only this
9110         one also if I request the other!?
9111
9112 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9113
9114         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
9115
9116         * text2.C (LyXText): use initialization lists.
9117
9118         * lyxtext.h (Selection): initialize set_ and mark_
9119         (init): remove method
9120
9121 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
9122
9123         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
9124
9125 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9126
9127         * screen.[Ch]: change method names to begin with lowercase
9128
9129         * BufferView_pimpl.C (updateScrollbar): simplify further and
9130         hopefully make it a bit faster.
9131
9132 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9133
9134         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
9135         calling directly xforms functions.
9136
9137         * Painter.C (Painter):
9138         * lyx_cb.C (MenuWrite):
9139         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
9140         fl_display.
9141
9142         * lyx_gui.C: remove bogus guiruntime extern declaration.
9143
9144 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9145
9146         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
9147         in NEW_INSETS
9148         (redoDrawingOfParagraph): ditto
9149         (redoParagraphs): ditto
9150         (cutSelection): don't create a object for CutAndPaste use the
9151         static method directly
9152         (pasteSelection): ditto
9153
9154         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
9155         LyXview (+ rename)
9156
9157 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9158
9159         * modifications to some other files because of this.
9160
9161         * Makefile.am (lyx_SOURCES): add XFormsView
9162
9163         * XFormsView.[Ch]: new files
9164
9165         * LyXView.[Ch]: make LyXView a base class for the gui handling for
9166         the main window. Move the gui dependent stuff to XFormsView
9167
9168 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9169
9170         * tabular.C (GetCellInset): update cur_cell also in the row/col
9171         version of this function.
9172
9173         * lyxfunc.C: no need to include figure_form.h here.
9174
9175         * FontLoader.h:
9176         * lyxfunc.h:
9177         * lyxscreen.h:
9178         * text2.C:
9179         * lyxvc.C: no need to include forms.h here.
9180
9181 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9182
9183         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
9184
9185         * lyxfunc.C (Dispatch):
9186         * Spacing.C (set):
9187         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
9188         constructor argument.
9189
9190 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9191
9192         * paragraph.C (Paragraph): dont't clear, and just set layout.
9193         (makeSameLayout): use params's copy contructor.
9194
9195         * ParagraphParameters.[Ch] (makeSame): delete method
9196
9197 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
9198
9199         * Variables.[Ch]: fix indentation, rename set to isSet
9200
9201 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9202
9203         * lyxfunc.C (Dispatch): fix typo
9204
9205 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9206
9207         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
9208         upper_bound.
9209
9210         * bufferlist.C: include assert.h for emergencyWrite().
9211
9212 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9213
9214         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
9215           give up at last (bug #425202) !
9216
9217 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
9218
9219         * lyx_gui_misc.C:
9220         * sp_form.h:
9221         * sp_form.C:
9222         * spellchecker.h:
9223         * spellchecker.C: strip spellchecker options and bring up
9224           preferences tab instead
9225
9226 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9227
9228         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
9229         the istringstream constructor
9230
9231 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9232
9233         * paragraph.C (getLayout): fix return value
9234
9235         * paragraph.h: do not declare getLayout as inline.
9236
9237         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
9238
9239 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9240
9241         * lyxcursor.h (operator<): new func
9242         (operator>): new func
9243         (operator>=): new func
9244         (operator<=): new func
9245
9246         * text.C (changeCase): use selection.start and selection.end
9247         (changeRegionCase): require from to be <= to. Require par to be a
9248         valid paragraph.
9249
9250         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
9251
9252 2001-06-27  Juergen Vigna  <jug@sad.it>
9253
9254         * text.C (cursorLeftOneWord): changed to return the cursor and added
9255         overlay with BufferView * parameter which calls this one.
9256         (getWord): added
9257         (selectWord): use new getWord function.
9258         (changeCase): renamed from changeWordCase as and extended to work
9259         also on selections.
9260
9261         * lyxtext.h: added enum word_location
9262
9263         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
9264         changeCase as this operates now also on selections.
9265
9266 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
9267
9268         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
9269
9270         * many files: send debug output to Debug::INFO instead of
9271         Debug::ANY.
9272
9273         * converter.C (View):
9274         (Convert):
9275         (Move): send debug output to Debug::FILES instead of console.
9276
9277 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
9278
9279         * lyxfunc.C (getStatus): use func_status
9280
9281         * func_status.h: new header, describing the results of
9282         LyXFunc::getStatus;
9283
9284         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
9285         LFUN_MATH_HALIGN.
9286
9287 2001-06-25  The LyX Project  <jug@sad.it>
9288
9289         * buffer.C (sgmlOpenTag):
9290         (sgmlCloseTag):
9291         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
9292
9293 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9294
9295         * text2.C: remove some dead code
9296
9297         * tabular.C (GetCellInset): store the last cell checked (gotten)
9298
9299         * tabular.h: add the helper for the speedup
9300
9301         * lyxtext.h: remove some dead code
9302
9303 2001-06-26  The LyX Project  <Asger>
9304
9305         * paragraph.C: Change export to LaTeX of alignment to
9306         \begin{center} and family for better roundtrip work with reLyX.
9307
9308         * Tune the math drawing a bit.
9309
9310 2001-06-25  The LyX Project  <Asger>
9311
9312         * LColor.C (LColor): New color for math background. New color
9313         for buttons.
9314
9315 2001-06-25  The LyX Project  <jug@sad.it>
9316
9317         * lyxfunc.C (MenuNew): remove extra check for .lyx file
9318
9319         * lyxfunc.C (Open):
9320         * bufferlist.C (newFile): do not restrict to files ending with
9321         .lyx
9322
9323         * BufferView_pimpl.C (MenuInsertLyXFile):
9324
9325 2001-06-24  The LyX Project  <jug@sad.it>
9326
9327         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
9328         of compare_no_case
9329
9330 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9331
9332         * lyxtext.h: rename most methods to begin with a small char.
9333         Lots of changes because of this.
9334
9335         * paragraph.C (Paragraph): do not call fitToSize
9336         (erase): call Pimpl::erase
9337         (insertChar): call Pimpl::insertChar
9338         (insertInset): call Pipl::insertInset
9339         (breakParagraph): do not call fitToSize
9340         (breakParagraphConservative): do not call fitToSize
9341         (fitToSize): remove method
9342
9343         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
9344
9345 2001-06-24  The LyX Project  <Asger>
9346
9347         * Fix Qt compilation^2
9348
9349 2001-06-24  The LyX Project  <jug@sad.it>
9350
9351         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
9352         depthHook(getDepth()-1).
9353
9354         * paragraph.h:
9355         * ParagraphParameters.h:
9356         * ParameterStruct.h: change type of depth to unsigned int ==
9357         depth_type. Many adaptations to other files before of that.
9358
9359 2001-06-24  The LyX Project  <Asger>
9360
9361         * Fix Qt compilation.
9362
9363 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9364
9365         * paragraph.h: renamed several methods to begin with small letter.
9366         several changes to many parts of the code because of this.
9367
9368 2001-06-23  The LyX Project  <jug@sad.it>
9369
9370         * text2.C (InsertStringAsLines): renamed from InsertStringA;
9371         rewritten to discard all double spaces when KeepEmpty is off
9372         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
9373         to only handle newlines but not fiddle with spaces and friends.
9374
9375         * lyxfunc.C (MenuNew): when doing 'new from template', use
9376         template_path as default directory
9377
9378 2001-06-23  The LyX Project  <Asger>
9379
9380         * Clean-up of header file includes all over
9381         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
9382
9383 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9384
9385         * paragraph.h: renamed from lyxparagraph.h
9386
9387 2001-06-23  Asger  <lyx@violet.home.sad.it>
9388
9389         * Buffer.h: Removed Buffer::resize
9390         * BufferList.h: Removed BufferList::resize
9391         * LyXView.h: Added LyXView::resize. This way, we will only reflow
9392         the document lazily when we change the width, or the font settings.
9393
9394 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9395
9396         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
9397
9398 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9399
9400         * buffer.h: remove out of date comment
9401
9402 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9403
9404         * lyxscreen.h:
9405         * screen.C: fix "theoretical" GC leak
9406
9407 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9408
9409         * LaTeX.C (scanAuxFile):
9410         (deplog): remove trailing \r when reading stream (useful under
9411         win32)
9412
9413 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
9414
9415         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
9416         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
9417         and BufferView::theLockingInset(Inset*), so should use them and not
9418         access bv_->text->the_locking_inset directly.
9419
9420         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
9421
9422 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
9423
9424         * Makefile.am:
9425         * tex-defs.h: remove old unused file
9426
9427 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
9428
9429         * BufferView_pimpl.C: fix typo, remove minibuffer message
9430           when buffer has loaded
9431
9432 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9433
9434         * lyxfunc.C (Dispatch): use stringstream
9435         (MenuNew): use stringstream
9436         (Open): use stringstream
9437
9438         * importer.C (Import): use stringstream
9439
9440         * bufferview_funcs.C (CurrentState): use stringstream
9441
9442         * LaTeX.C (run): use stringstream
9443
9444         * BufferView_pimpl.C (savePosition): use stringstream
9445         (restorePosition): use stringstream
9446         (MenuInsertLyXFile): use stringstream
9447
9448 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
9449
9450         * BufferView.C:
9451         * Bullet.C:
9452         * ColorHandler.C:
9453         * FontInfo.C:
9454         * FontLoader.C:
9455         * LColor.C:
9456         * LaTeXFeatures.C:
9457         * Painter.C:
9458         * gettext.C:
9459         * lyx_gui_misc.C:
9460         * lyxserver.C:
9461         * vspace.C: removed // -*- C++ -*- as first line.
9462
9463         * lyxfind.h:
9464         * version.h: added // -*- C++ -*- as first line.
9465
9466 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9467
9468         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
9469
9470         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
9471         of string
9472
9473 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9474
9475         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
9476         of floats.
9477
9478 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9479
9480         * gettext.C: include LString.h even when --disable-nls is on.
9481
9482 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
9483
9484         * converter.h (Get): changed argument type from int to
9485         FormatList::size_type to avoid unnecessary conversion.
9486
9487         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
9488         before using it.
9489
9490 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9491
9492         * gettext.h: include LString.h even when --disable-nls is on.
9493
9494 2001-06-07  Juergen Vigna  <jug@sad.it>
9495
9496         * text.C (BreakAgain): subst spaces with tabs.
9497
9498         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
9499         (resizeInsetsLyXText): set force on resizeLyXText.
9500
9501 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9502
9503         * gettext.h (gettext_init):
9504         (locale_init): use a real definition instead of a macro
9505
9506 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
9507
9508         * Bufferview_pimpl.C:
9509         * LColor.h:
9510         * LColor.C: further lcolor tidies
9511
9512 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9513
9514         * BufferView_pimpl.C (updateScrollbar): simplify.
9515
9516         * BufferView2.C: don't include insets/insetinfo.h, change
9517         prototype for insertInset and call the Pimpl version. let
9518         updateInset call Pimpl version.
9519
9520         * BufferView.h: move inset_slept to BufferView::Pimpl, move
9521         gotoInset to BufferView::Pimpl
9522
9523 2001-06-01  Juergen Vigna  <jug@sad.it>
9524
9525         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
9526         inside a LockingInset (is the update needed at all?).
9527
9528 2001-05-31  Juergen Vigna  <jug@sad.it>
9529
9530         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
9531         here not the old one otherwise how should we compare it afterwards
9532         if it's the same!
9533
9534 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9535
9536         * lyxfont.C:
9537         * tabular.C:
9538         * tabular-old.C:
9539         * FontInfo.C: bring C functions into global namespace when
9540         necessary
9541
9542 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9543
9544         * LString.h: make sure config.h has been loaded before LString.h.
9545
9546         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
9547         (one for each char read by EatLine!).
9548
9549         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
9550         variables.
9551
9552 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9553
9554         * paragraph.C (BreakParagraph): set the inset_owner in the new par
9555         to the same as the par we break from
9556
9557 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9558
9559         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
9560
9561         * MenuBackend.C (expand): also create menu entries for wide
9562         versions of the floats.
9563
9564         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
9565
9566         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
9567
9568         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
9569         frontends/Makefile.am
9570
9571         * text2.C: adjust
9572         * text.C: adjust
9573
9574
9575         * tabular.C (getTokenValue): add std::
9576
9577         * tabular-old.C (getTokenValue): add std::
9578         (getTokenValue): ditto
9579         (getTokenValue): ditto
9580
9581         * screen.C (ToggleSelection): adjust
9582
9583         * lyxtext.h: put selection cursors inside a Selection struct.
9584
9585         * lyxfunc.C (moveCursorUpdate): adjust
9586
9587         * lyxfont.C (latexWriteStartChanges): add std::
9588
9589         * lyxfind.C: adjust
9590
9591         * font.h: delete with(char const *, LyXFont const &)
9592
9593         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
9594
9595         * FontInfo.C (getFontname): add std::
9596
9597         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
9598         (workAreaButtonPress): adjust
9599         (tripleClick): adjust
9600         (update): adjust
9601         (moveCursorUpdate): adjust
9602         (Dispatch): adjust
9603
9604         * BufferView2.C (gotoInset): adjust
9605
9606 2001-05-30  Juergen Vigna  <jug@sad.it>
9607
9608         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
9609         to check pspell I add this as default as I now have new pspell
9610         libraries and they seem to use this.
9611
9612 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9613
9614         * text2.C (CutSelection): make the cursor valid before the call to
9615         ClearSelection.
9616
9617 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9618
9619         * kbsequence.C (parse): de-uglify a bit the parsing code, which
9620         relied on 0 terminated strings and other horrors. Bug found due to
9621         the new assert in lyxstring!
9622
9623         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
9624         KP_ keys.
9625
9626 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9627
9628         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
9629         to latinkeys.bind.
9630
9631         * lyxfunc.C (processKeySym): change method of getting to the
9632         self-insert char.
9633
9634         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
9635         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
9636         * BufferView_pimpl.[Ch]: here as private methods.
9637
9638 2001-05-28  Juergen Vigna  <jug@sad.it>
9639
9640         * text.C (SetHeightOfRow): added the update() call again as it is
9641         needed to initialize inset dimensions!
9642
9643 2001-05-16  Juergen Vigna  <jug@sad.it>
9644
9645         * text2.C (SetCharFont): Add new function with BufferView * and
9646         bool toggleall parameters for setting insets internal fonts.
9647         (SetFont): Freeze the undo as we may change fonts in Insets and
9648         all this change should be inside only one Undo!
9649
9650         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
9651         setting font's in insets as for them we have the SetFont function!
9652
9653 2001-05-15  Juergen Vigna  <jug@sad.it>
9654
9655         * text2.C (ClearSelection): to be sure we REALLY don't have any
9656         selection anymore!
9657
9658         * tabular.C (TeXCellPreamble): fixed the left border problem for
9659         multicolumn cells.
9660
9661 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
9662
9663         * LaTeX.C (deplog): Make sure that the main .tex file is in the
9664         dependancy file
9665
9666 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9667
9668         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
9669         LFUN_BREAKPARAGRAPH.
9670
9671         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
9672         help test to "internal only", similar for LFUN_INSERT_URL
9673
9674         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
9675         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
9676         auto_region_delete and deadkeys.
9677
9678 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
9679
9680         * LColor.h:
9681         * LColor.C: remove some dead entries, tidy a little
9682
9683 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9684
9685         * lyxfunc.C (processKeySym): comment the Escape handling, remove
9686         commented code.
9687         (Dispatch): implement LFUN_ESCAPE
9688
9689         * commandtags.h: add LFUN_ESCAPE
9690
9691         * LyXAction.C (init): add entry for LFUN_ESCAPE
9692
9693         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
9694         Remove commented code.
9695         (insertNote): moved here
9696         (open_new_inset): moved here
9697
9698         * BufferView[2].[Ch]: move insertNote and open_new_inset to
9699         BufferView_pimpl
9700
9701 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9702
9703         * kbmap.C (findbinding): clean it up and make it work correctly.
9704
9705         * lyx_main.C (init): do not pass argc and argv as parameters
9706
9707 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
9708
9709         * buffer.C: fix path for OS/2 & Win32
9710
9711         * lyx_gui.C:
9712         * lyx_main:
9713         * lyx_main.C: Added os:: class.
9714
9715         * os2_defines.h: update
9716
9717 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9718
9719         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
9720         better by trying again with reduced state.
9721
9722 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9723
9724         * lyxrc.C (read): print error about invalid key sequence only when
9725         debugging (because not all latinX keysyms are known to some X
9726         servers)
9727
9728         * kbsequence.C (getiso): add a few std:: qualifiers
9729         (getiso): comment out extra return statement.
9730
9731 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9732
9733         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
9734         handling.
9735         (Dispatch): enhance the accent inset a bit. (not perfect)
9736
9737 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9738
9739         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
9740
9741 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9742
9743         * bufferlist.C (emergencyWrite): fix assert() call
9744
9745 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
9746
9747         * text.C (InsertChar): Added trivial patch to only send the "you
9748         can not do multiple spaces this way" message once during a
9749         session.
9750
9751 2001-05-08  Baruch Even  <baruch@lyx.org>
9752
9753         * Makefile.am: Changed order of libraries to get LyX to link properly
9754         with the gnome frontend.
9755
9756 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9757
9758         * LaTeXFeatures.h: add a std:: qualifier
9759
9760 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9761
9762         * paragraph.C (String): use stringstream
9763
9764 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9765
9766         * paragraph.C (writeFile): remove footflag arg
9767
9768         * buffer.C (makeLaTeXFile): use stringstream
9769         (latexParagraphs): remove footnot gurba
9770
9771         * LaTeXFeatures.C (getPackages): use stringstream
9772         (getMacros): likewise
9773         (getTClassPreamble): likewise
9774         (getFloatDefinitions): new method
9775
9776         * paragraph.C (writeFile): reindent
9777         (Erase): reindent
9778
9779         * WorkArea.h: revert the xpos + etc changes.
9780
9781         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
9782
9783         * lyxparagraph.[Ch]: add copy constructor, remove Clone
9784
9785         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
9786         (pasteSelection): likewise
9787         * text2.C (CreateUndo): likewise
9788
9789 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9790
9791         * minibuffer.C (peek_event): temporarily reduce the functionality
9792         of the minibuffer (to allow args on lfuns)
9793
9794         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
9795         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
9796
9797         * buffer.C (readInset): add compability reading of old float
9798         lists, add reading of new style float list.
9799         (readInset): avoid reevaluation of inscmd.getCmdName()
9800         (getLists): reindent
9801
9802         * MenuBackend.C (MenuItem): implement parsing of
9803         md_floatlistinsert and md_floatinsert.
9804         (expand::LastFiles): move initalizaton of iterators out of loop,
9805         avoid reevaluation.
9806         (expand::Documents): introduce typdedef vector<string> Strings,
9807         and use it.
9808         (expand::ExportFormats): introduce typedef vector<Format const *>
9809         Formats, and use it.
9810         (expand): implement FloatListInsert and FloatInsert.
9811
9812         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
9813         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
9814         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
9815
9816         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
9817         handling.
9818         (Dispatch::LFUN_FLOAT_LIST): implement
9819
9820 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9821
9822         * LaTeX.C (run): Fix problem with --export code.
9823
9824 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
9825
9826         * BufferView.[Ch] (workarea): removed.
9827         (getClipboard) new method; wrapper for workarea()->getClipboard()
9828
9829         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
9830         bug.
9831
9832         * WorkArea.h (width, height, xpos, ypos): These methods all
9833         returned the dimensions of the work_area sub-area of WorkArea,
9834         resulting in a position error if the WorkArea were resized. Now
9835         return the dimensions of the entire WorkArea.
9836
9837         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
9838
9839 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9840
9841         * LaTeX.C (deplog): correct the syntax of regex reg1
9842
9843 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9844
9845         * undo.C: remove !NEW_INSETS cruft
9846
9847 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9848
9849         * text2.C: remove !NEW_INSETS cruft
9850
9851         * text.C: remove !NEW_INSETS cruft
9852
9853         * tabular.C: remove !NEW_INSETS cruft
9854
9855         * spellchecker.C: remove !NEW_INSETS cruft
9856
9857         * lyxtext.h: remove !NEW_INSETS cruft
9858
9859         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
9860
9861         * lyxfunc.C: remove !NEW_INSETS cruft
9862
9863         * lyxfind.C: remove !NEW_INSETS cruft
9864
9865         * lyx_cb.C: remove !NEW_INSETS cruft
9866
9867         * figureForm.C: remove  !NEW_INSETS cruft
9868
9869         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
9870
9871         * buffer.[Ch]: remove !NEW_INSETS cruft
9872
9873         * ToolbarDefaults.C: remove !NEW_INSETS cruft
9874
9875         * CutAndPaste.C: remove !NEW_INSETS cruft
9876
9877         * BufferView_pimpl.C: remove !NEW_INSETS cruft
9878
9879         * BufferView2.C: remove !NEW_INSETS cruft
9880
9881         * BufferView.h: remove !NEW_INSETS cruft
9882
9883 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9884
9885         * Lsstream.h: include LString.h before the sstream headers to
9886         fix problem with gcc 2.95.3 and lyxstring
9887
9888 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9889
9890         * lyx_main.C: add using directives when needed for C functions
9891         declared in std:: namespace.
9892
9893 2001-04-27  Juergen Vigna  <jug@sad.it>
9894
9895         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
9896         (SetHeightOfRow): comment out the update call should not be needed!
9897
9898 2001-04-13  Juergen Vigna  <jug@sad.it>
9899
9900         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
9901         (LyXTabular): tried to minimize operator= operations (and realized
9902         hopfully Lars wish).
9903
9904 2001-04-27  Juergen Vigna  <jug@sad.it>
9905
9906         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
9907
9908 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9909
9910         * lyxfunc.C (Dispatch): hack to make listof algorithm work
9911
9912         * buffer.C (readInset): hack to make listof algorithm work
9913
9914         * BufferView_pimpl.C: hack to make listof algorithm work
9915
9916 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9917
9918         * LyXAction.C: removed all !NEW_INSETS cruft
9919         (init): moved lfun_item in method
9920
9921         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
9922
9923 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
9924
9925         * BufferView2.C (theLockingInset): white space.
9926
9927 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9928
9929         * minibuffer.C: include <iostream>
9930
9931         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
9932
9933         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
9934
9935         * commandtags.h: add LFUN_TRANSPOSE_CHARS
9936
9937         * text.[Ch] (TransposeChars): new method
9938
9939 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9940
9941         * call message directly through LyXView instead of through LyXFunc
9942         * BufferView2.C: adjust
9943         * BufferView_pimpl.C: adjust
9944         * FontLoader.C: adjust
9945         * buffer.C: adjust
9946         * bufferview_funcs.C: adjust
9947         * converter.C: adjust
9948         * figureForm.C: adjust
9949         * importer.C: adjust
9950         * lyx_cb.C: adjust
9951         * lyx_gui_misc.C: adjust
9952         * lyxfunc.C: adjust
9953         * lyxvc.C: adjust
9954         * text2.C: adjust
9955         + more files in subdirs
9956
9957         * lyxparagraph.h (size): move up int file
9958         (GetLayout): ditto
9959
9960         * adjust all uses of Assert to lyx::Assert.
9961
9962         * BufferView2.C (ChangeCitationsIfUnique): adjust for
9963         lyxfunctional in namespace lyx
9964         * layout.C (hasLayout): ditto
9965         (GetLayout): ditto
9966         (GetLayout): ditto
9967         (delete_layout): ditto
9968         (NumberOfClass): ditto
9969         * converter.C (GetFormat): ditto
9970         (GetNumber): ditto
9971         (Add): ditto
9972         (Delete): ditto
9973         (SetViewer): ditto
9974         * bufferlist.C (getFileNames): ditto
9975         (emergencyWriteAll): ditto
9976         (exists): ditto
9977         (getBuffer): ditto
9978         * MenuBackend.C (hasSubmenu): ditto
9979         (hasMenu): ditto
9980         (getMenu): ditto
9981         * BufferView_pimpl.C (getInsetByCode): ditto
9982
9983 2001-04-18  Juergen Vigna  <jug@sad.it>
9984
9985         * vspace.C (asLatexString): fixed the 100% problem.
9986
9987 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9988
9989         * lyxfunc.C (Dispatch):
9990         * minibuffer.C:
9991         * minibuffer.h: add a few std:: qualifiers
9992
9993 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9994
9995         * minibuffer.[Ch]: reimplement so that commands is initiated and
9996         run from lyxfunc, simplified som handling, and made the completion
9997         and history code for complete. wip.
9998
9999         * lyxfunc.C (processKeySym): call message
10000         (miniDispatch): new temporary method
10001         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
10002         (LFUN_MESSAGE): implement
10003         (LFUN_MESSAGE_PUSH): implement
10004         (LFUN_MESSAGE_POP): implement
10005         (initMiniBuffer): the initial/defualt minibuffer message.
10006
10007         * lyxfont.[Ch]: inline some more getters
10008
10009         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
10010
10011         * lyx_gui_misc.[Ch] (WriteStatus): remove method
10012
10013         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
10014         (AutoSave): use LFUN_MESSAGE
10015         (Reconfigure): ditto
10016
10017         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
10018
10019         * figureForm.C: use LFUN_MESSAGE
10020
10021         * converter.C (runLaTeX): use LFUN_MESSAGE
10022
10023         * bufferview_funcs.C: use LFUN_MESSAGE
10024         (Melt): ditto
10025         (changeDepth): ditto
10026
10027         * bufferparams.h: use boost::
10028
10029         * bufferlist.h: inherit privately from noncopyable
10030
10031         * bufferlist.C (loadLyXFile): remove some commented code.
10032
10033         * buffer.C (runChktex): use LFUN_MESSAGE
10034
10035         * ShareContainer.h: inherit privately from noncopyable
10036
10037         * ParagraphParameters.[hC] (depth): inline it.
10038
10039         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
10040         methods.
10041         (message): new method
10042         (messagePush): ditto
10043         (messagePop): ditto
10044         (show): init minibuffer
10045         (showState): direct call
10046
10047         * LaTeX.[Ch]: inherit privately from noncopyable
10048         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
10049         instead of WriteStatus.
10050
10051         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
10052
10053         * BufferView_pimpl.C (buffer): don't init minibuffer
10054         (workAreaButtonPress): use LFUN_MESSAGE
10055         (workAreaButtonRelease): ditto
10056         (savePosition): ditto
10057         (restorePosition): ditto
10058         (MenuInsertLyXFile): ditto
10059         (workAreaExpose): don't init minibuffer
10060         (update): remove commented code, simplify
10061
10062         * BufferView2.C (openStuff): use LFUN_MESSAGE
10063         (toggleFloat): ditto
10064         (menuUndo): ditto
10065         (menuRedo): ditto
10066         (copyEnvironment): ditto
10067         (pasteEnvironment): ditto
10068         (copy): ditto
10069         (cut): ditto
10070         (paste): ditto
10071         (gotoInset): ditto
10072         (updateInset): remove some commented code
10073
10074         * lastfiles.h: inherit privately from noncopyable
10075         * layout.h: ditto
10076         * lyx_gui.h: ditto
10077         * lyx_main.h: ditto
10078         * lyxlex.h: ditto
10079         * lyxlex_pimpl.h: ditto
10080
10081         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
10082         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
10083         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10084
10085         * LyXAction.h: inherit privately from noncopyable, add methods
10086         func_begin, func_end, returning iterators to the func map.
10087
10088         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
10089         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10090         (func_begin): new method
10091         (func_end): new method
10092
10093         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
10094         and not)
10095         (copySelection): ditto
10096         (pasteSelection): ditto
10097
10098         * BufferView.C: whitespace change
10099         * BufferView.h: inherit privately from noncopyable
10100
10101 2001-04-16  Allan Rae  <rae@lyx.org>
10102
10103         * tabular-old.C (l_getline):
10104         * spellchecker.C (sc_check_word):
10105         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
10106         an unrecognised preprocessor directive.  So ensure they're wrapped.
10107
10108 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
10109
10110         * src/exporter.C (Export): Give an error message when path to file
10111         contains spaces.
10112
10113 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
10114
10115         * LaTeX.C (deplog): Always check that foundfile exists.
10116
10117 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10118
10119         * lyx_main.h:
10120         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
10121
10122 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10123
10124         * tabular.[Ch] (getLabelList): implement new method
10125
10126         * minibuffer.h: comment ouf setTiimer
10127
10128         * minibuffer.C (ExecutingCB): constify res
10129         (peek_event): constify s
10130         (Set): constify ntext
10131         (Init): constify nicename
10132
10133         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
10134
10135         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
10136         (savePosition): use two params to Minibuffer::Set
10137         (restorePosition): ditto
10138
10139 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10140
10141         * lyx_main.C: include language.h
10142
10143         * Makefile.am (lyx_main.o): add language.h
10144
10145 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10146
10147         * exporter.C:
10148         * paragraph.C:
10149         * screen.C:
10150         * tabular.C:
10151         * CutAndPaste.C: include gettext.h
10152
10153         * lyxfont.h: remove old hack with ON and OFF.
10154
10155         * lyxparagraph.h:
10156         * lyxfont.h: do not include language.h...
10157
10158         * BufferView2.C:
10159         * LaTeXFeatures.C:
10160         * Painter.C:
10161         * bufferview_funcs.C:
10162         * font.C:
10163         * lyxfont.C:
10164         * text.C:
10165         * text2.C:
10166         * trans_mgr.C:
10167         * paragraph.C: ... but do it here instead
10168
10169 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10170
10171         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
10172
10173         * tabular.C: small reformat
10174
10175         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
10176         NEW_INSETS version
10177         (GetChar): ditto
10178         (BreakParagraph): ditto
10179         (SetOnlyLayout): ditto
10180         (SetLayout): ditto
10181
10182         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
10183         with one arg less.
10184
10185         * lastfiles.C: removed most using decl, add std:: where needed
10186
10187         * buffer.C: ws changes
10188
10189         * MenuBackend.C (class compare_format): put into anon namespace
10190         (expand): constify label, names, action, action2
10191         (expand):
10192
10193         * text.C (SingleWidth): constify font
10194         (IsBoundary): constify rtl2
10195         (GetVisibleRow): constify ww
10196
10197         * LaTeX.C (deplog): constify logfile
10198
10199         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
10200         start_x, end_x
10201         (workAreaExpose): constify widthChange, heightChange
10202
10203         * lyxrow.C (par): moved
10204         (height): moved
10205         (next): moved
10206         * lyxrow.h: as inlines here
10207
10208         * lyxfont.h (shape): moved from lyxfont.C
10209         (emph): moved from lyxfont.C
10210
10211         * lyxfont.C (LyXFont): use initialization list for all
10212         constructors
10213         (shape): move to lyxfont.h as inline
10214         (emph): move to lyxfont.h as inline
10215
10216
10217 2001-04-04  Juergen Vigna  <jug@sad.it>
10218
10219         * vspace.C: had to include stdio.h for use of sscanf
10220
10221 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
10222
10223         * BufferView.h:
10224         * BufferView_pimpl.h: remove xforms cruft. Both classes are
10225         independent of xforms.
10226
10227 2001-04-02  Juergen Vigna  <jug@sad.it>
10228
10229         * spellchecker.C: fixed namespace placing!
10230
10231 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
10232
10233         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
10234         the LyXParagraph * is 0.
10235
10236 2001-03-29  Juergen Vigna  <jug@sad.it>
10237
10238         * vspace.C: added support for %, c%, p%, l%.
10239         (stringFromUnit): added helper function.
10240         (asLatexString): changed to give right results for the %-values.
10241
10242         * buffer.C: convert the widthp in a width%.
10243
10244 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
10245
10246         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
10247         figureForm.[Ch].
10248
10249         * figureForm.[Ch]: stripped the FD_from_figure manipulation
10250         code out of lux_cb.[Ch], ready for its (imminent?) removal.
10251
10252         * lyx_cb.[Ch]: see above.
10253
10254         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
10255         form1.[Ch].
10256
10257         * form1.[Ch]:
10258         * lyx.[Ch]: replaced by figure_form.[Ch].
10259
10260         * lyx_gui.C:
10261         * lyx_gui_misc.C:
10262         * lyxfunc.C: changed headers associated with above changes.
10263
10264 2001-03-27  Juergen Vigna  <jug@sad.it>
10265
10266         * BufferView_pimpl.C: set the temporary cursor right!
10267
10268 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
10269
10270         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
10271
10272 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
10273
10274         * LString.h: removed "using std::getline"!
10275
10276         * BufferView_pimpl.C (Dispatch): changes due to changes in
10277         InsetInclude::Params.
10278
10279         * buffer.C (tag_name): removed redundant break statements as they were
10280         producing lots of warnings with my compiler.
10281
10282 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10283
10284         * LString.h: add "using std::getline" when using the real <string>.
10285
10286 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
10287
10288         * buffer.C: removed bitset usage.
10289         PAR_TAG moved to an anonymous name space.
10290         (tag_name): new funtion, also in the anonymous namespace.
10291         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
10292         (makeDocBookFile): clean code. Completed transition from string arrays
10293         to string vectors.
10294         (SimpleDocBookOnePar): code clean.
10295
10296 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10297
10298         * tabular.C: add some comments.
10299
10300 2001-03-22  Juergen Vigna  <jug@sad.it>
10301
10302         * buffer.C (parseSingleLyXformat2Token): redone the minipage
10303         compatibility read a bit and fixed bug with minipage in different
10304         depth.
10305
10306 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
10307
10308         * buffer.C (pop_tag): removed.
10309         (push_tag): removed.
10310         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
10311         array replaced with vector. Added support for CDATA sections.
10312         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
10313         at any nest level.
10314         (makeDocBookFile): XML conformant declaration of CDATA section,
10315         fixed bug related to <emphasis> in the first paragraph char.
10316         (sgmlOpenTag): exclude empty tags.
10317         (sgmlCloseTag): ditto.
10318
10319         * buffer.h (pop_tag): removed.
10320         (push_tag): removed.
10321
10322 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
10323
10324         * language.h (Languages): added size_type and size().
10325
10326 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10327
10328         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
10329         response on compability reading of minipages. One probliem is that
10330         the old usage of minipages was «flertydig»
10331
10332         * several files here and in subdirs: don't use static at file
10333         scope use anon namespaces instead.
10334
10335 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
10336
10337         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
10338         LaTeX output. This is necessary for Literate document
10339         processing.
10340
10341 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10342
10343         * buffer.C: insert hfill when needed.
10344
10345         * tabular.C (l_getline): use string::erase, small whitespace change.
10346
10347         * BufferView_pimpl.C: try the anon namespace.
10348         * WorkArea.C: ditto
10349
10350 2001-03-16  Juergen Vigna  <jug@sad.it>
10351
10352         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
10353         otherwise it won't open options-dialogs.
10354
10355         * buffer.C: honor pextraWidth(p) on converting minipages.
10356
10357         * tabular.C (l_getline): changed the functions to strip trailing \r.
10358
10359 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
10360
10361         * BufferView_pimpl.C:
10362         * minibuffer..C: added "using SigC::slot" declaration.
10363
10364 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10365
10366         * lyxlex_pimpl.h: noncopyable is in namespace boost.
10367
10368         * text2.C: ditto
10369
10370         * text.C: ditto
10371
10372         * paragraph.C: ditto
10373
10374         * lyxtext.h: NO_PEXTRA
10375
10376         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
10377
10378         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
10379         * ParameterStruct.h: ditto
10380         * ParagraphParameters.h: ditto
10381         * lyxparagraph.h: ditto
10382
10383 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10384
10385         * buffer.C: add compability for minipage alignment.
10386         (latexParagraphs): remove unwanted pextra check.
10387
10388         * several files: remove CXX_WORKING_NAMESPACES
10389
10390         * buffer.C (pop_tag): tie is in namespace boost
10391
10392         * BufferView.h: noncopyable is in namespace boost
10393         * lyxlex.h: ditto
10394         * lyx_main.h: ditto
10395         * lyx_gui.h: ditto
10396         * layout.h: ditto
10397         * lastfiles.h: ditto
10398         * bufferlist.h: ditto
10399         * ShareContainer.h: ditto
10400         * LyXView.h: ditto
10401         * LyXAction.h: ditto
10402         * LaTeX.h: ditto
10403
10404 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
10405
10406         * Merging changes from BRANCH_MVC back into HEAD.
10407
10408         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
10409
10410 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
10411
10412         * BufferView_pimpl.C: change from intl.C
10413
10414         * combox.h:
10415         * combox.C:
10416         * Makefile.am: move combox.*
10417
10418         * form1.h:
10419         * form1.C:
10420         * lyx_gui.C:
10421         * intl.h:
10422         * intl.C: remove dialog (covered by prefs)
10423
10424 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
10425
10426         * lyxfunc.C (Dispatch): removed redundant break statement.
10427
10428 2001-03-14  Juergen Vigna  <jug@sad.it>
10429
10430         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
10431
10432 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10433
10434         * buffer.C: add hack to fix compability reading of minipages.
10435
10436 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
10437
10438         * buffer.C (getLists): Cleanup.
10439
10440 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10441
10442         * lyxfont.C (update): don't honor toggleall on font size.
10443
10444 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
10445
10446         * bmtable.c:
10447         * bmtable.h:
10448         * Makefile.am: moved to frontends/xforms/
10449
10450         * lyx_gui_misc.C:
10451         * lyxfunc.C:
10452         * BufferView_pimpl.C: changes for moved mathpanel
10453
10454 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10455
10456         * gettext.h: fix gettext_init() in --disable-nls
10457
10458 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10459
10460         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
10461
10462 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
10463
10464         * lyx.C:
10465         * lyx.h: strip external form
10466
10467 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10468
10469         * BufferView_pimpl.C: add comment, destroySplash()
10470
10471 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10472
10473         * BufferView_pimpl.C:
10474         * LyXAction.C:
10475         * buffer.C:
10476         * commandtags.h:
10477         * lyxfunc.C: use re-worked insetinclude
10478
10479 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10480
10481         * buffer.C: add using std::stringstream.
10482
10483         * lyx_cb.C: readd using std::ios.
10484
10485         * buffer.C: add using std::map.
10486
10487         * BufferView_pimpl.C: add using std::vector.
10488
10489         * ShareContainer.h: add std:: to swap.
10490
10491         * buffer.h: add some typedefs
10492         * buffer.C (getLists): use them
10493         (getLists): renamed from getTocList.
10494         add a counter for the different float types and use it in the
10495         generated string.
10496         (getLists): use the same counter for the NEW_INSETS and the "non"
10497         NEW_INSETS
10498
10499         * lyx_cb.h: remove unused items, includes, using etc.
10500
10501         * ShareContainer.h: remove some commented code, add more comments
10502         and "documentation".
10503
10504 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10505
10506         * buffer.C (getTocList): make the list also when NEW_INSETS is
10507         defined.
10508
10509         * buffer.h: remove TocType
10510
10511         * buffer.C (getTocList): change to return a map<string,
10512         vector<TocItem> >, implement for dynamic number of list.
10513
10514         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
10515         * text2.C (PasteSelection): adjust
10516         * CutAndPaste.C (pasteSelection): adjust
10517
10518         * FloatList.C (FloatList): update from the new_insets branch.
10519         * Floating.[Ch]: ditto
10520         * LaTeXFeatures.C: ditto
10521         * buffer.C: ditto
10522         * lyxlex_pimpl.C: ditto
10523
10524         * paragraph.C (Last): remove when NEW_INSETS is defined.
10525
10526         * other file: changes because of the above.
10527
10528 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10529
10530         * lyxparagraph.h: rename next to next_, previous to previous_,
10531         make them private for NEW_INSETS. Rename Next() to next(),
10532         Previous() to previous().
10533
10534         * other files: changes because of the above.
10535
10536 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
10537
10538         * BufferView.h:
10539         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
10540         problem.
10541
10542 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10543
10544         * main.C (main): pass lyx_localedir to gettext_init().
10545
10546         * gettext.h: remove locale_init and gettext_init macros
10547
10548         * gettext.C (locale_init): new function
10549         (gettext_init): new function
10550
10551         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
10552         setlocale().
10553
10554 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
10555
10556         * Moved credits to frontends:
10557         * credits.[Ch]: removed
10558         * credits_form.[Ch]: removed
10559         * lyx_gui_misc.C: remove credits stuff
10560         * Makefile.am:
10561
10562 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10563
10564         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
10565
10566         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
10567         unneeded destructor.
10568
10569         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
10570         a standalone pointer again.
10571
10572         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
10573
10574 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
10575
10576         * Makefile.am:
10577         * filedlg.h:
10578         * filedlg.C:
10579         * LyXAction.C:
10580         * ToolbarDefaults.C:
10581         * bufferlist.C:
10582         * commandtags.h:
10583         * form1.C:
10584         * form1.h:
10585         * lyx_cb.C:
10586         * lyx_cb.h:
10587         * lyxfunc.h:
10588         * lyxfunc.C:
10589         * BufferView_pimpl.C: use new file dialog in GUII
10590
10591         * lyx_cb.h:
10592         * lyx_cb.C: remove LayoutsCB to Toolbar
10593
10594 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10595
10596         * ShareContainer.h (get): add std:: qualifier
10597
10598 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10599
10600         * ShareContainer.h: define a proper ShareContainer::value_type
10601         type (and use typename to please compaq cxx)
10602
10603 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10604
10605         * lyxparagraph.h: move serveral local vars to
10606         ParameterStruct/ParagraphParameters., use ShareContainer in
10607         FontTable., make vars in FontTable private and add getter and
10608         setter.
10609
10610         * paragraph.C: changes because of the above.
10611
10612         * lyxfont.h: remove copy constructor and copy assignment. (the
10613         default ones is ok), move number inside FontBits. move inlines to
10614         lyxfont.C
10615
10616         * lyxfont.C: add number to initializaton of statics, move several
10617         inlines here. constify several local vars. some whitespace
10618         cleanup. Dont hide outerscope variables.
10619
10620         * Spacing.h: add two new constructors to match the set methods.
10621
10622         * ShareContainer.h: new file, will perhaps be moved to support
10623
10624         * ParameterStruct.h: new file
10625
10626         * ParagraphParameters.h: new file
10627
10628         * ParagraphParameters.C: new file
10629
10630         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
10631         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
10632
10633         * BufferView_pimpl.C: ParagraphParameter changes.
10634         * buffer.C: Likewise.
10635         * bufferview_funcs.C: Likewise.
10636         * text.C: Likewise.
10637         * text2.C: Likewise.
10638
10639 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10640
10641         * lyxfind.C (LyXReplace): do not redefine default argument in
10642         implementation.
10643         (IsStringInText): ditto
10644         (SearchForward): ditto
10645         (SearchBackward): ditto
10646
10647 2001-03-06  Juergen Vigna  <jug@sad.it>
10648
10649         * lyxfind.C (IsStringInText): put parentes around expressions.
10650
10651 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
10652
10653         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
10654
10655 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
10656
10657         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
10658
10659         * stl_string_fwd.h: add comment
10660
10661         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
10662
10663         * tabular.h:
10664         * tabular.C: remove unused DocBook methods
10665
10666         * intl.C:
10667         * language.C:
10668         * paragraph.C:
10669         * buffer.C:
10670         killed DO_USE_DEFAULT_LANGUAGE
10671
10672 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10673
10674         * lyx_gui.C: do not include language.h.
10675
10676         * bufferview_funcs.C (ToggleAndShow): do not provide optional
10677         arguments in function implementation.
10678
10679 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10680
10681         * BufferView_pimpl.C: add <ctime>
10682
10683 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10684
10685         * BufferView_pimpl.C: add using std::find_if
10686
10687 2001-02-27  José Matos  <jamatos@fep.up.pt>
10688
10689         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
10690         by OnlyPath.
10691
10692 2001-02-11  José Matos  <jamatos@fep.up.pt>
10693
10694         * buffer.C (makeDocBookFile): command styles now have a parameter as
10695         "title" by default.
10696
10697 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
10698
10699         * layout_forms.[Ch]: removed
10700         * lyx_cb.[Ch]: out character
10701         * lyx_gui.C: out character
10702         * lyx_gui_misc.C: out character
10703         * bufferview_funcs.C: : out character,
10704         added toggleall as parameter in ToggleAndShow
10705
10706 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
10707
10708         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
10709
10710         * text2.C (SetCurrentFont): Disable number property at boundary.
10711
10712 2001-02-26  Juergen Vigna  <jug@sad.it>
10713
10714         * lyxfunc.C (getStatus): added a string argument override function so
10715         that this is correctly called from LyXFunc::Dispatch if it contains a
10716         do_not_use_argument which is used!
10717         (Dispatch): added check for "custom" export and call appropriate func.
10718
10719 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
10720
10721         * lyxrc.C: Add language_command_local, language_use_babel and
10722         language_global_options.
10723
10724         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
10725
10726         * buffer.C (makeLaTeXFile): Use language_use_babel and
10727         language_global_options.
10728
10729 2001-02-23  Juergen Vigna  <jug@sad.it>
10730
10731         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
10732         which works with LyXText and putted it inside BufferView. Here now we
10733         only call for that part the BufferView::Dispatch() function.
10734
10735         * BufferView.C (Dispatch): added.
10736
10737         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
10738         functions which needs to use a LyXText over from LyXFunc.
10739         (MenuInsertLyXFile): added
10740         (getInsetByCode): added
10741         (moveCursorUpdate): added
10742         (static TEXT): added
10743
10744 2001-02-22  Juergen Vigna  <jug@sad.it>
10745
10746         * BufferView_pimpl.C (update): call a status update to see if LyXText
10747         needs it.
10748
10749 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10750
10751         * vc-backend.C (revert): implement for CVS
10752         (getLog): implement for CVS
10753
10754 2001-02-20  Juergen Vigna  <jug@sad.it>
10755
10756         * text2.C (ClearSelection): added BufferView param for inset_owner call
10757
10758         * lyxfunc.C (TEXT): added this function and use it instead of
10759         directly owner->view()-text of getLyXText().
10760
10761 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
10762
10763         * src/layout_forms.C: out preamble
10764         * src/layout_forms.h: out preamble
10765         * src/lyx_cb.C: out preamble
10766         * src/lyx_cb.h: out preamble
10767         * src/lyx_gui.C: out preamble
10768         * src/lyx_gui_misc.C: out preamble
10769         * src/lyxfunc.C: connect with guii preamble
10770
10771 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
10772
10773         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
10774
10775 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
10776
10777         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
10778         whether to run bibtex.
10779
10780 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
10781
10782         * Makefile.am (lyx_SOURCES): Remove BackStack.h
10783
10784 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10785
10786         * Makefile.am (lyx_SOURCES): removed bibforms.h
10787
10788         * vspace.h: doxygen
10789
10790         * text.C (GetVisibleRow): make several local vars const
10791
10792         * tabular.C: small cleanup.
10793
10794         * lyxserver.C (callback): use compare instead of strncmp
10795
10796         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
10797         inlines to after class or to paragraph.C
10798
10799         * lyxfont.h: remove friend operator!=
10800
10801         * converter.h: move friend bool operator< to non friend and after
10802         class def.
10803
10804         * combox.h: small cleanup
10805
10806         * buffer.h: doxygen, remove unused constructor, move inclas inlies
10807         to inlines after class def.
10808
10809         * buffer.C (pop_tag): use string operations instead of strcmp
10810
10811         * bmtable.c: doxygen, small cleanup
10812
10813         * LaTeX.h: remove friend operator==
10814
10815 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10816
10817         * screen.C:
10818         * lyxrc.[Ch]:
10819         * lyxfunc.C:
10820         * lyxfont.[Ch]:
10821         * lyx_cb.C:
10822         * intl.[Ch]:
10823         * commandtags.h:
10824         * buffer.C:
10825         * WorkArea.[Ch]:
10826         * LyXAction.C:
10827         * BufferView_pimpl.C:
10828         * BufferView.[Ch]: remove cruft
10829
10830 2001-02-14  Juergen Vigna  <jug@sad.it>
10831
10832         * lyxfunc.C: removed #if 0 unused code
10833
10834         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
10835
10836         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
10837
10838         * text2.C (SetSelection): added a BufferView * parameter
10839
10840 2001-02-13  Juergen Vigna  <jug@sad.it>
10841
10842         * lyxfunc.C (Dispatch): fixed protected blank problem.
10843         * BufferView2.C (protectedBlank): added LyxText * parameter.
10844
10845         * tabular.C (AppendRow): forgot to set row_info of newly added row.
10846         (AppendColumn): same as above for column_info.
10847
10848         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
10849         (moveCursorUpdate): use a LyXText param for support of InsetText.
10850
10851         * BufferView_pimpl.C (doubleClick): added support for InsetText.
10852         (tripleClick): ditto
10853
10854         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
10855
10856         * BufferView_pimpl.C (update): added LyXText param to honor insets.
10857
10858         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
10859
10860         * text2.C (SetSelection): set correct update status if inset_owner
10861         (ToggleFree): ditto
10862
10863 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10864
10865         * tabular.C: remove some commented code.
10866
10867 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
10868
10869         * BufferView_pimpl.C: call hideSplash()
10870
10871         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
10872
10873         * include_form.h:
10874         * bibforms.h: remove
10875
10876         * lyxfunc.C:
10877         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
10878           add LFUN_CHILD_CREATE
10879
10880         * counters.h: fix tiny typo
10881
10882         * lyx_cb.C:
10883         * lyx.h:
10884         * lyx_gui.C:
10885         * lyx.C: move splash to frontends/xforms/
10886
10887         * lyx_gui_misc.C: move Include and Bibform to frontends
10888
10889         * lyxvc.h: clarify comment
10890
10891         * vspace.C: tiny housekeeping
10892
10893 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
10894
10895         * text.C (PrepareToPrint): RTL Fix.
10896
10897         * paragraph.C (GetUChar): New method.
10898         (String):  Use GetUChar.
10899
10900         * buffer.C (asciiParagraph): Use GetUChar.
10901
10902 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
10903
10904         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
10905
10906 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
10907
10908         * buffer.h:
10909         * buffer.C: rename to getLogName(), handle
10910           build log / latex log nicely
10911
10912 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10913
10914         * MenuBackend.C:
10915         * MenuBackend.h: remove support for reference menuitem type.
10916
10917 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
10918
10919         * BufferView_pimpl.C: housekeeping
10920         * BufferView_pimpl.h:
10921         * LyXView.h:
10922         * Makefile.am:
10923         * Timeout.C:
10924         * Timeout.h:
10925         * minibuffer.h: move Timeout GUI-I
10926
10927 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
10928
10929         * lyxrc.C (read): Update converters data-structures.
10930
10931 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10932
10933         * LaTeX.h (operator!=): add operator != for Aux_Info
10934
10935 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
10936
10937         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
10938
10939         * LaTeXLog.C: deleted, useful code moved to Buffer
10940
10941         * buffer.h:
10942         * buffer.C: new function getLatexLogName()
10943
10944         * lyx_gui_misc.C:
10945         * lyx_gui.C:
10946         * lyxvc.C:
10947         * lyxvc.h:
10948         * lyxfunc.C: use frontends for LaTeX and VC logs
10949
10950 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10951
10952         * LaTeX.h: yet another std:: that Allan forgot.
10953
10954         * Variables.C (set): renamed from isset(), because this clashes
10955         with some HP-UX macros (grr).
10956
10957 2001-02-06  Allan Rae  <rae@lyx.org>
10958
10959         * LaTeX.h: Another bug fix.  Missing std:: this time.
10960
10961 2001-02-04  Allan Rae  <rae@lyx.org>
10962
10963         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
10964         floats problem. I've left it commented out because it's not quite
10965         correct.  It should also test that the current object is a table or
10966         figure inset.  But I haven't gotten around to figuring out how to do
10967         that.  I *think* it'll be something like: "table" == inset.type()
10968
10969         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
10970         bool.
10971
10972 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
10973
10974         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
10975         all the citation/databases/styles in the auxilary file.
10976         (run): Rerun latex if there was a babel language error.
10977
10978 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
10979
10980         * text.C (Backspace): Preserve the font when changing newline char
10981         with a space.
10982         (BreakParagraph): If the cursor is before a space, delete the space.
10983
10984         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
10985
10986 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
10987
10988         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
10989         new argument (code).
10990         (ChangeCitationsIfUnique): New method.
10991
10992         * paragraph.C (GetPositionOfInset): Handle bibkey.
10993
10994 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10995
10996         * BufferView_pimpl.h: change type of Position::par_pos to
10997         LyXParagraph::size_type.
10998
10999 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
11000
11001         * BufferView_pimpl.C (savePosition, restorePosition): Write
11002         messages to minibuffer.
11003
11004 2001-01-28  José Matos  <jamatos@fep.up.pt>
11005
11006         * buffer.C (makeDocBookFile): adds support for document language.
11007         A silly restriction on the name of LatexCommand types where removed.
11008         Added support for CDATA sections, allows to chars unescaped, used
11009         among others in code, to avoid escape < and >.
11010
11011 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11012
11013         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
11014         saved positions instrad of a stack. Furthermore, a position is
11015         stored using paragraph id/paragraph position.
11016
11017         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
11018         Remove LFUN_REF_BACK.
11019
11020 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11021
11022         * converter.C (dvipdfm_options): New method.
11023
11024 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11025
11026         * vspace.C (isValidLength): Fix for empty input string.
11027
11028 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11029
11030         * LyXAction.C (init): change description of LFUN_FIGURE to
11031         "Insert Graphics"
11032
11033 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11034
11035         * LaTeX.C: add using directive
11036
11037 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11038
11039         * MenuBackend.C (expand): Fix the sorting of the formats.
11040
11041 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
11042
11043         * lyx_main.C: tiny error message fix
11044
11045 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11046
11047         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
11048         calling fl_initialize(). This fixes the problem with ',' as
11049         decimal separator in text files.
11050
11051 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11052
11053         * trans.C (process): Fix the keymap bug.
11054
11055 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
11056
11057         * LaTeX.C (scanAuxFiles): New method. Provides support for
11058         multiple bibliographies (when using the bibtopic/bibunits pacakges).
11059         (scanLogFile) Scan for "run BibTeX" messages.
11060
11061         * buffer.C (makeLaTeXFile): Do not load the ae package when using
11062         OT1 font encoding. Also, load the aecompl package if the ae
11063         package is loaded.
11064
11065         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
11066
11067 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11068
11069         * texrow.C (increasePos): turn two error messages into debug
11070         messages.
11071
11072 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
11073
11074         * LaTeX.C (scanAux): Handle the \@input macro.
11075         (runBibTeX): Use scanAux().
11076
11077         * language.C (latex_options_): New field.
11078
11079         * LaTeXFeatures.C (getMacros): Add language macros.
11080
11081         * buffer.C (makeLaTeXFile): Small fix.
11082
11083 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11084
11085         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
11086
11087         * text2.C: add a using directive.
11088
11089 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
11090
11091         * BufferView2.C:
11092         * lyx_gui_misc.h:
11093         * lyxfr1.C:
11094         * lyxfunc.C: kill LyXBell.
11095
11096 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
11097
11098         * text.C (IsBoundary): Remove the error message
11099
11100         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
11101
11102         * lyxrc.C (setDefaults): Correct initialization value for
11103         font_norm_type.
11104
11105 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
11106
11107         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
11108         gotoError().
11109
11110         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
11111         and GotoNextNote().
11112
11113         * src/LyXAction.C: Added reference-next.
11114
11115         * text.C (InsertChar): Use contains instead of strchr.
11116
11117         * lyx_cb.C (MenuInsertLabel): Enable default value code.
11118
11119 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
11120
11121         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
11122         alignment commands (when needed).
11123
11124         * text.C (InsertChar): Add ':' to number separator chars.