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