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