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