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