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