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