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