]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / ChangeLog
1 2002-01-07  Juergen Vigna  <jug@sad.it>
2
3         * text.C (nextBreakPoint): removed debug output not needed anymore.
4
5 2002-01-06  Juergen Vigna  <jug@sad.it>
6
7         * text.C (nextBreakPoint): fixed up this function we had this bug
8         since ever but now hopefully we break row better.
9         (insertChar): we have to check if an inset is the next char as it
10         could now happen that a large inset is causing a break.
11
12 2002-01-05  Juergen Vigna  <jug@sad.it>
13
14         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
15         if it doesn't like to be drawed.
16
17 2002-01-04  Juergen Vigna  <jug@sad.it>
18
19         * BufferView2.C (lockInset): forgot to set a cursor.
20
21         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
22
23 2002-01-03      Martin Vermeer <martin.vermeer@hut.fi>
24
25         * FormMathsPanel.C:
26         * FormMathsPanel.h
27         * MathsSymbols.C:
28         * form_maths_panel.C:
29         * form_maths_panel.h:
30         * form_maths_panel.fd:
31         implemented sub- and super- buttons in math panel.
32
33         * lyx_main.C:
34         Revised hardwired bindings to allow original _ and ^ (or ^ space)
35         to be used as in TeX (req'd byAndré).
36
37         * lyxfunc.C:
38         Allow ^and _ again to be used both as super/subscript (mathed)
39         and as themselves (in text).
40
41
42 2002-01-03  Allan Rae  <rae@lyx.org>
43
44         * LyXView.C (updateWindowTitle): Setup a short icon title of either
45         "LyX" or the filename of the current buffer if it has one.  This is a
46         modified form of John Levon's patch.
47
48         * XFormsView.C (setWindowTitle): also set icon title.
49
50         * LyXView.h: (setWindowTitle): signature changed.
51         * XFormsView.h (setWindowTitle): ditto.
52
53 2002-01-02  Juergen Vigna  <jug@sad.it>
54
55         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
56
57 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
58
59         * screen.C (topCursorVisible): introduce a temp var for
60         text->cursor.row(), handle the case where this row is null. (kindo
61         hachish)
62
63         * text2.C (setCursor): add a couple of asserts.
64
65         * paragraph.h (inset_iterator): add -> operator 
66
67         * paragraph.[Ch] (autoDeleteInsets): remove member function 
68
69         * BufferView2.C (removeAutoInsets): rewrite to handle the old
70         cursor pos correctly and handle inset deletion by itself.
71         (insertErrors): move iterator declaration out of for expression
72
73         * lyxtextclass.C: add <algorithm>
74
75         * Makefile.am: added the new files to sources, removed layout.C
76         
77         * layout.C: removed file
78         
79         * layout.h: remove LYX_DUMMY_LAYOUT
80
81         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
82         layout.
83
84         * lyxlayout.[Ch]:
85         * lyxtextclass.[Ch]:
86         * lyxtextclasslist.[Ch]: new files 
87
88         * include order changes to a lot of files, also changes because of
89         the six new files.
90         
91 2001-12-27  Juergen Vigna  <jug@sad.it>
92
93         * buffer.C (asciiParagraph): more fixes.
94
95         * tabular.C (ascii): make ascii export support export of only the
96         data separated by a column-delimiter.
97         (ascii): better support for ascii export.
98
99         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
100
101 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
102
103         * tabular_funcs.C: use a "using std::getline" instead of the
104         previous fix from Angus (necessary for cxx + lyxstring)
105
106 2001-12-24  Juergen Vigna  <jug@sad.it>
107
108         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
109
110         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
111         problems. First check a minipage also if we have some ert-contents
112         (not only on par->size(), second set the right depth of the paragraph
113         on the relink to the root-paragraph-list!
114
115         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
116         which then did not anymore update the main paragraphs on undo/redo!
117
118 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
119
120         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
121         code. Support all font-changing funcs (even those which are not in
122         menu currently). Support for reporting font settings in 
123         mathed (disabled until Andre provides a function on mathed's side).
124
125         * func_status.h (toggle): small helper function to set toggle
126         state on a flag.
127
128 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
129
130         * tabular_funcs.C: getline -> std::getline
131
132 2001-12-21  Juergen Vigna  <jug@sad.it>
133
134         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
135         accessed and could be 0 (I couldn't generate this but it seems
136         Michael could!).
137
138 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
139
140         * tabular_funcs.C: add LIstream.h, move write_attribute to..
141         * tabular_funcs.h: here and include iosfwd
142
143 2001-12-20  Juergen Vigna  <jug@sad.it>
144
145         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
146         inside inset but undo_par was.
147
148 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
149
150         * Thesaurus.C: always include <config.h> in sources.
151
152         * Painter.h: 
153         * lyxlookup.h: 
154         * box.h: do not include <config.h> in header files
155
156         * text.C (paintLastRow): remove unused variable
157
158         * text.C (transformChar): 
159         (insertChar): 
160         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
161
162         * Painter.C (text): 
163         * font.C (width): rewrite to use uppercase() instead of
164         islower/toupper. 
165
166         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
167
168 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
169
170         * lyxfind.C: clean up of find failure position change
171
172 2001-12-20  Juergen Vigna  <jug@sad.it>
173
174         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
175
176         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
177         (TeXRow): added to LaTeX a single tabular row.
178         (TeXLongtableHeaderFooter): added to output LT-h/f data.
179         (Latex): simplified and finally good LT-h/f support.
180         (various_functions): just small adaptions for LT-h/f support.
181
182         * tabular_funcs.[hC]: added and moved here all not classfunctions
183         of LyXTabular.
184
185 2001-12-19  Juergen Vigna  <jug@sad.it>
186
187         * tabular.[Ch]: better support for longtabular options (not finished
188         yet!)
189
190 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
191
192         * text.C (paintLastRow): use the label font instead of the font of
193         the last character to compute the size of *_BOX. This makes more
194         sense and avoids a crash with empty paragraphs.
195         Use Painter::rectangle to draw EMPTY_BOX.
196
197 2001-12-19  Juergen Vigna  <jug@sad.it>
198
199         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
200         the paragraphs if the replaced paragraph is not the first one!
201         Tried to delete not used paragraphs but does not work yet so for
202         now it's inside #ifdef's and by default off!
203
204 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
205
206         * MenuBackend.C: include "lyx_main.h" instead of declaring
207         lastfiles (actually was declared as LastFiles* instead of a
208         scoped_ptr).
209
210 2001-12-17  Juergen Vigna  <jug@sad.it>
211
212         * tabular.C (AppendColumn): applied John's fix
213
214 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
215
216         * BufferView.h: 
217         * BufferView.C:
218         * BufferView_pimpl.h:
219         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
220
221         * Makefile.am:
222         * box.h: new start of class for above
223
224         * lyxfunc.C: ignore space-only minibuffer dispatches.
225           Show the command name when it doesn't exist
226
227         * minibuffer.C: don't add empty lines to the history
228
229         * minibuffer.C: add a space on dropdown completion
230  
231 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
232
233         * text.C: fix line above/below drawing in insets
234
235 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
236
237         * lyxlength.C (LyXLength): Initialize private variables.
238
239 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
240
241         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language 
242         when inserting error insets.
243
244 2001-12-13  Juergen Vigna  <jug@sad.it>
245
246         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
247         actually sometimes the before-paragraph.
248         (setUndo): don't clear the redostack if we're not actually undoing!
249
250 2001-12-06  Juergen Vigna  <jug@sad.it>
251
252         * undo_funcs.C (textHandleUndo): well after John's hint I got here
253         and fixed redoing of main paragraph, so we can use it now ;)
254
255         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
256
257 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
258
259         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
260         Juergen's request
261
262 2001-12-13  André Pönitz <poenitz@gmx.net>
263
264         * undostack.[Ch]:
265         * undo_func.C: minor cleanup
266
267 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
268
269         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
270         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
271         font in urw-fonts package which is marked as -urw-fontspecific and
272         does not work (incidentally, changing the encoding in the
273         fonts.dir of this package to -adobe-fontspecific fixes the
274         problem).
275
276         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
277         is a crash when undoing first paragraph (Juergen, please take a
278         look). THis does not mean the undo fix is wrong, just that it
279         uncovers problems.
280
281         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
282         the (Paragraph*) version when needed instead of duplicating the
283         code.
284
285         * text.C (workWidth): use Inset::parOwner to find out where the
286         inset has been inserted. This is a huge performance gain for large
287         documents with lots of insets. If Inset::parOwner is not set, fall
288         back on the brute force method
289
290         * paragraph_pimpl.C (insertInset): 
291         * paragraph.C (Paragraph): 
292         (cutIntoMinibuffer): set parOwner of insets when
293         inserting/removing them
294
295         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
296
297 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
298
299         * commandtags.h:
300         * LyXAction.C:
301         * lyx_main.C:
302         * lyxfunc.C:
303         * mathed/formulabase.C:
304         * mathed/math_cursor.[Ch]:
305         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
306
307
308 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
309
310         * lyxlength.[Ch] (operator!=): new function
311
312 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
313
314         * text.C (workWidth): use Inset::parOwner to find out where the
315         inset has been inserted. This is a huge performance gain for large
316         documents with lots of insets. If Inset::parOwner is not set, fall
317         back on the brute force method
318
319         * paragraph_pimpl.C (insertInset): 
320         * paragraph.C (Paragraph): 
321         (cutIntoMinibuffer): set parOwner of insets when
322         inserting/removing them
323
324         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
325
326 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
327
328         * tabular-old.C (getTokenValue): 
329         * tabular.C (getTokenValue): 
330         (write_attribute): new versions for LyXLength
331         (everywhere): adjust the use of widths
332
333         * tabular.h: change the type of widths from string to LyXLength
334
335 2001-12-11  Ben Stanley <bds02@uow.edu.au>
336
337         * paragraph.C: fixed missing line number count when exporting
338         Environments to LaTeX file
339
340         * buffer.C: added informational message for checking line numbers.
341
342 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
343
344         * text2.C (deleteEmptyParagraphMechanism): if there is only one
345         paragraph, do the 'double space' part, but not the 'empty
346         paragraph' one.
347
348         * text.C (workWidth): small optimization
349         (getLengthMarkerHeight): use minimal size for negative lengths. 
350
351 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
352
353         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
354
355         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
356
357 2001-12-11  André Pönitz <poenitz@gmx.net>
358
359         * FontLoader.C:
360         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
361
362 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
363
364         * text2.C: keep selection on a setFont()
365  
366 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
367
368         * lyx_cb.C: another bv->text misuse, from insert label
369  
370 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
371
372         * kbsequence.h:
373         * kbsequence.C: re-instate nmodifier mask
374  
375 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
376
377         * lyx_main.h: make lyxGUI private.
378
379 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
380
381         * lyxfind.C: place the cursor correctly on failed search
382  
383 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
384
385         * text.C (getLengthMarkerHeight): for small heights, the arrows
386         are not always on top/bottom of the text
387         (drawLengthMarker): smaller arrows; take the left margin in
388         account; draw also vfills.
389         (paintFirstRow): 
390         (paintLastRow): remove special code for vfill and standard spaces,
391         since everything is handled in drawLengthMarker now.
392
393 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
394
395         * buffer.C (insertErtContents): try to handle font and language
396         interaction a bit better.g
397
398         * ColorHandler.C (updateColor): change the hash to cover the whole
399         LColor enum, ws cleanup
400         (getGCLinepars): ditto
401         (getGCLinepars): only lookup in the linecache once.
402
403 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
404
405         * iterators.C (operator++): Make the iterator more robust
406
407         * BufferView2.C (removeAutoInsets): Use paragraph iterators
408         (John's patch)
409         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
410
411 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
412
413         * lyxtext.h:
414         * text.C: better added space drawing
415
416 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
417
418         * LyXView.C:
419         * BufferView2.C: fix layout combo update on inset unlock
420
421 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
422
423         * Makefile.am: don't compile unused files
424
425 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
426
427         * lyxfunc.C:
428         * commandtags.h:
429         * LyXAction.C: remove old LFUN_LAYOUTNO
430
431 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
432
433         * paragraph_pimpl.h:
434         * paragraph_pimpl.C: isTextAt() doesn't need font param
435
436 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
437
438         * lyxlex.h:
439         * lyxlex.C: little cleanup
440
441 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
442
443         * BufferView_pimpl.C: fix insertAscii for insets
444  
445 2001-12-05  Juergen Vigna  <jug@sad.it>
446
447         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
448         set the right font on the "multi" paragraph paste!
449
450 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
451
452         * trans_decl.h:
453         * trans_mgr.[Ch]:
454         * trans.[Ch]:
455         * lyxgluelength.C:
456         * lyxlength.C: remove out-commented code.
457
458         * BufferView_pimpl:
459         * CutAndPaste.C: 
460         * DepTable.C:
461         * buffer.C:
462         * chset.C:
463         * lastfiles.C:
464         * lyxlex.C:
465         * lyxlex_pimpl.C:
466         * lyxserver.C:
467         * screen.C:
468         * tabular-old.C:
469         * tabular.C:
470         * text.C:
471         * trans_mgr.C:
472         * vc-backend.C: change "while(" to "while ("
473         
474         * lyxlength.[Ch]: add zero function to check if length is zero or
475         not
476         * lyxgluelength.C: use it
477         
478 2001-12-05  Allan Rae  <rae@lyx.org>
479
480         * lyxlength.C: Attempted a fix for the abs(int) header selection.
481         Works for 2.95.3, from what I understand of Garst's reports this should
482         work for other g++ versions.  We're screwed if the abs(int) definition
483         changed between bugfix releases of gcc.
484
485 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
486
487         * text.C: fix chapter label offset !
488
489 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
490
491         * lyxtext.h:
492         * text.C: fix hfill at end of line, clean up
493
494 2001-12-04  Juergen Vigna  <jug@sad.it>
495
496         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
497         that we force an update of the inset and it's owners if neccessary.
498
499 2001-12-03  Juergen Vigna  <jug@sad.it>
500
501         * text.C (rowLast): simplified code
502
503 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
504
505         * lyxfunc.C: fix show options on timeout
506  
507 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
508
509         * screen.C (topCursorVisible): scroll half a page when the cursor
510         reached top of bottom of screen
511
512 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
513
514         * minibuffer.C: deactivate on loss of focus
515  
516 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
517
518         * vspace.[Ch] (operator!=): add operator. 
519
520 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
521
522         * BufferView_pimpl.C: refuse to open an inset when
523         there's a selection.
524
525 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
526
527         * BufferView_pimpl.C: allow to click on RHS of full row insets
528  
529 2001-11-30  Juergen Vigna  <jug@sad.it>
530
531         * tabular.C (LyXTabular): add a same_id to set the same id's in the
532         insets for undo reasons.
533
534 2001-11-28  André Pönitz <poenitz@gmx.net>
535
536         * vspace.[Ch]: cosmetical changes
537
538 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
539
540         * LyXAction.h:
541         * LyXAction.C:
542         * lyxfunc.h:
543         * lyxfunc.C:
544         * kbmap.h:
545         * kbmap.C:
546         * lyxrc.C:
547         * kbsequence.h:
548         * kbsequence.C: part re-write of old kb code
549
550         * Painter.C:
551         * WorkArea.C: remove Lgb_bug_find_hack
552
553 2001-11-30  José Matos <jamatos@fep.up.pt>
554
555         * buffer.C (makeDocBookFile): add a comment to point a hack.
556         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
557         Fixed a double write of labels.
558         
559 2001-11-28  André Pönitz <poenitz@gmx.net>
560
561         * all the files from the change on 2001/11/26:
562         use lyx::layout_type instead of LyXTextClass::size_type
563         use lyx::textclass_type instead of LyXTextClassList::size_type
564
565 2001-11-29  Juergen Vigna  <jug@sad.it>
566
567         * text.C: added support for paragraph::isFreeSpacing()
568
569         * buffer.C: same as above
570
571         * paragraph.h: inserted isFreeSpacing() function to enable
572         FreeSpacing inside InsetERT.
573
574         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
575         of the paragraph's in the cut/copy buffer to 0!
576
577         * text2.C (removeRow): remove the assert as it can!
578
579         * lyxtext.h: added helper function firstRow returning firstrow and
580         made firstrow private again.
581
582         * BufferView2.C (lockInset): don't relock if we're already locked!
583
584         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
585         the only paragraph.
586         (removeRow): added Assert::(firstrow)
587
588         * debug.C: forgot to add INSETTEXT here.
589
590 2001-11-28  Juergen Vigna  <jug@sad.it>
591
592         * sp_spell.C (initialize): changed error text to more general
593         spellchecker command use (not only ispell!)
594
595         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
596
597         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
598
599 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
600
601         * vspace.C: initialise lyxgluelength on failure
602
603 2001-11-28  Allan Rae  <rae@lyx.org>
604
605         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
606         declaration & definition that looks like a function declaration.
607
608 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
609
610         * BufferView2.C (copy): 
611         (copyEnvironment): do not clear the selection when doing a copy.
612
613         * text.C (paintFirstRow): compilation fix
614
615 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
616
617         * tabular.C (Latex): correct line count when writing latex.
618
619 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
620
621         * paragraph_pimpl.h:
622         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
623           bug a bit
624
625 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
626
627         * text.C: 
628         * LColor.h:
629         * LColor.C: change vfillline->added_space
630  
631         * text.C: add markers and text for added space
632  
633         * vspace.C: fix comment
634
635 2001-11-28  André Pönitz <poenitz@gmx.net>
636
637         * paragraph.C: whitespace changes
638         * all the other files from the change on 2001/11/26:
639         change *::pos_type into lyx::pos_type
640         
641 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
642
643         * buffer.C (parseSingleLyXformat2Token): Set the language to the
644         language of the document when inserting error insets.
645
646 2001-11-26  André Pönitz <poenitz@gmx.net>
647         
648         * BufferView_pimpl.[Ch]:
649         *       CutAndPaste.C:
650         * buffer.[Ch]:
651         * lyxcursor.[Ch]:
652         * lyxfind.C:
653         * lyxfunc.C:
654         * lyxrow.[Ch]:
655         * paragraph.[Ch]:
656         * paragraph_pimpl.[Ch]:
657         * sp_spell.C:
658         * text.C:
659         * text2.C: reduce header dependencies, introduce type for positions
660
661 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
662
663         * <various>: change to use Alert.h 
664          
665 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
666
667         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
668         when encountering an unknown token.
669         (readLyXformat2): Show an error message if there were unknown tokens.
670
671 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
672
673         * BufferView2.C:
674         * BufferView_pimpl.C:
675         * buffer.C:
676         * paragraph.h:
677         * text.C: 
678         * text2.C: use par->isInset()
679          
680 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
681
682         * paragraph_pimpl.h:
683         * paragraph_pimpl.C: cleanup 
684          
685 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
686
687         * text2.C (removeRow): 
688         * text.C (setHeightOfRow): remove useless (and costly) call to
689         getRow. 
690
691 2001-11-20  Allan Rae  <rae@lyx.org>
692
693         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
694         Now need Inset*::checkInsertChar() to return true for appropriate
695         cases so that the characters in the minibuffer will actually be
696         inserted.
697
698 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
699
700         * text.C: change the order of the includes.
701         (workWidth): initialize it at once.
702         (workWidth): make maxw unsigned
703         (setHeightOfRow): remove unused variable (inset)
704         (selectSelectedWord): remove unused variable (inset)
705         (paintRowText): fix drawing of hfill characters, and clean up a bit.
706
707 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
708
709         * lyxserver.C (emergencyCleanup): do not try to close pipes if
710         server is not running.
711         (openConnection): 
712         (closeConnection): add debug info when server is disabled.
713
714         * ColorHandler.C (getGCForeground): send debug message to GUI
715         channel. 
716
717         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
718
719         * kbmap.C (bind): modify because return conventions of
720         kb_sequence::parse have changed.
721
722         * kbsequence.C (parse): only ignore spaces and not any stupid
723         control character. This avoids tests like s[i] <= ' ', which are
724         guaranteed to fail with 8bit characters and signed chars.
725         Change return code to string::npos when there have been no error
726         (0 was a bad idea when error is at first character)
727
728 2001-11-14  José Matos  <jamatos@fep.up.pt>
729
730         * buffer.h:
731         * buffer.C (simpleDocBookOnePar): removed unused argument.
732
733 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
734
735         * text.C (selectNextWordToSpellcheck): do not test explicitely for
736         insets which are part of a word. Paragraph::isLetter takes care of
737         that now. Use Paragraph::isInset to identify insets.
738         (selectSelectedWord): do not test for hyphenation break.
739
740         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
741         that protected spaces are considered as spaces.
742
743         * paragraph.C (isLetter): cleanup the code for ispell extras; use
744         Inset::isLetter. 
745
746 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
747
748         * lyxserver.h:
749         * lyxserver.C: fix it. and small cleanup.
750  
751 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
752
753         * BufferView_pimpl.C: use inline helpers
754  
755         * LaTeXFeatures.h: 
756         * LaTeXFeatures.C: fix typos
757
758         * Spacing.h:
759         * Spacing.C: move spacing_string into class 
760
761         * ToolbarDefaults.C: move stuff into namespace anon
762  
763         * layout.h: update enum
764
765         * lyxfunc.C: use better debug
766
767         * minibuffer.h: fix typo
768  
769         * debug.h:
770         * debug.C:
771         * WorkArea.C: add and use Debug::WORKAREA
772
773         * lyxtext.h:
774         * text.C: 
775         * text2.C: code re-organisation, inline helpers
776
777 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
778
779         * Layout.C: replaced a few cases of std::vector.size() == 0 with
780         std::vector.empty().
781
782 2001-11-09  Allan Rae  <rae@lyx.org>
783
784         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
785         '\n's after tables.  Tabular and ERT inset work now makes this no
786         longer necessary.
787
788 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
789
790         * minibuffer.h:
791         * minibuffer.C: fix crash, improve drop-down completion 
792  
793 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
794
795         * lyxserver.h:
796         * lyxserver.C: invalidate fd's when doing endPipe()
797  
798 2001-11-08  José Matos  <jamatos@fep.up.pt>
799
800         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
801         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
802
803         * paragraph.h:
804         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
805
806 2001-11-07  José Matos  <jamatos@fep.up.pt>
807
808         * buffer.h:
809         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
810         const qualifier.
811
812         * buffer.C (sgmlOpenTag):
813         * buffer.C (sgmlCloseTag): removed debug info.
814
815         * buffer.h (sgmlOpenTag):
816         * buffer.h (sgmlCloseTag): made public.
817
818 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
819
820         * buffer.C (saveParamsAsDefaults): 
821         * lyx_cb.C (MenuLayoutSave): remove
822
823         * LyXAction.C (init): 
824         * commandtags.h: 
825         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
826
827 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
828
829         * buffer.C (setPaperStuff): removed from here...
830
831         * bufferparams.C (setPaperStuff): ... and moved there.  
832
833 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
834
835         * minibuffer.h:
836         * minibuffer.C:
837         * XFormsView.C: add support for drop-down completion
838  
839 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
840
841         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
842         commands.
843
844 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
845
846         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
847         disabled. 
848
849 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
850
851         * lyx_main.C: change ref to known bugs
852  
853 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
854
855         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
856         to work around older babel problems.
857
858 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
859
860         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
861
862 2001-10-24  Juergen Vigna  <jug@sad.it>
863
864         * tabular-old.C (ReadOld): below variable changes reflected.
865
866         * tabular.[Ch]: added ltType struct for longtable header/footer
867         defines and changed all instances where they are used. Added
868         future support for double top/bottom rows.
869
870 2001-10-24  José Matos  <jamatos@fep.up.pt>
871
872         * buffer.h (docbookHandleCaption):
873         * buffer.C (docbookHandleCaption): removed unused function.
874         (makeDocBookFile): moved docbook supported version to v4.1.
875
876 2001-10-24  José Matos  <jamatos@fep.up.pt>
877
878         * tabular.h:
879         * tabular.C (docbookRow): new function to export docbook code of a row.
880         (DocBook): now honors the longtable flags.
881
882 2001-10-23  José Matos  <jamatos@fep.up.pt>
883
884         * LaTeXFeatures.h:
885         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
886         of the lyx defined sgml entities used in a docbook/linuxdoc document.
887
888         * buffer.C (makeLinuxDocFile):
889         (makeDocBookFile): reworked the preamble, more clean, and with
890         support for lyx defined entities. Changed the document declaration
891         to be more XML friendly.
892
893         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
894         if we need to output XML that should be done with a filter.
895         
896 2001-10-22  Juergen Vigna  <jug@sad.it>
897
898         * sp_pspell.h (class PSpell): add alive function needed in the
899         controller to see if the spellchecker could be started.
900
901 2001-10-22  Juergen Vigna  <jug@sad.it>
902
903         * buffer.C (insertStringAsLines): modify the font for inserting
904         chars in certain conditions by calling checkInsertChar(font).
905
906 2001-10-19  Juergen Vigna  <jug@sad.it>
907
908         * text.C (workWidth): use getRow instead of wrong algorithm.
909         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
910
911 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
912
913         * lyxserver.h:
914         * lyxserver.C:
915         * lyx_main.h:
916         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
917
918 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
919
920         * text.C (workWidth): do not search for the exact row when
921         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
922         optimization for big documents.
923
924 2001-10-18  Juergen Vigna  <jug@sad.it>
925
926         * text.C (workWidth): new function with added Inset * parameter.
927
928 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
929
930         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
931
932         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
933         change return type of getColumnNearX.
934         
935
936         * text.C (changeRegionCase): use uppercase/lowercase instead of
937         toupper/tolower. 
938         (leftMargin): 
939         (rightMargin): simplify code by factoring out the uses of
940         textclasslist.
941         (labelFill): 
942         (numberOfHfills): 
943         (setHeightOfRow): 
944         (appendParagraph): use Paragraph::size_type
945
946 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
947
948         * vspace.C (asLatexString): add a missing break
949
950 2001-10-15  Herbert Voss  <voss@perce.de>
951
952         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
953
954 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
955
956         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
957         is not available.
958
959 2001-10-10  André Pönitz <poenitz@gmx.net>
960
961         * lyxfunc.C: removed greek_kb_flag.
962
963 2001-10-10  Herbert Voss  <voss@perce.de>
964
965         * lyx_main.C: delete global string help_lyxdir.
966
967 2001-10-09  Herbert Voss  <voss@perce.de>
968
969         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
970
971         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
972
973         * lyx_main.C: added global string help_lyxdir.
974
975         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
976
977 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
978
979         * lyxrc.C (set_font_norm_type): support iso8859-4
980
981 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
982
983         * LaTeX.C (deplog): add another regex for MikTeX
984
985 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
986
987         * lyxrc.C (set_font_norm_type): support iso8859-3
988
989 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
990
991         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
992
993         * LaTeXFeatures.C: remove special case of french and index
994
995         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
996         before \begin{document}). This solves several incompatibilities.
997
998 2001-10-03  Garst Reese  <reese@isn.net>
999
1000         * lyx_cb.C: change CheckTex error msg.
1001
1002 2001-10-03  José Matos  <jamatos@fep.up.pt>
1003
1004         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
1005
1006 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1007
1008         * .cvsignore: update
1009
1010         * lyx_main.C (commandLineVersionInfo): use new style version info.
1011
1012         * buffer.C (writeFile):
1013         (makeLaTeXFile):
1014         (makeLinuxDocFile):
1015         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
1016
1017         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
1018
1019         * version.h: update to use stuff in version.C
1020
1021         * version.C.in: new file. Contains version information determined
1022         at compile time. This is a merging of version.h and
1023         version_info.h.in.
1024
1025 2001-10-03  Juergen Vigna  <jug@sad.it>
1026
1027         * BufferView_pimpl.C (update): don't change "dirty" status in
1028         updateInset call.
1029
1030 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
1031
1032         * WorkArea.C (c-tor): re-position version string slightly.
1033
1034 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
1035
1036         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
1037         revert to previous code.
1038
1039         WorkArea.[Ch]: (show, destroySplash): methods removed.
1040
1041         WorkArea.C: rework code so that it's an amalgam of the codes before and
1042         after the splash screen was moved to WorkArea.
1043
1044 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1045
1046         * lyxrc.C (read): 
1047         * vspace.C (inPixels): 
1048         (lyx_advance): 
1049         * kbmap.C (bind): 
1050         * buffer.C (insertStringAsLines): 
1051         (asciiParagraph): fix types to be large enough
1052
1053         * lyxlex_pimpl.h: change member status from short to int
1054
1055         * layout.h: fix type of endlabeltype
1056
1057         * kbmap.C (bind): 
1058         * kbsequence.C (parse): change return type to string::size_type
1059
1060         * LaTeX.C (updateBibtexDependencies): comment out unneeded
1061         variable
1062
1063         * Bullet.C (bulletSize): 
1064         (bulletEntry): do not use short ints as parameters
1065
1066         * BufferView2.C (insertLyXFile): change a char to an int.
1067
1068         * WorkArea.C (WorkArea): remove unneeded floats in computation
1069
1070 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1071
1072         * buffer.C (asciiParagraph): Treat '\\' as other chars.
1073
1074         * paragraph.C (asString): Do not ignore newline/hfill chars when
1075         copying to the clipboard.
1076
1077 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
1078
1079         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
1080         after a multi-line inset.
1081
1082 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
1083
1084         * paragraph.C (validate): Set NeedLyXFootnoteCode
1085
1086 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1087
1088         * lyxfont.C (LyXSizeNames): changed increase-error to increase
1089         and decrease-error to decrease.
1090
1091 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1092
1093         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
1094         it more readable (should be equivalent)
1095
1096 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1097
1098         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
1099
1100 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1101
1102         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
1103         of a cursor (row, etc.) after a character has been deleted
1104         (deleteEmptyParagraphMechanism): call the method above on _all_
1105         cursors held by the LyXText when a double space has been
1106         detected/deleted.
1107  
1108 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1109
1110         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
1111         pixmap.
1112         (resizeCurrentBuff): remove code to destroy the old splash dialog.
1113
1114         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
1115         background. Use greyOut() and the new show() methods to toggle between
1116         the foreground and background. Add code to remove the splash after
1117         its initial showing.
1118
1119         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
1120         (create_forms): no longer call Dialogs::showSplash.
1121
1122 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1123
1124         * .cvsignore: add version_info.h
1125
1126 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1127
1128         * version_info.h.in: new file
1129
1130         * Makefile.am: add version_info.h.in
1131
1132         * lyx_main.C (commandLineVersionInfo): use version_info defined in
1133         version_info.h instead of VERSION_INFO
1134
1135 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1136
1137         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
1138         The ERT inset now returns string().
1139
1140 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1141
1142         * lyxtext.h, text.C (selectNextWord): renamed as
1143         selectNextWordToSpellcheck.
1144
1145         * text.C (selectNextWordToSpellcheck): Modified to not select
1146         words inside an ERT inset.
1147
1148 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1149
1150         * lyx_cb.C (MenuLayoutSave): change a bit the question
1151
1152         * sp_base.h: include <sys/types.h>
1153
1154 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
1155
1156         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
1157
1158 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
1159
1160         * several files: fix typos in user-visible strings
1161
1162 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1163
1164         * text2.C (pasteSelection): do not set the selection, since it
1165         will be cleared later. Actually, the intent was to fix the way the
1166         selection was set, but I figured rmoving the code was just as good.
1167
1168 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
1169
1170         * FontLoader.C (available): Check if font is available without
1171         loading the font.
1172
1173 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1174
1175         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
1176
1177 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
1178
1179         * lyxrc.[Ch]: added display_graphics variable and associated code.
1180
1181 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1182
1183         * bufferparams.C (hasClassDefaults): new method. Returns true if
1184         the buffer parameters correspond to known class defaults
1185
1186 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
1187
1188         * XFormsView.C (show): set minimum size to the main window.
1189
1190 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1191
1192         * text2.C (copySelection): 
1193         (cutSelection): 
1194         * lyxfind.C (LyXReplace): 
1195         * BufferView_pimpl.C (Dispatch): pass the correct flag to
1196         LyXText::selectionAsString. 
1197
1198         * paragraph.C (asString): add "label" argument to the second form
1199
1200         * text2.C (selectionAsString): add "label" argument and pass it to
1201         Paragraph::asString. 
1202
1203 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1204
1205         * lyx_main.C (commandLineHelp): remove version information
1206
1207 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
1208
1209         * lyx_main.C: add -version commandline option
1210
1211 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1212
1213         * paragraph.h: make the optional constructor arg required instead.
1214         some modifications to other files because of this.
1215
1216         * minibuffer.C (C_MiniBuffer_peek_event): make it static
1217
1218         * lyxserver.C (C_LyXComm_callback): make it static
1219
1220         * lyx_main.C (error_handler): make it static
1221
1222         * lyx_gui.C (LyX_XErrHandler): make it static
1223
1224         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
1225
1226         * WorkArea.C: make the extern "C" methods static.
1227
1228         * Makefile.am (lyx_LDADD): simplify
1229
1230 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1231
1232         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
1233         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
1234
1235         * LyXAction.C (init):
1236         * lyxfunc.C (dispatch): associated code removal.
1237
1238 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1239
1240         * lyxfont.h (isSymbolFont): shut off warning
1241
1242         * text.C (setHeightOfRow):
1243         (getVisibleRow): fix crash with empty paragraphs which have a
1244         bottom line
1245
1246 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1247
1248         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
1249         code.
1250
1251 2001-09-04  José Matos  <jamatos@fep.up.pt>
1252         * buffer.C
1253         * buffer.h
1254         * tabular.C (docbook): rename docBook method to docbook.
1255
1256 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1257
1258         * Makefile.am: add dependencies to main.o.
1259
1260 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
1261
1262         * FontLoader.C (available): Return false if !lyxrc.use_gui
1263
1264 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
1265
1266         * FontInfo.C (query):
1267         * converter.C (view):
1268         * importer.C (Import):
1269         * exporter.C (Export): Can not -> cannot.
1270
1271 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
1272
1273         * BufferView_pimpl.C: allow to create index inset even if
1274           string is empty
1275  
1276 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1277
1278         * buffer.C (getLists): replace boost::tie code with an explicit pair
1279         as boost::tie can break some compilers.
1280
1281         * iterators.h: Added a std:: declaration to the return type of
1282         ParIterator::size.
1283
1284 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1285
1286         * lyxrc.C: add help for view_dvi_paper_option, default to safe
1287           case.
1288  
1289 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
1290
1291         * iterators.[Ch]: New files. Provide paragraph iterators.
1292
1293         * buffer.C (changeLanguage): Use paragraph iterators.
1294         (isMultiLingual): ditto 
1295
1296         * BufferView2.C (ChangeInsets): Use paragraph iterators.
1297
1298 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
1299
1300         * FontLoader.C: Support for cmr font.
1301
1302 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
1303
1304         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
1305         (available): New method.
1306
1307         * FontInfo.C (getFontname): Use scalable fonts even when
1308         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
1309         found.
1310
1311 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1312
1313         * converter.C (Formats::view): reverted! Incorrect fix.
1314
1315 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1316
1317         * converter.C (Formats::view): only output the -paper option
1318         if the dvi viewer is xdvi, thereby fixing bug #233429.
1319
1320 2001-08-23  Herbert Voss  <voss@perce>
1321
1322         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
1323
1324 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1325
1326         * Spacing.h (Spacing): Set space to Default on in the default
1327         constructor.
1328
1329 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1330
1331         * vc-backend.h (RCS::versionString): add RCS to version 
1332         (CVS::versionString): add CVS to version 
1333
1334         * vc-backend.C (scanMaster): do not add CVS to version.
1335         (scanMaster): do not add RCS to version
1336
1337         * lyxvc.C (versionString): new method
1338
1339         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
1340
1341 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1342
1343         * Spacing.C (set): initialize fval
1344
1345 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
1346
1347         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
1348         " or \.
1349
1350 2001-08-16  Juergen Vigna  <jug@sad.it>
1351
1352         * lyxfunc.C (dispatch): implemented the new FINISHED states.
1353
1354 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1355
1356         * BufferView_pimpl.C: 
1357         * figureForm.C:
1358         * lyxtext.h:
1359         * text2.C: setParagraph takes linespacing now
1360  
1361 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1362
1363         * LyxAction.C: add internal LFUN_CITATION_INSERT
1364
1365         * LyXView.C: actually apply fix
1366
1367         * bufferlist.C: fix open non-existent file
1368  
1369         * lyxfind.C: fix indentation
1370  
1371         * lyxfunc.C: remove unneeded assert, fix typo
1372  
1373 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1374
1375         * MenuBackend.C: use "Floatname List"
1376
1377 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
1378
1379         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
1380         when converting LaTeX layout to insetERT.
1381         Generate a non-collapsed float when reading old float
1382
1383 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1384
1385         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
1386         ERT insets.
1387
1388 2001-08-13  Juergen Vigna  <jug@sad.it>
1389
1390         * text.C (fill): return 0 instead of 20 as this seems to be the more
1391         correct value.
1392
1393 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1394
1395         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
1396         lyxrc.font_norm.
1397
1398 2001-08-13  Juergen Vigna  <jug@sad.it>
1399
1400         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
1401         casesensitive off.
1402         (SearchBackward): comment out the unlocking of the inset_owner this
1403         should not be needed!
1404
1405 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
1406
1407         * Many files: Remove inherit_language, and add latex_language
1408
1409         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
1410         collapsible insets.
1411
1412 2001-08-10  Juergen Vigna  <jug@sad.it>
1413
1414         * text.C (prepareToPrint): fixed hfill-width in draw!
1415
1416         * BufferView2.C (selectLastWord): save the selection cursor as this
1417         now is cleared in the function LyXText::clearSelection!
1418
1419 2001-08-08  Juergen Vigna  <jug@sad.it>
1420
1421         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
1422         BACKSPACE type functions.
1423
1424         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
1425         is only cutted from the document but not put in the cut-buffer, where
1426         still the old stuff should be.
1427
1428         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
1429
1430         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
1431
1432         * tabular.C (SetWidthOfCell): fixed special case where the width
1433         was not updated!
1434         (LeftLine): handle '|' in align_special.
1435         (RightLine): ditto
1436         (LeftAlreadyDrawed): ditto
1437         (SetWidthOfCell): ditto
1438
1439 2001-08-07  Juergen Vigna  <jug@sad.it>
1440
1441         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
1442
1443 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1444
1445         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
1446         * lyxlex.[hC]: ditto
1447
1448 2001-08-06  Juergen Vigna  <jug@sad.it>
1449
1450         * text.C (getVisibleRow): fix up row clearing a bit.
1451
1452 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1453
1454         * minibuffer.C: make sure the X server sees the changes in the input.
1455
1456 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1457
1458         * paragraph.C (getFont): split into...
1459         (getLabelFont): this
1460         (getLayoutFont): and this
1461         * paragraph_pimpl.C (realizeFont): calling this
1462
1463         * text2.C (getFont): split into...
1464         (getLayoutFont): this
1465         (getLabelFont): and this
1466         (realizeFont): all three calling this
1467
1468         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
1469         files where used.
1470
1471 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1472
1473         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
1474
1475 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
1476
1477         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
1478         layouts from the Quote inset insertion.
1479
1480 2001-08-03  Juergen Vigna  <jug@sad.it>
1481
1482         * BufferView_pimpl.C (update): do the fitCursor only at the end!
1483
1484         * screen.C (drawFromTo): don't call fitcursor here and do the loop
1485         only if status not is already CHANGED_IN_DRAW (second level).
1486
1487         * text.C (draw): don't set the need_break_row when inside an
1488         InsetText LyXText.
1489
1490 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1491
1492         * buffer.C (parseSingleLyXformat2Token): handle more latex
1493         conversion cases.
1494
1495         * bufferview_funcs.[hC]: change function names to
1496         begin with small char, adjust other files.
1497
1498 2001-08-02  André Pönitz <poenitz@gmx.net>
1499
1500         * lyxfunc.C:
1501         BufferView_pimpl.C: remove broken special code for math-greek
1502
1503 2001-08-02  Juergen Vigna  <jug@sad.it>
1504
1505         * BufferView_pimpl.C (update): redone this function so that we
1506         update the text again if there was a CHANGE_IN_DRAW.
1507
1508         * screen.C (cursorToggle): removed LyXText parameter and recoded.
1509         (drawFromTo): added a new internal bool which is used by draw() and
1510         redraw() function.
1511         (general): some cursor drawing problems fixed.
1512
1513 2001-08-01  Juergen Vigna  <jug@sad.it>
1514
1515         * lyxfind.C (LyXFind): fixed
1516         (SearchForward): ditto
1517         (SearchBackward): ditto
1518
1519         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
1520         spurius drawing of the cursor in the main area.
1521
1522         * text2.C (status): small fix which could lead to a segfault!
1523         (clearSelection): remove unneeded BufferView param.
1524
1525 2001-08-01  André Pönitz <poenitz@gmx.net>
1526
1527         * lyxfunc.C: small change due to changed mathed interface
1528
1529 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1530
1531         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
1532
1533 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1534  
1535         * lyxfunc.c: fail gracefully if file doesn't exist 
1536  
1537         * LyXSendto.C:
1538         * buffer.C:
1539         * lyxfunc.C:
1540         * BufferView_pimpl.C: IsDirWriteable() proto changed 
1541  
1542         * LyXView.C: fix updateWindowTitle() to store the last title
1543
1544 2001-07-31  Juergen Vigna  <jug@sad.it>
1545
1546         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
1547         the font (wrong since using of Paragraph::highestFontInRange).
1548
1549         * paragraph.C (highestFontInRange): added a default_size parameter.
1550
1551         * text.C (getVisibleRow): minor clear row changes (still not perfect).
1552         (setHeightOfRow): reformat
1553
1554 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1555
1556         * converter.[hC] + affected files: move to (inital-char)lowercase
1557         function names.
1558
1559         * ParagraphParameters.C (ParagraphParameters): remove commented code
1560
1561         * PainterBase.[Ch]: remove commented code
1562
1563         * LaTeXFeatures.h: add "bool floats" for float.sty
1564
1565         * LaTeXFeatures.C (LaTeXFeatures): init floats
1566         (require): handle float
1567         (getPackages): do it with floats
1568
1569 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1570
1571         * BufferView_pimpl.C (Dispatch): improve handling of
1572         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
1573
1574         * commandtags.h: #include lyxfont.h here temporarily to avoid
1575         keybinding bug.
1576
1577         * bufferlist.h: include LString.h here.
1578
1579 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1580
1581         * text2.C (getStringToIndex): new method.
1582
1583 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1584
1585         * *: Reduced header file dependencies all over.
1586
1587 2001-07-30  Baruch Even  <baruch@lyx.org>
1588
1589         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
1590
1591 2001-07-29  Baruch Even  <baruch@lyx.org>
1592
1593         * buffer.C (readInset): Changed GRAPHICS to Graphics.
1594
1595 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1596
1597         * ParameterStruct.h (endif): add a default constructor to make
1598         sure that all variables is initialized.
1599
1600         * ParagraphParameters.C (ParagraphParameters): adjust
1601
1602 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1603
1604         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
1605         index; also, check that there is something to index, and that it
1606         does not span over several paragraphs.
1607         (doubleClick): use WHOLE_WORD_STRICT for double click.
1608
1609         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
1610
1611         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
1612         scheme.
1613
1614 2001-07-26  Baruch Even  <baruch@lyx.org>
1615
1616         * buffer.C (readInset): Changed to call up InsetGraphics when reading
1617         an InsetFig figure, backwards compatible reading of old figure code.
1618
1619 2001-07-27  Juergen Vigna  <jug@sad.it>
1620
1621         * text2.C: font.realize function adaption.
1622
1623         * text.C (draw): add a warnings lyxerr text if needed.
1624
1625         * layout.C: font.realize function adaption.
1626
1627         * language.C: add inherit_language and implement it's handlings
1628
1629         * bufferview_funcs.C (StyleReset): remove language parameter from
1630         font creation (should be language_inherit now).
1631
1632         * bufferparams.C (writeFile): handle ignore_language.
1633
1634         * paragraph.C (getFontSettings): the language has to be resolved
1635         otherwise we have problems in LyXFont!
1636
1637         * lyxfont.C (lyxWriteChanges): added document_language parameter
1638         (update): removed unneeded language parameter
1639
1640         * paragraph.C (validate): fixed wrong output of color-package when
1641         using interface colors for certain fonts in certain environments,
1642         which should not seen as that on the final output.
1643
1644 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1645
1646         * BufferView_pimpl.C:
1647         * Thesaurus.h:
1648         * Thesaurus.C:
1649         * Makefile.am:
1650         * commandtags.h:
1651         * LyXAction.C: add thesaurus support
1652
1653         * lyxfind.h:
1654         * lyxfind.C: add "once" parameter, for thesaurus, to not
1655           move to the next match
1656   
1657 2001-07-26  Juergen Vigna  <jug@sad.it>
1658
1659         * lyxfont.C (realize): honor ignore_language too!
1660         (resolved): ditto.
1661
1662         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
1663
1664         * text.C (draw): one place more for ignore_language to not draw
1665         itself!
1666
1667 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
1668
1669         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
1670
1671 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1672
1673         * buffer.C (parseSingleLyXformat2Token): a more general fix for
1674         the minipage conversion problem.
1675
1676 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1677
1678         * buffer.C (parseSingleLyXformat2Token): check minipage if we
1679         insert an inset.
1680
1681 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1682
1683         * BufferView.h: don't forward declare WorkArea
1684
1685         * BufferView.C: don't include WorkArea.h
1686
1687 2001-07-25  André Pönitz <poenitz@gmx.net>
1688
1689         * commandtags.h:
1690         * LyXAction.C:
1691         * lyxfunc.C:  new LFUN 'math-space'
1692
1693         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
1694
1695 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1696
1697         * text2.C (toggleInset): call open/close
1698
1699 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1700
1701         * lyxfunc.C (dispatch): add debug for the disabled case
1702
1703         * font.C (buttonText): make similar to rectText
1704
1705         * buffer.C (readInset): comment out parsing of insetlist and
1706         insttheorem 
1707
1708         * PainterBase.C (rectText): small correction
1709
1710         * BufferView_pimpl.C: comment out insettheorem and insetlist
1711         * LyXAction.C: ditto
1712         * commandtags.h: ditto
1713
1714 2001-07-24  Juergen Vigna  <jug@sad.it>
1715
1716         * text.C (draw): honor the ignore_language.
1717
1718         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
1719
1720 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1721
1722         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
1723         char inset.
1724
1725 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1726
1727         * lyxtext.h: remove unused (and unimplemented) methods
1728
1729 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1730
1731         * text.C (getVisibleRow): honor background color
1732
1733         * PainterBase.h:
1734         * Painter.h: remove default color argument for fillRectangle
1735
1736         * text.C (backgroundColor): new method
1737
1738 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1739
1740         * text.C (getVisibleRow): adjust
1741
1742         * font.[Ch] (rectText): new method, metrics
1743         (buttonText): new method, metrics
1744
1745         * PainterBase.[hC]: make rectText and buttonText always draw and take
1746         fewer paramteres.
1747
1748 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1749
1750         * ToolbarDefaults.C (read): 
1751         * MenuBackend.C (read): allow escaping in all strings
1752
1753         * BufferView_pimpl.C (insertAndEditInset): new method.
1754         (Dispatch): use insertAndEditInset whenever appropriate.
1755
1756         * BufferView_pimpl.C (insertNote): removed
1757
1758         * BufferView_pimpl.C (smartQuote): new method, moved from
1759         BufferView; if an insetquote cannot be inserted, insert a '"'
1760         character instead.
1761
1762         * BufferView2.C: remove insertCorrectQuote();
1763
1764         * lyxfunc.C (getStatus): Add support for all remaingin
1765         inset-insert lfuns.
1766
1767         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
1768
1769         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
1770         command (necessary to pass " as parameter of self-insert.
1771
1772         * text.C (selectWordWhenUnderCursor):
1773         (selectWord): add word_location parameter
1774         (selectWordWhenUnderCursor): same + remove special code for word
1775         boundary.
1776         (selectNextWord): use kind() to guess type of insetspecialchar,
1777         not latex().
1778         
1779         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
1780         (insertErtContents): create ert insets as collapsed.
1781         (readInset): better compatibility code for Info inset.
1782
1783 2001-07-20  Juergen Vigna  <jug@sad.it>
1784
1785         * lyxfunc.C (dispatch): use always LyXFind now!
1786
1787         * text2.C (init): add a reinit flag so that the LyXText can be
1788         reinited instead of deleted and reallocated (used in InsetText).
1789
1790         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
1791
1792         * text.C: ditto
1793
1794         * text2.C: ditto
1795
1796 2001-07-18  Juergen Vigna  <jug@sad.it>
1797
1798         * text.C (selectNextWord): handle insets inside inset by calling
1799         always the bv->text functions so that we can go up the_locking_inset!
1800
1801         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
1802         in strange locations when inside an inset!
1803
1804         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
1805         handling to include insets.
1806
1807         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
1808
1809 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1810
1811         * LyXAction.C (init): 
1812         * commandtags.h: 
1813         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
1814         LIGATURE_BREAK, since the name is so stupid.
1815
1816 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1817
1818         * buffer.C (readInset): enable reading of new InsetNotes as well as old
1819         InsetInfos.
1820
1821         * FontLoader.C: remove FORMS_H_LOCATION cruft.
1822
1823         * sp_form.[Ch]: remove.
1824
1825         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
1826
1827         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
1828         InsetInfo.
1829
1830         * src/buffer.C (readInset): ditto.
1831
1832 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1833
1834         * BufferView_pimpl.C (specialChar): new method. Obsoletes
1835         menuSeparator(), endOfSentenceDot(), ldots() and
1836         hyphenationPoint(), which are therefore removed.
1837         (Dispatch): handle LFUN_HYPHENATION_BREAK.
1838
1839         * LyXAction.C (init): 
1840         * commandtags.h: add LFUN_HYPHENATION_BREAK.
1841
1842         * paragraph.C (getWord): removed.
1843
1844         * BufferView_pimpl.C (Dispatch): use last word or selection for
1845         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
1846
1847         * lyx_main.C (queryUserLyXDir): do not ask before creating
1848         user_dir, except if it has been named explicitely.
1849
1850 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1851
1852         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
1853         a document of zero size.
1854
1855 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1856
1857         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
1858         approriately in the c-tor and in require().
1859         (getPackages): output the appropriate LaTeX for natbib support.
1860
1861         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
1862         variables "use_natbib" and "use_numerical_citations" when reading the
1863         LyX file.
1864         (readInset): read the various natbib cite commands.
1865         (validate): white-space change.
1866
1867         * bufferparams.[Ch]: new variables "bool use_natbib" and
1868         "bool use_numerical_citations".
1869         (writeFile): output them in the LyX file.
1870
1871 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1872
1873         * lyxfunc.C (getStatus): add support for all the inset insertion
1874         commands.
1875
1876         * text2.C (insertInset): 
1877         * paragraph.C (insetAllowed): 
1878         * BufferView_pimpl.C (insertInset): update to take in account the
1879         renaming of insertInsetAllowed
1880
1881         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
1882
1883         * text2.C (getInset): new method. returns inset at cursor position. 
1884
1885         * BufferView_pimpl.C (Dispatch): changes because of this.
1886
1887         * LyXAction.C (init): rename open-stuff to inset-toggle.
1888
1889         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
1890
1891         * text2.C (toggleInset): renamed from openStuff; use
1892         Inset::open().
1893
1894 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1895
1896         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
1897
1898         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
1899
1900 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
1901
1902         * buffer.C (readLyXformat2): Add filename to the error dialog
1903
1904 2001-07-18  Juergen Vigna  <jug@sad.it>
1905
1906         * tabular.C (GetCellNumber): put an assert here instead of the check!
1907
1908 2001-07-17  Juergen Vigna  <jug@sad.it>
1909
1910         * BufferView_pimpl.C (toggleSelection): adapted too.
1911
1912         * text.C (selectNextWord): adapted for use with insets.
1913         (selectSelectedWord): ditto
1914
1915 2001-07-17  Juergen Vigna  <jug@sad.it>
1916
1917         * sp_spell.C (PSpell): fix initialitation order.
1918
1919 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1920
1921         * paragraph.C: spacing
1922
1923 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1924
1925         * sp_spell.C: repair language selection for pspell
1926
1927 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1928
1929         * lyxfunc.h: change more methods to begin with lower char.
1930
1931 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
1932
1933         * buffer.C (parseSingleLyXformat2Token): Generate error insets
1934         for unknown layouts.
1935
1936 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
1937
1938         * buffer.C (readLyXformat2): Generate an error dialog if there are
1939         unknown layouts.
1940
1941 2001-07-16  Juergen Vigna  <jug@sad.it>
1942
1943         * sp_spell.C: always compile ISpell part.
1944
1945         * lyxrc.C: added use_pspell entry and it's handling.
1946
1947 2001-07-13  Juergen Vigna  <jug@sad.it>
1948
1949         * sp_spell.C: removed double includes.
1950
1951 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1952
1953         Consistent use of Lsstream.h:
1954         * Lsstream.h: added using std::stringstream for consistencies sake.
1955
1956         * buffer.C: removed using std::stringstream
1957
1958         * lyxfont.C (stateText):
1959         * paragraph.C (asString):
1960         * text.C (selectNextWord, selectSelectedWord):
1961         * text2.C (setCounter):
1962         * vspace.C (asString, asLatexString):
1963         std::ostringstream -> ostringstream.
1964
1965 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1966
1967         * LyXAction.C: add LFUN_HELP_ABOUTLYX
1968         * commandtags.h: add LFUN_HELP_ABOUTLYX
1969         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
1970
1971 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1972
1973         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
1974         cursorToggle()
1975         * lyx_gui_misc.C: remove spellchecker
1976         * lyxfunc.C: showSpellchecker
1977         * sp_base.h: added
1978         * sp_ispell.h: added
1979         * sp_pspell.h: added
1980         * sp_spell.C: added
1981         * sp_form.[Ch]: removed
1982         * spellchecker.[Ch]: removed
1983
1984 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
1985
1986         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
1987         is set.
1988         (simpleTeXSpecialChars): Simply print the input character without
1989         any special translation if pass_thru is set.
1990
1991         * layout.h: Added bool pass_thru to layout class for being able to
1992         implement pass through of a paragraph for Literate Programming.
1993         
1994         * layout.C: add LT_PASS_THRU to LayoutTags enum.
1995         * layout.C (LyXLayout): set pass_thru to flase in constructor.
1996         * layout.C (Read): add "passthru" to list of layout tags and add
1997         code to set the pass_thru boolean when it is read.
1998
1999 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2000
2001         * trans_decl.h: remove allowed from KmodInfo
2002
2003         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
2004         remove allowed code 
2005         (Load): adjust
2006
2007         * paragraph_pimpl.C (erase): use boost::prior
2008
2009         * Painter.C (text): use data() instead of c_str() when length is
2010         also provided.
2011         * WorkArea.C (putClipboard): ditto
2012         * font.h (width): ditto
2013
2014         * BufferView2.C: use it-> instead of (*it). for iterators
2015         * texrow.C: ditto
2016         * paragraph_pimpl.C: ditto
2017         * paragraph.C: ditto
2018         * minibuffer.C: ditto
2019         * language.C: ditto
2020         * kbmap.C: ditto
2021         * encoding.C: ditto
2022         * counters.C: ditto
2023         * converter.C: ditto
2024         * chset.C: ditto
2025         * Variables.C: ditto
2026         * TextCache.C: ditto
2027         * MenuBackend.C: ditto
2028         * LyXAction.C: ditto
2029         * LColor.C: ditto
2030         * FloatList.C: ditto
2031         * DepTable.C: ditto
2032         * ColorHandler.C (LyXColorHandler): ditto
2033
2034 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2035
2036         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
2037
2038         * text2.C (openStuff): reintroduce this method (which had been
2039         nuked in NEW_INSETS frenzy).
2040
2041         * lyxfunc.C (Dispatch): when an action has not been handled, use
2042         its name in the error message, not its number.
2043
2044         * paragraph.C (inInset): change method name to begin with lowercase.
2045
2046         * undo_funcs.C:
2047         * text2.C: updates because of this.
2048
2049 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2050
2051         * ToolbarDefaults.C (add): add spaces in error message
2052
2053 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2054
2055         * buffer.C (readLyXformat2): initialize the ert comp. variables.
2056         (readLyXformat2): rename return_par to first_par, use lyxlex's
2057         pushToken and remove the manual push handling.
2058         (parseSingleLyXformat2Token): add another ert comp. variable:
2059         in_tabular, rename return_par to first_par. handle newlines better
2060
2061 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2062
2063         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
2064
2065 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2066
2067         * text2.C (getParFromID): removed
2068
2069         * buffer.C (getParFromID): new method moved form lyxtext.
2070         * BufferView2.C (insertErrors): adjust
2071         (setCursorFromRow): adjust
2072         * BufferView_pimpl.C (restorePosition): adjust
2073         * lyxfunc.C (Dispatch): adjust
2074         * undo_funcs.C (textUndo): adjust
2075         (textRedo): adjust
2076         (textHandleUndo): adjust
2077         (textHandleUndo): adjust
2078
2079 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2080
2081         * buffer.C: up' the LYX_FORMAT
2082
2083         * lyxfont.h: turn NO_LATEX on as default
2084
2085         * buffer.C (insertErtContents): new methods of tex style compability.
2086         (parseSingleLyXformat2Token): use it several places.
2087         * tabular.C (OldFormatRead): and here
2088
2089 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2090
2091         * text2.C: remove some commented code.
2092         reindent file.
2093
2094         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
2095         * trans.C: changes because of the above.
2096
2097 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
2098
2099         * text2.C (setCounter): Fix counters bug with bibliography layout.
2100
2101 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2102
2103         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
2104         own member functions
2105         (simpleTeXSpecialChars): ditto
2106
2107 2001-07-06  Juergen Vigna  <jug@sad.it>
2108
2109         * a lot of files: changed the access to LyXText::status and the
2110         call of undo-functions.
2111         
2112         * undo.[Ch]: added a inset_id to the undo informations.
2113
2114         * undo_funcs.[Ch]: added and moved here all undo functions.
2115
2116         * lyxtext.h: give the status enum a weight, made status_ a private
2117         variable and made accessor functions for it, removed the whole bunch
2118         of undo-functions as they are now in their own file, make some
2119         functions publically available. Added function ownerParagraph with
2120         int parameter.
2121
2122         * paragraph.[Ch]: added "bool same_ids" to the constructor,
2123         made InInset() a const function, added getParFromID() function.
2124
2125         * buffer.[Ch]: added const version for inset_iterator functions,
2126         added getInsetFromID() function.
2127
2128         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
2129         changed undo functions for new version.
2130
2131 2001-07-05  Juergen Vigna  <jug@sad.it>
2132
2133         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
2134         unknow mechanism does not call the proper constructor but only this
2135         one also if I request the other!?
2136
2137 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2138
2139         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
2140
2141         * text2.C (LyXText): use initialization lists.
2142
2143         * lyxtext.h (Selection): initialize set_ and mark_
2144         (init): remove method
2145
2146 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
2147
2148         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
2149
2150 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2151
2152         * screen.[Ch]: change method names to begin with lowercase 
2153
2154         * BufferView_pimpl.C (updateScrollbar): simplify further and
2155         hopefully make it a bit faster.
2156
2157 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2158
2159         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
2160         calling directly xforms functions.
2161
2162         * Painter.C (Painter): 
2163         * lyx_cb.C (MenuWrite): 
2164         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
2165         fl_display.
2166
2167         * lyx_gui.C: remove bogus guiruntime extern declaration.
2168
2169 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2170
2171         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
2172         in NEW_INSETS
2173         (redoDrawingOfParagraph): ditto
2174         (redoParagraphs): ditto
2175         (cutSelection): don't create a object for CutAndPaste use the
2176         static method directly
2177         (pasteSelection): ditto
2178
2179         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
2180         LyXview (+ rename)
2181
2182 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2183
2184         * modifications to some other files because of this.
2185         
2186         * Makefile.am (lyx_SOURCES): add XFormsView
2187
2188         * XFormsView.[Ch]: new files
2189
2190         * LyXView.[Ch]: make LyXView a base class for the gui handling for
2191         the main window. Move the gui dependent stuff to XFormsView
2192
2193 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2194
2195         * tabular.C (GetCellInset): update cur_cell also in the row/col
2196         version of this function.
2197
2198         * lyxfunc.C: no need to include figure_form.h here.
2199
2200         * FontLoader.h: 
2201         * lyxfunc.h: 
2202         * lyxscreen.h: 
2203         * text2.C: 
2204         * lyxvc.C: no need to include forms.h here.
2205
2206 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2207
2208         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
2209
2210         * lyxfunc.C (Dispatch): 
2211         * Spacing.C (set): 
2212         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
2213         constructor argument.
2214
2215 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2216
2217         * paragraph.C (Paragraph): dont't clear, and just set layout.
2218         (makeSameLayout): use params's copy contructor.
2219
2220         * ParagraphParameters.[Ch] (makeSame): delete method
2221
2222 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
2223
2224         * Variables.[Ch]: fix indentation, rename set to isSet
2225
2226 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2227
2228         * lyxfunc.C (Dispatch): fix typo
2229
2230 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2231
2232         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
2233         upper_bound. 
2234
2235         * bufferlist.C: include assert.h for emergencyWrite().
2236
2237 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2238
2239         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
2240           give up at last (bug #425202) !
2241  
2242 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
2243
2244         * lyx_gui_misc.C:
2245         * sp_form.h:
2246         * sp_form.C:
2247         * spellchecker.h:
2248         * spellchecker.C: strip spellchecker options and bring up
2249           preferences tab instead
2250          
2251 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2252
2253         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
2254         the istringstream constructor
2255
2256 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2257
2258         * paragraph.C (getLayout): fix return value
2259
2260         * paragraph.h: do not declare getLayout as inline.
2261
2262         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
2263
2264 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2265
2266         * lyxcursor.h (operator<): new func
2267         (operator>): new func
2268         (operator>=): new func
2269         (operator<=): new func
2270
2271         * text.C (changeCase): use selection.start and selection.end
2272         (changeRegionCase): require from to be <= to. Require par to be a
2273         valid paragraph.
2274
2275         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
2276
2277 2001-06-27  Juergen Vigna  <jug@sad.it>
2278
2279         * text.C (cursorLeftOneWord): changed to return the cursor and added
2280         overlay with BufferView * parameter which calls this one.
2281         (getWord): added
2282         (selectWord): use new getWord function.
2283         (changeCase): renamed from changeWordCase as and extended to work
2284         also on selections.
2285
2286         * lyxtext.h: added enum word_location
2287
2288         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
2289         changeCase as this operates now also on selections.
2290
2291 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
2292
2293         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
2294
2295         * many files: send debug output to Debug::INFO instead of
2296         Debug::ANY. 
2297
2298         * converter.C (View): 
2299         (Convert): 
2300         (Move): send debug output to Debug::FILES instead of console.
2301
2302 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
2303
2304         * lyxfunc.C (getStatus): use func_status
2305
2306         * func_status.h: new header, describing the results of
2307         LyXFunc::getStatus;
2308
2309         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
2310         LFUN_MATH_HALIGN.
2311
2312 2001-06-25  The LyX Project  <jug@sad.it>
2313
2314         * buffer.C (sgmlOpenTag):
2315         (sgmlCloseTag):
2316         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
2317
2318 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2319
2320         * text2.C: remove some dead code
2321
2322         * tabular.C (GetCellInset): store the last cell checked (gotten)
2323
2324         * tabular.h: add the helper for the speedup
2325
2326         * lyxtext.h: remove some dead code
2327
2328 2001-06-26  The LyX Project  <Asger>
2329
2330         * paragraph.C: Change export to LaTeX of alignment to
2331         \begin{center} and family for better roundtrip work with reLyX.
2332
2333         * Tune the math drawing a bit.
2334
2335 2001-06-25  The LyX Project  <Asger>
2336
2337         * LColor.C (LColor): New color for math background. New color
2338         for buttons.
2339
2340 2001-06-25  The LyX Project  <jug@sad.it>
2341
2342         * lyxfunc.C (MenuNew): remove extra check for .lyx file
2343
2344         * lyxfunc.C (Open): 
2345         * bufferlist.C (newFile): do not restrict to files ending with
2346         .lyx
2347
2348         * BufferView_pimpl.C (MenuInsertLyXFile): 
2349
2350 2001-06-24  The LyX Project  <jug@sad.it>
2351
2352         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
2353         of compare_no_case
2354
2355 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2356
2357         * lyxtext.h: rename most methods to begin with a small char.
2358         Lots of changes because of this.
2359
2360         * paragraph.C (Paragraph): do not call fitToSize
2361         (erase): call Pimpl::erase
2362         (insertChar): call Pimpl::insertChar
2363         (insertInset): call Pipl::insertInset
2364         (breakParagraph): do not call fitToSize
2365         (breakParagraphConservative): do not call fitToSize
2366         (fitToSize): remove method
2367
2368         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
2369
2370 2001-06-24  The LyX Project  <Asger>
2371
2372         * Fix Qt compilation^2
2373
2374 2001-06-24  The LyX Project  <jug@sad.it>
2375
2376         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
2377         depthHook(getDepth()-1).
2378
2379         * paragraph.h: 
2380         * ParagraphParameters.h: 
2381         * ParameterStruct.h: change type of depth to unsigned int ==
2382         depth_type. Many adaptations to other files before of that.
2383
2384 2001-06-24  The LyX Project  <Asger>
2385
2386         * Fix Qt compilation.
2387
2388 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2389
2390         * paragraph.h: renamed several methods to begin with small letter.
2391         several changes to many parts of the code because of this.
2392
2393 2001-06-23  The LyX Project  <jug@sad.it>
2394
2395         * text2.C (InsertStringAsLines): renamed from InsertStringA;
2396         rewritten to discard all double spaces when KeepEmpty is off
2397         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
2398         to only handle newlines but not fiddle with spaces and friends.
2399
2400         * lyxfunc.C (MenuNew): when doing 'new from template', use
2401         template_path as default directory
2402
2403 2001-06-23  The LyX Project  <Asger>
2404
2405         * Clean-up of header file includes all over
2406         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
2407         
2408 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2409
2410         * paragraph.h: renamed from lyxparagraph.h
2411
2412 2001-06-23  Asger  <lyx@violet.home.sad.it>
2413
2414         * Buffer.h: Removed Buffer::resize
2415         * BufferList.h: Removed BufferList::resize
2416         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
2417         the document lazily when we change the width, or the font settings.
2418
2419 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2420
2421         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
2422
2423 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2424
2425         * buffer.h: remove out of date comment
2426
2427 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2428
2429         * lyxscreen.h:
2430         * screen.C: fix "theoretical" GC leak
2431  
2432 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2433
2434         * LaTeX.C (scanAuxFile):
2435         (deplog): remove trailing \r when reading stream (useful under
2436         win32)  
2437
2438 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2439
2440         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
2441         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
2442         and BufferView::theLockingInset(Inset*), so should use them and not
2443         access bv_->text->the_locking_inset directly.
2444
2445         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
2446
2447 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2448
2449         * Makefile.am:
2450         * tex-defs.h: remove old unused file
2451          
2452 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
2453
2454         * BufferView_pimpl.C: fix typo, remove minibuffer message
2455           when buffer has loaded
2456
2457 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2458
2459         * lyxfunc.C (Dispatch): use stringstream
2460         (MenuNew): use stringstream
2461         (Open): use stringstream
2462
2463         * importer.C (Import): use stringstream
2464
2465         * bufferview_funcs.C (CurrentState): use stringstream
2466
2467         * LaTeX.C (run): use stringstream
2468
2469         * BufferView_pimpl.C (savePosition): use stringstream
2470         (restorePosition): use stringstream
2471         (MenuInsertLyXFile): use stringstream
2472
2473 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
2474
2475         * BufferView.C:
2476         * Bullet.C:
2477         * ColorHandler.C:
2478         * FontInfo.C:
2479         * FontLoader.C:
2480         * LColor.C:
2481         * LaTeXFeatures.C:
2482         * Painter.C:
2483         * gettext.C:
2484         * lyx_gui_misc.C:
2485         * lyxserver.C:
2486         * vspace.C: removed // -*- C++ -*- as first line.
2487
2488         * lyxfind.h:
2489         * version.h: added // -*- C++ -*- as first line.
2490
2491 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2492
2493         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
2494
2495         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
2496         of string
2497
2498 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2499
2500         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
2501         of floats.
2502
2503 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2504
2505         * gettext.C: include LString.h even when --disable-nls is on. 
2506
2507 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2508
2509         * converter.h (Get): changed argument type from int to
2510         FormatList::size_type to avoid unnecessary conversion.
2511
2512         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
2513         before using it.
2514
2515 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2516
2517         * gettext.h: include LString.h even when --disable-nls is on. 
2518
2519 2001-06-07  Juergen Vigna  <jug@sad.it>
2520
2521         * text.C (BreakAgain): subst spaces with tabs.
2522
2523         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
2524         (resizeInsetsLyXText): set force on resizeLyXText.
2525
2526 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2527
2528         * gettext.h (gettext_init): 
2529         (locale_init): use a real definition instead of a macro
2530
2531 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2532
2533         * Bufferview_pimpl.C:
2534         * LColor.h:
2535         * LColor.C: further lcolor tidies
2536
2537 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2538
2539         * BufferView_pimpl.C (updateScrollbar): simplify.
2540
2541         * BufferView2.C: don't include insets/insetinfo.h, change
2542         prototype for insertInset and call the Pimpl version. let
2543         updateInset call Pimpl version.
2544
2545         * BufferView.h: move inset_slept to BufferView::Pimpl, move
2546         gotoInset to BufferView::Pimpl
2547
2548 2001-06-01  Juergen Vigna  <jug@sad.it>
2549
2550         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
2551         inside a LockingInset (is the update needed at all?).
2552
2553 2001-05-31  Juergen Vigna  <jug@sad.it>
2554
2555         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
2556         here not the old one otherwise how should we compare it afterwards
2557         if it's the same!
2558
2559 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2560
2561         * lyxfont.C: 
2562         * tabular.C:
2563         * tabular-old.C: 
2564         * FontInfo.C: bring C functions into global namespace when
2565         necessary
2566
2567 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2568
2569         * LString.h: make sure config.h has been loaded before LString.h.
2570
2571         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
2572         (one for each char read by EatLine!).
2573
2574         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
2575         variables. 
2576
2577 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2578
2579         * paragraph.C (BreakParagraph): set the inset_owner in the new par
2580         to the same as the par we break from
2581
2582 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2583
2584         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
2585
2586         * MenuBackend.C (expand): also create menu entries for wide
2587         versions of the floats.
2588
2589         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
2590
2591         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
2592
2593         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
2594         frontends/Makefile.am
2595
2596         * text2.C: adjust
2597         * text.C: adjust
2598         
2599
2600         * tabular.C (getTokenValue): add std::
2601
2602         * tabular-old.C (getTokenValue): add std::
2603         (getTokenValue): ditto
2604         (getTokenValue): ditto
2605
2606         * screen.C (ToggleSelection): adjust
2607
2608         * lyxtext.h: put selection cursors inside a Selection struct.
2609
2610         * lyxfunc.C (moveCursorUpdate): adjust
2611
2612         * lyxfont.C (latexWriteStartChanges): add std::
2613
2614         * lyxfind.C: adjust
2615
2616         * font.h: delete with(char const *, LyXFont const &)
2617
2618         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
2619
2620         * FontInfo.C (getFontname): add std::
2621
2622         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2623         (workAreaButtonPress): adjust
2624         (tripleClick): adjust
2625         (update): adjust
2626         (moveCursorUpdate): adjust
2627         (Dispatch): adjust
2628
2629         * BufferView2.C (gotoInset): adjust
2630
2631 2001-05-30  Juergen Vigna  <jug@sad.it>
2632
2633         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
2634         to check pspell I add this as default as I now have new pspell
2635         libraries and they seem to use this.
2636
2637 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2638
2639         * text2.C (CutSelection): make the cursor valid before the call to
2640         ClearSelection.
2641
2642 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2643
2644         * kbsequence.C (parse): de-uglify a bit the parsing code, which
2645         relied on 0 terminated strings and other horrors. Bug found due to
2646         the new assert in lyxstring!
2647
2648         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
2649         KP_ keys.
2650
2651 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2652
2653         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
2654         to latinkeys.bind.
2655
2656         * lyxfunc.C (processKeySym): change method of getting to the
2657         self-insert char.
2658
2659         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
2660         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
2661         * BufferView_pimpl.[Ch]: here as private methods.
2662
2663 2001-05-28  Juergen Vigna  <jug@sad.it>
2664
2665         * text.C (SetHeightOfRow): added the update() call again as it is
2666         needed to initialize inset dimensions!
2667
2668 2001-05-16  Juergen Vigna  <jug@sad.it>
2669
2670         * text2.C (SetCharFont): Add new function with BufferView * and
2671         bool toggleall parameters for setting insets internal fonts.
2672         (SetFont): Freeze the undo as we may change fonts in Insets and
2673         all this change should be inside only one Undo!
2674
2675         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
2676         setting font's in insets as for them we have the SetFont function!
2677
2678 2001-05-15  Juergen Vigna  <jug@sad.it>
2679
2680         * text2.C (ClearSelection): to be sure we REALLY don't have any
2681         selection anymore!
2682
2683         * tabular.C (TeXCellPreamble): fixed the left border problem for
2684         multicolumn cells.
2685
2686 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
2687
2688         * LaTeX.C (deplog): Make sure that the main .tex file is in the
2689         dependancy file
2690
2691 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2692
2693         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
2694         LFUN_BREAKPARAGRAPH.
2695
2696         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
2697         help test to "internal only", similar for LFUN_INSERT_URL
2698
2699         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
2700         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
2701         auto_region_delete and deadkeys. 
2702
2703 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
2704
2705         * LColor.h:
2706         * LColor.C: remove some dead entries, tidy a little
2707  
2708 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2709
2710         * lyxfunc.C (processKeySym): comment the Escape handling, remove
2711         commented code.
2712         (Dispatch): implement LFUN_ESCAPE
2713
2714         * commandtags.h: add LFUN_ESCAPE
2715
2716         * LyXAction.C (init): add entry for LFUN_ESCAPE
2717
2718         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
2719         Remove commented code.
2720         (insertNote): moved here
2721         (open_new_inset): moved here
2722
2723         * BufferView[2].[Ch]: move insertNote and open_new_inset to
2724         BufferView_pimpl
2725
2726 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2727
2728         * kbmap.C (findbinding): clean it up and make it work correctly.
2729
2730         * lyx_main.C (init): do not pass argc and argv as parameters
2731
2732 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2733
2734         * buffer.C: fix path for OS/2 & Win32
2735
2736         * lyx_gui.C:
2737         * lyx_main:
2738         * lyx_main.C: Added os:: class.
2739         
2740         * os2_defines.h: update
2741
2742 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2743
2744         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
2745         better by trying again with reduced state.
2746
2747 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2748
2749         * lyxrc.C (read): print error about invalid key sequence only when
2750         debugging (because not all latinX keysyms are known to some X
2751         servers)
2752
2753         * kbsequence.C (getiso): add a few std:: qualifiers
2754         (getiso): comment out extra return statement.
2755
2756 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2757
2758         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
2759         handling.
2760         (Dispatch): enhance the accent inset a bit. (not perfect)
2761
2762 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2763
2764         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
2765
2766 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2767
2768         * bufferlist.C (emergencyWrite): fix assert() call
2769
2770 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
2771
2772         * text.C (InsertChar): Added trivial patch to only send the "you
2773         can not do multiple spaces this way" message once during a
2774         session.
2775
2776 2001-05-08  Baruch Even  <baruch@lyx.org>
2777
2778         * Makefile.am: Changed order of libraries to get LyX to link properly
2779         with the gnome frontend.
2780
2781 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2782
2783         * LaTeXFeatures.h: add a std:: qualifier
2784
2785 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2786
2787         * paragraph.C (String): use stringstream
2788
2789 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2790
2791         * paragraph.C (writeFile): remove footflag arg
2792
2793         * buffer.C (makeLaTeXFile): use stringstream
2794         (latexParagraphs): remove footnot gurba
2795
2796         * LaTeXFeatures.C (getPackages): use stringstream
2797         (getMacros): likewise
2798         (getTClassPreamble): likewise
2799         (getFloatDefinitions): new method
2800
2801         * paragraph.C (writeFile): reindent
2802         (Erase): reindent
2803
2804         * WorkArea.h: revert the xpos + etc changes.
2805
2806         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
2807
2808         * lyxparagraph.[Ch]: add copy constructor, remove Clone
2809
2810         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
2811         (pasteSelection): likewise
2812         * text2.C (CreateUndo): likewise
2813
2814 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2815
2816         * minibuffer.C (peek_event): temporarily reduce the functionality
2817         of the minibuffer (to allow args on lfuns)
2818
2819         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
2820         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
2821
2822         * buffer.C (readInset): add compability reading of old float
2823         lists, add reading of new style float list.
2824         (readInset): avoid reevaluation of inscmd.getCmdName()
2825         (getLists): reindent
2826
2827         * MenuBackend.C (MenuItem): implement parsing of
2828         md_floatlistinsert and md_floatinsert.
2829         (expand::LastFiles): move initalizaton of iterators out of loop,
2830         avoid reevaluation.
2831         (expand::Documents): introduce typdedef vector<string> Strings,
2832         and use it. 
2833         (expand::ExportFormats): introduce typedef vector<Format const *>
2834         Formats, and use it.
2835         (expand): implement FloatListInsert and FloatInsert.
2836
2837         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
2838         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
2839         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
2840
2841         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
2842         handling. 
2843         (Dispatch::LFUN_FLOAT_LIST): implement
2844
2845 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2846  
2847         * LaTeX.C (run): Fix problem with --export code.
2848  
2849 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2850
2851         * BufferView.[Ch] (workarea): removed.
2852         (getClipboard) new method; wrapper for workarea()->getClipboard()
2853
2854         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
2855         bug.
2856
2857         * WorkArea.h (width, height, xpos, ypos): These methods all
2858         returned the dimensions of the work_area sub-area of WorkArea,
2859         resulting in a position error if the WorkArea were resized. Now
2860         return the dimensions of the entire WorkArea.
2861
2862         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
2863
2864 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2865
2866         * LaTeX.C (deplog): correct the syntax of regex reg1
2867
2868 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2869
2870         * undo.C: remove !NEW_INSETS cruft
2871
2872 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2873
2874         * text2.C: remove !NEW_INSETS cruft
2875
2876         * text.C: remove !NEW_INSETS cruft
2877
2878         * tabular.C: remove !NEW_INSETS cruft
2879
2880         * spellchecker.C: remove !NEW_INSETS cruft
2881
2882         * lyxtext.h: remove !NEW_INSETS cruft
2883
2884         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
2885
2886         * lyxfunc.C: remove !NEW_INSETS cruft
2887
2888         * lyxfind.C: remove !NEW_INSETS cruft
2889
2890         * lyx_cb.C: remove !NEW_INSETS cruft
2891
2892         * figureForm.C: remove  !NEW_INSETS cruft
2893
2894         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
2895
2896         * buffer.[Ch]: remove !NEW_INSETS cruft
2897
2898         * ToolbarDefaults.C: remove !NEW_INSETS cruft
2899
2900         * CutAndPaste.C: remove !NEW_INSETS cruft
2901
2902         * BufferView_pimpl.C: remove !NEW_INSETS cruft
2903
2904         * BufferView2.C: remove !NEW_INSETS cruft
2905
2906         * BufferView.h: remove !NEW_INSETS cruft
2907
2908 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2909
2910         * Lsstream.h: include LString.h before the sstream headers to
2911         fix problem with gcc 2.95.3 and lyxstring
2912
2913 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2914
2915         * lyx_main.C: add using directives when needed for C functions
2916         declared in std:: namespace.
2917
2918 2001-04-27  Juergen Vigna  <jug@sad.it>
2919
2920         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
2921         (SetHeightOfRow): comment out the update call should not be needed!
2922
2923 2001-04-13  Juergen Vigna  <jug@sad.it>
2924
2925         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
2926         (LyXTabular): tried to minimize operator= operations (and realized
2927         hopfully Lars wish).
2928
2929 2001-04-27  Juergen Vigna  <jug@sad.it>
2930
2931         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
2932
2933 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2934
2935         * lyxfunc.C (Dispatch): hack to make listof algorithm work
2936
2937         * buffer.C (readInset): hack to make listof algorithm work
2938
2939         * BufferView_pimpl.C: hack to make listof algorithm work
2940
2941 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2942
2943         * LyXAction.C: removed all !NEW_INSETS cruft
2944         (init): moved lfun_item in method
2945
2946         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
2947
2948 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2949
2950         * BufferView2.C (theLockingInset): white space.
2951
2952 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2953
2954         * minibuffer.C: include <iostream>
2955
2956         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
2957
2958         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
2959
2960         * commandtags.h: add LFUN_TRANSPOSE_CHARS
2961
2962         * text.[Ch] (TransposeChars): new method
2963
2964 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2965
2966         * call message directly through LyXView instead of through LyXFunc
2967         * BufferView2.C: adjust
2968         * BufferView_pimpl.C: adjust
2969         * FontLoader.C: adjust
2970         * buffer.C: adjust
2971         * bufferview_funcs.C: adjust
2972         * converter.C: adjust
2973         * figureForm.C: adjust
2974         * importer.C: adjust
2975         * lyx_cb.C: adjust
2976         * lyx_gui_misc.C: adjust
2977         * lyxfunc.C: adjust
2978         * lyxvc.C: adjust
2979         * text2.C: adjust
2980         + more files in subdirs
2981         
2982         * lyxparagraph.h (size): move up int file
2983         (GetLayout): ditto
2984
2985         * adjust all uses of Assert to lyx::Assert.
2986
2987         * BufferView2.C (ChangeCitationsIfUnique): adjust for
2988         lyxfunctional in namespace lyx
2989         * layout.C (hasLayout): ditto
2990         (GetLayout): ditto
2991         (GetLayout): ditto
2992         (delete_layout): ditto
2993         (NumberOfClass): ditto
2994         * converter.C (GetFormat): ditto
2995         (GetNumber): ditto
2996         (Add): ditto
2997         (Delete): ditto
2998         (SetViewer): ditto
2999         * bufferlist.C (getFileNames): ditto
3000         (emergencyWriteAll): ditto
3001         (exists): ditto
3002         (getBuffer): ditto
3003         * MenuBackend.C (hasSubmenu): ditto
3004         (hasMenu): ditto
3005         (getMenu): ditto
3006         * BufferView_pimpl.C (getInsetByCode): ditto
3007
3008 2001-04-18  Juergen Vigna  <jug@sad.it>
3009
3010         * vspace.C (asLatexString): fixed the 100% problem.
3011
3012 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3013
3014         * lyxfunc.C (Dispatch): 
3015         * minibuffer.C: 
3016         * minibuffer.h: add a few std:: qualifiers
3017
3018 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3019
3020         * minibuffer.[Ch]: reimplement so that commands is initiated and
3021         run from lyxfunc, simplified som handling, and made the completion
3022         and history code for complete. wip. 
3023
3024         * lyxfunc.C (processKeySym): call message
3025         (miniDispatch): new temporary method
3026         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
3027         (LFUN_MESSAGE): implement
3028         (LFUN_MESSAGE_PUSH): implement
3029         (LFUN_MESSAGE_POP): implement
3030         (initMiniBuffer): the initial/defualt minibuffer message.
3031
3032         * lyxfont.[Ch]: inline some more getters
3033
3034         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
3035
3036         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
3037
3038         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
3039         (AutoSave): use LFUN_MESSAGE
3040         (Reconfigure): ditto
3041
3042         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
3043
3044         * figureForm.C: use LFUN_MESSAGE
3045
3046         * converter.C (runLaTeX): use LFUN_MESSAGE
3047
3048         * bufferview_funcs.C: use LFUN_MESSAGE
3049         (Melt): ditto
3050         (changeDepth): ditto
3051
3052         * bufferparams.h: use boost::
3053
3054         * bufferlist.h: inherit privately from noncopyable
3055
3056         * bufferlist.C (loadLyXFile): remove some commented code.
3057
3058         * buffer.C (runChktex): use LFUN_MESSAGE
3059
3060         * ShareContainer.h: inherit privately from noncopyable
3061
3062         * ParagraphParameters.[hC] (depth): inline it.
3063
3064         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
3065         methods.
3066         (message): new method
3067         (messagePush): ditto
3068         (messagePop): ditto
3069         (show): init minibuffer
3070         (showState): direct call
3071
3072         * LaTeX.[Ch]: inherit privately from noncopyable
3073         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
3074         instead of WriteStatus.
3075
3076         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
3077
3078         * BufferView_pimpl.C (buffer): don't init minibuffer
3079         (workAreaButtonPress): use LFUN_MESSAGE
3080         (workAreaButtonRelease): ditto
3081         (savePosition): ditto
3082         (restorePosition): ditto
3083         (MenuInsertLyXFile): ditto
3084         (workAreaExpose): don't init minibuffer
3085         (update): remove commented code, simplify
3086
3087         * BufferView2.C (openStuff): use LFUN_MESSAGE
3088         (toggleFloat): ditto
3089         (menuUndo): ditto
3090         (menuRedo): ditto
3091         (copyEnvironment): ditto
3092         (pasteEnvironment): ditto
3093         (copy): ditto
3094         (cut): ditto
3095         (paste): ditto
3096         (gotoInset): ditto
3097         (updateInset): remove some commented code
3098
3099         * lastfiles.h: inherit privately from noncopyable
3100         * layout.h: ditto
3101         * lyx_gui.h: ditto
3102         * lyx_main.h: ditto
3103         * lyxlex.h: ditto
3104         * lyxlex_pimpl.h: ditto
3105
3106         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
3107         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
3108         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
3109
3110         * LyXAction.h: inherit privately from noncopyable, add methods
3111         func_begin, func_end, returning iterators to the func map.
3112
3113         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
3114         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
3115         (func_begin): new method
3116         (func_end): new method
3117
3118         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
3119         and not)
3120         (copySelection): ditto
3121         (pasteSelection): ditto
3122
3123         * BufferView.C: whitespace change
3124         * BufferView.h: inherit privately from noncopyable
3125
3126 2001-04-16  Allan Rae  <rae@lyx.org>
3127
3128         * tabular-old.C (l_getline): 
3129         * spellchecker.C (sc_check_word): 
3130         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
3131         an unrecognised preprocessor directive.  So ensure they're wrapped. 
3132
3133 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
3134
3135         * src/exporter.C (Export): Give an error message when path to file 
3136         contains spaces.
3137
3138 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
3139
3140         * LaTeX.C (deplog): Always check that foundfile exists.
3141
3142 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3143
3144         * lyx_main.h: 
3145         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
3146
3147 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3148
3149         * tabular.[Ch] (getLabelList): implement new method
3150
3151         * minibuffer.h: comment ouf setTiimer
3152
3153         * minibuffer.C (ExecutingCB): constify res
3154         (peek_event): constify s
3155         (Set): constify ntext
3156         (Init): constify nicename
3157
3158         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
3159
3160         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
3161         (savePosition): use two params to Minibuffer::Set
3162         (restorePosition): ditto
3163
3164 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3165
3166         * lyx_main.C: include language.h
3167
3168         * Makefile.am (lyx_main.o): add language.h
3169
3170 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3171
3172         * exporter.C: 
3173         * paragraph.C: 
3174         * screen.C: 
3175         * tabular.C: 
3176         * CutAndPaste.C: include gettext.h
3177
3178         * lyxfont.h: remove old hack with ON and OFF.
3179
3180         * lyxparagraph.h: 
3181         * lyxfont.h: do not include language.h...
3182
3183         * BufferView2.C: 
3184         * LaTeXFeatures.C: 
3185         * Painter.C: 
3186         * bufferview_funcs.C: 
3187         * font.C: 
3188         * lyxfont.C: 
3189         * text.C: 
3190         * text2.C: 
3191         * trans_mgr.C: 
3192         * paragraph.C: ... but do it here instead
3193
3194 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3195
3196         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
3197
3198         * tabular.C: small reformat
3199
3200         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
3201         NEW_INSETS version
3202         (GetChar): ditto
3203         (BreakParagraph): ditto
3204         (SetOnlyLayout): ditto
3205         (SetLayout): ditto
3206
3207         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
3208         with one arg less.
3209
3210         * lastfiles.C: removed most using decl, add std:: where needed
3211
3212         * buffer.C: ws changes
3213
3214         * MenuBackend.C (class compare_format): put into anon namespace
3215         (expand): constify label, names, action, action2
3216         (expand): 
3217
3218         * text.C (SingleWidth): constify font
3219         (IsBoundary): constify rtl2
3220         (GetVisibleRow): constify ww
3221
3222         * LaTeX.C (deplog): constify logfile
3223
3224         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
3225         start_x, end_x
3226         (workAreaExpose): constify widthChange, heightChange
3227
3228         * lyxrow.C (par): moved
3229         (height): moved
3230         (next): moved
3231         * lyxrow.h: as inlines here
3232
3233         * lyxfont.h (shape): moved from lyxfont.C
3234         (emph): moved from lyxfont.C
3235
3236         * lyxfont.C (LyXFont): use initialization list for all
3237         constructors
3238         (shape): move to lyxfont.h as inline
3239         (emph): move to lyxfont.h as inline
3240         
3241
3242 2001-04-04  Juergen Vigna  <jug@sad.it>
3243
3244         * vspace.C: had to include stdio.h for use of sscanf
3245
3246 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
3247
3248         * BufferView.h: 
3249         * BufferView_pimpl.h: remove xforms cruft. Both classes are
3250         independent of xforms.
3251
3252 2001-04-02  Juergen Vigna  <jug@sad.it>
3253
3254         * spellchecker.C: fixed namespace placing!
3255
3256 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3257
3258         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
3259         the LyXParagraph * is 0.
3260
3261 2001-03-29  Juergen Vigna  <jug@sad.it>
3262
3263         * vspace.C: added support for %, c%, p%, l%.
3264         (stringFromUnit): added helper function.
3265         (asLatexString): changed to give right results for the %-values.
3266
3267         * buffer.C: convert the widthp in a width%.
3268
3269 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3270
3271         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
3272         figureForm.[Ch].
3273
3274         * figureForm.[Ch]: stripped the FD_from_figure manipulation
3275         code out of lux_cb.[Ch], ready for its (imminent?) removal.
3276
3277         * lyx_cb.[Ch]: see above.
3278
3279         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
3280         form1.[Ch].
3281
3282         * form1.[Ch]:
3283         * lyx.[Ch]: replaced by figure_form.[Ch].
3284
3285         * lyx_gui.C:
3286         * lyx_gui_misc.C:
3287         * lyxfunc.C: changed headers associated with above changes.
3288
3289 2001-03-27  Juergen Vigna  <jug@sad.it>
3290
3291         * BufferView_pimpl.C: set the temporary cursor right!
3292
3293 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3294
3295         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
3296
3297 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3298
3299         * LString.h: removed "using std::getline"!
3300
3301         * BufferView_pimpl.C (Dispatch): changes due to changes in
3302         InsetInclude::Params.
3303
3304         * buffer.C (tag_name): removed redundant break statements as they were
3305         producing lots of warnings with my compiler.
3306
3307 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3308
3309         * LString.h: add "using std::getline" when using the real <string>.
3310
3311 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
3312
3313         * buffer.C: removed bitset usage.
3314         PAR_TAG moved to an anonymous name space.
3315         (tag_name): new funtion, also in the anonymous namespace.
3316         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
3317         (makeDocBookFile): clean code. Completed transition from string arrays
3318         to string vectors.
3319         (SimpleDocBookOnePar): code clean.
3320
3321 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3322
3323         * tabular.C: add some comments.
3324
3325 2001-03-22  Juergen Vigna  <jug@sad.it>
3326
3327         * buffer.C (parseSingleLyXformat2Token): redone the minipage
3328         compatibility read a bit and fixed bug with minipage in different
3329         depth.
3330
3331 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
3332
3333         * buffer.C (pop_tag): removed.
3334         (push_tag): removed.
3335         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
3336         array replaced with vector. Added support for CDATA sections.
3337         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
3338         at any nest level.
3339         (makeDocBookFile): XML conformant declaration of CDATA section,
3340         fixed bug related to <emphasis> in the first paragraph char.
3341         (sgmlOpenTag): exclude empty tags.
3342         (sgmlCloseTag): ditto.
3343         
3344         * buffer.h (pop_tag): removed.
3345         (push_tag): removed.
3346
3347 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3348
3349         * language.h (Languages): added size_type and size().
3350
3351 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3352
3353         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
3354         response on compability reading of minipages. One probliem is that
3355         the old usage of minipages was «flertydig» 
3356
3357         * several files here and in subdirs: don't use static at file
3358         scope use anon namespaces instead.
3359
3360 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
3361
3362         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
3363         LaTeX output. This is necessary for Literate document
3364         processing.
3365
3366 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3367
3368         * buffer.C: insert hfill when needed.
3369
3370         * tabular.C (l_getline): use string::erase, small whitespace change.
3371
3372         * BufferView_pimpl.C: try the anon namespace.
3373         * WorkArea.C: ditto
3374
3375 2001-03-16  Juergen Vigna  <jug@sad.it>
3376
3377         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
3378         otherwise it won't open options-dialogs.
3379
3380         * buffer.C: honor pextraWidth(p) on converting minipages.
3381
3382         * tabular.C (l_getline): changed the functions to strip trailing \r.
3383
3384 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3385
3386         * BufferView_pimpl.C:
3387         * minibuffer..C: added "using SigC::slot" declaration.
3388
3389 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3390
3391         * lyxlex_pimpl.h: noncopyable is in namespace boost.
3392
3393         * text2.C: ditto
3394
3395         * text.C: ditto
3396
3397         * paragraph.C: ditto
3398
3399         * lyxtext.h: NO_PEXTRA
3400
3401         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
3402
3403         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
3404         * ParameterStruct.h: ditto
3405         * ParagraphParameters.h: ditto 
3406         * lyxparagraph.h: ditto
3407
3408 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3409
3410         * buffer.C: add compability for minipage alignment.
3411         (latexParagraphs): remove unwanted pextra check.
3412
3413         * several files: remove CXX_WORKING_NAMESPACES
3414
3415         * buffer.C (pop_tag): tie is in namespace boost
3416
3417         * BufferView.h: noncopyable is in namespace boost
3418         * lyxlex.h: ditto
3419         * lyx_main.h: ditto
3420         * lyx_gui.h: ditto
3421         * layout.h: ditto
3422         * lastfiles.h: ditto
3423         * bufferlist.h: ditto
3424         * ShareContainer.h: ditto
3425         * LyXView.h: ditto
3426         * LyXAction.h: ditto
3427         * LaTeX.h: ditto
3428
3429 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3430
3431         * Merging changes from BRANCH_MVC back into HEAD.
3432
3433         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
3434
3435 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
3436
3437         * BufferView_pimpl.C: change from intl.C
3438
3439         * combox.h:
3440         * combox.C:
3441         * Makefile.am: move combox.*
3442
3443         * form1.h:
3444         * form1.C:
3445         * lyx_gui.C:
3446         * intl.h:
3447         * intl.C: remove dialog (covered by prefs)
3448
3449 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3450
3451         * lyxfunc.C (Dispatch): removed redundant break statement.
3452         
3453 2001-03-14  Juergen Vigna  <jug@sad.it>
3454
3455         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
3456
3457 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3458
3459         * buffer.C: add hack to fix compability reading of minipages.
3460
3461 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3462
3463         * buffer.C (getLists): Cleanup.
3464
3465 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3466
3467         * lyxfont.C (update): don't honor toggleall on font size.
3468
3469 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3470
3471         * bmtable.c:
3472         * bmtable.h:
3473         * Makefile.am: moved to frontends/xforms/
3474
3475         * lyx_gui_misc.C:
3476         * lyxfunc.C:
3477         * BufferView_pimpl.C: changes for moved mathpanel
3478
3479 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3480
3481         * gettext.h: fix gettext_init() in --disable-nls
3482
3483 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3484
3485         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
3486
3487 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3488
3489         * lyx.C:
3490         * lyx.h: strip external form
3491
3492 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3493
3494         * BufferView_pimpl.C: add comment, destroySplash()
3495
3496 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3497
3498         * BufferView_pimpl.C:
3499         * LyXAction.C:
3500         * buffer.C:
3501         * commandtags.h:
3502         * lyxfunc.C: use re-worked insetinclude
3503
3504 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3505
3506         * buffer.C: add using std::stringstream.
3507
3508         * lyx_cb.C: readd using std::ios.
3509
3510         * buffer.C: add using std::map.
3511
3512         * BufferView_pimpl.C: add using std::vector.
3513
3514         * ShareContainer.h: add std:: to swap.
3515
3516         * buffer.h: add some typedefs
3517         * buffer.C (getLists): use them
3518         (getLists): renamed from getTocList.
3519         add a counter for the different float types and use it in the
3520         generated string.
3521         (getLists): use the same counter for the NEW_INSETS and the "non"
3522         NEW_INSETS
3523
3524         * lyx_cb.h: remove unused items, includes, using etc.
3525
3526         * ShareContainer.h: remove some commented code, add more comments
3527         and "documentation".
3528
3529 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3530
3531         * buffer.C (getTocList): make the list also when NEW_INSETS is
3532         defined.
3533
3534         * buffer.h: remove TocType
3535
3536         * buffer.C (getTocList): change to return a map<string,
3537         vector<TocItem> >, implement for dynamic number of list.
3538
3539         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
3540         * text2.C (PasteSelection): adjust
3541         * CutAndPaste.C (pasteSelection): adjust
3542
3543         * FloatList.C (FloatList): update from the new_insets branch.
3544         * Floating.[Ch]: ditto
3545         * LaTeXFeatures.C: ditto
3546         * buffer.C: ditto
3547         * lyxlex_pimpl.C: ditto
3548         
3549         * paragraph.C (Last): remove when NEW_INSETS is defined.
3550
3551         * other file: changes because of the above.
3552
3553 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3554
3555         * lyxparagraph.h: rename next to next_, previous to previous_,
3556         make them private for NEW_INSETS. Rename Next() to next(),
3557         Previous() to previous().
3558
3559         * other files: changes because of the above.
3560
3561 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
3562
3563         * BufferView.h: 
3564         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
3565         problem.
3566
3567 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3568
3569         * main.C (main): pass lyx_localedir to gettext_init().
3570
3571         * gettext.h: remove locale_init and gettext_init macros
3572
3573         * gettext.C (locale_init): new function
3574         (gettext_init): new function
3575
3576         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
3577         setlocale().
3578
3579 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
3580
3581         * Moved credits to frontends:
3582         * credits.[Ch]: removed
3583         * credits_form.[Ch]: removed
3584         * lyx_gui_misc.C: remove credits stuff
3585         * Makefile.am:
3586
3587 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3588
3589         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
3590
3591         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
3592         unneeded destructor.
3593
3594         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
3595         a standalone pointer again.
3596
3597         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
3598
3599 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3600
3601         * Makefile.am:
3602         * filedlg.h:
3603         * filedlg.C:
3604         * LyXAction.C:
3605         * ToolbarDefaults.C:
3606         * bufferlist.C:
3607         * commandtags.h:
3608         * form1.C:
3609         * form1.h:
3610         * lyx_cb.C:
3611         * lyx_cb.h:
3612         * lyxfunc.h:
3613         * lyxfunc.C:
3614         * BufferView_pimpl.C: use new file dialog in GUII
3615
3616         * lyx_cb.h:
3617         * lyx_cb.C: remove LayoutsCB to Toolbar
3618
3619 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3620
3621         * ShareContainer.h (get): add std:: qualifier
3622
3623 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3624
3625         * ShareContainer.h: define a proper ShareContainer::value_type
3626         type (and use typename to please compaq cxx)
3627
3628 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3629
3630         * lyxparagraph.h: move serveral local vars to
3631         ParameterStruct/ParagraphParameters., use ShareContainer in
3632         FontTable., make vars in FontTable private and add getter and
3633         setter.
3634
3635         * paragraph.C: changes because of the above.
3636
3637         * lyxfont.h: remove copy constructor and copy assignment. (the
3638         default ones is ok), move number inside FontBits. move inlines to
3639         lyxfont.C 
3640
3641         * lyxfont.C: add number to initializaton of statics, move several
3642         inlines here. constify several local vars. some whitespace
3643         cleanup. Dont hide outerscope variables.
3644
3645         * Spacing.h: add two new constructors to match the set methods.
3646
3647         * ShareContainer.h: new file, will perhaps be moved to support
3648
3649         * ParameterStruct.h: new file
3650
3651         * ParagraphParameters.h: new file
3652
3653         * ParagraphParameters.C: new file
3654
3655         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
3656         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
3657
3658         * BufferView_pimpl.C: ParagraphParameter changes.
3659         * buffer.C: Likewise.
3660         * bufferview_funcs.C: Likewise.
3661         * text.C: Likewise.
3662         * text2.C: Likewise.
3663         
3664 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3665
3666         * lyxfind.C (LyXReplace): do not redefine default argument in
3667         implementation. 
3668         (IsStringInText): ditto
3669         (SearchForward): ditto
3670         (SearchBackward): ditto
3671
3672 2001-03-06  Juergen Vigna  <jug@sad.it>
3673
3674         * lyxfind.C (IsStringInText): put parentes around expressions.
3675
3676 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3677
3678         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
3679         
3680 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
3681
3682         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
3683
3684         * stl_string_fwd.h: add comment
3685
3686         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
3687
3688         * tabular.h:
3689         * tabular.C: remove unused DocBook methods
3690
3691         * intl.C:
3692         * language.C:
3693         * paragraph.C:
3694         * buffer.C:
3695         killed DO_USE_DEFAULT_LANGUAGE
3696
3697 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3698
3699         * lyx_gui.C: do not include language.h.
3700
3701         * bufferview_funcs.C (ToggleAndShow): do not provide optional
3702         arguments in function implementation.
3703
3704 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3705
3706         * BufferView_pimpl.C: add <ctime>
3707
3708 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3709
3710         * BufferView_pimpl.C: add using std::find_if
3711
3712 2001-02-27  José Matos  <jamatos@fep.up.pt>
3713         
3714         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
3715         by OnlyPath.
3716         
3717 2001-02-11  José Matos  <jamatos@fep.up.pt>
3718
3719         * buffer.C (makeDocBookFile): command styles now have a parameter as
3720         "title" by default.
3721
3722 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
3723
3724         * layout_forms.[Ch]: removed
3725         * lyx_cb.[Ch]: out character
3726         * lyx_gui.C: out character
3727         * lyx_gui_misc.C: out character
3728         * bufferview_funcs.C: : out character,
3729         added toggleall as parameter in ToggleAndShow
3730                    
3731 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
3732
3733         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
3734
3735         * text2.C (SetCurrentFont): Disable number property at boundary.
3736
3737 2001-02-26  Juergen Vigna  <jug@sad.it>
3738
3739         * lyxfunc.C (getStatus): added a string argument override function so
3740         that this is correctly called from LyXFunc::Dispatch if it contains a
3741         do_not_use_argument which is used!
3742         (Dispatch): added check for "custom" export and call appropriate func.
3743
3744 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
3745
3746         * lyxrc.C: Add language_command_local, language_use_babel and
3747         language_global_options.
3748
3749         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
3750
3751         * buffer.C (makeLaTeXFile): Use language_use_babel and 
3752         language_global_options.
3753
3754 2001-02-23  Juergen Vigna  <jug@sad.it>
3755
3756         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
3757         which works with LyXText and putted it inside BufferView. Here now we
3758         only call for that part the BufferView::Dispatch() function.
3759
3760         * BufferView.C (Dispatch): added.
3761
3762         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
3763         functions which needs to use a LyXText over from LyXFunc.
3764         (MenuInsertLyXFile): added
3765         (getInsetByCode): added
3766         (moveCursorUpdate): added
3767         (static TEXT): added
3768
3769 2001-02-22  Juergen Vigna  <jug@sad.it>
3770
3771         * BufferView_pimpl.C (update): call a status update to see if LyXText
3772         needs it.
3773
3774 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3775
3776         * vc-backend.C (revert): implement for CVS
3777         (getLog): implement for CVS
3778
3779 2001-02-20  Juergen Vigna  <jug@sad.it>
3780
3781         * text2.C (ClearSelection): added BufferView param for inset_owner call
3782
3783         * lyxfunc.C (TEXT): added this function and use it instead of
3784         directly owner->view()-text of getLyXText().
3785
3786 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3787
3788         * src/layout_forms.C: out preamble
3789         * src/layout_forms.h: out preamble
3790         * src/lyx_cb.C: out preamble
3791         * src/lyx_cb.h: out preamble
3792         * src/lyx_gui.C: out preamble
3793         * src/lyx_gui_misc.C: out preamble
3794         * src/lyxfunc.C: connect with guii preamble
3795
3796 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3797
3798         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
3799
3800 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
3801
3802         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
3803         whether to run bibtex.
3804
3805 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
3806
3807         * Makefile.am (lyx_SOURCES): Remove BackStack.h
3808
3809 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3810
3811         * Makefile.am (lyx_SOURCES): removed bibforms.h
3812
3813         * vspace.h: doxygen
3814
3815         * text.C (GetVisibleRow): make several local vars const
3816
3817         * tabular.C: small cleanup.
3818
3819         * lyxserver.C (callback): use compare instead of strncmp
3820
3821         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
3822         inlines to after class or to paragraph.C
3823
3824         * lyxfont.h: remove friend operator!=
3825
3826         * converter.h: move friend bool operator< to non friend and after
3827         class def.
3828
3829         * combox.h: small cleanup
3830
3831         * buffer.h: doxygen, remove unused constructor, move inclas inlies
3832         to inlines after class def.
3833
3834         * buffer.C (pop_tag): use string operations instead of strcmp
3835
3836         * bmtable.c: doxygen, small cleanup
3837
3838         * LaTeX.h: remove friend operator==
3839
3840 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3841
3842         * screen.C: 
3843         * lyxrc.[Ch]:
3844         * lyxfunc.C: 
3845         * lyxfont.[Ch]: 
3846         * lyx_cb.C: 
3847         * intl.[Ch]: 
3848         * commandtags.h: 
3849         * buffer.C: 
3850         * WorkArea.[Ch]: 
3851         * LyXAction.C: 
3852         * BufferView_pimpl.C:
3853         * BufferView.[Ch]: remove cruft
3854
3855 2001-02-14  Juergen Vigna  <jug@sad.it>
3856
3857         * lyxfunc.C: removed #if 0 unused code
3858
3859         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
3860
3861         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
3862
3863         * text2.C (SetSelection): added a BufferView * parameter
3864
3865 2001-02-13  Juergen Vigna  <jug@sad.it>
3866
3867         * lyxfunc.C (Dispatch): fixed protected blank problem.
3868         * BufferView2.C (protectedBlank): added LyxText * parameter.
3869
3870         * tabular.C (AppendRow): forgot to set row_info of newly added row.
3871         (AppendColumn): same as above for column_info.
3872
3873         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
3874         (moveCursorUpdate): use a LyXText param for support of InsetText.
3875
3876         * BufferView_pimpl.C (doubleClick): added support for InsetText.
3877         (tripleClick): ditto
3878
3879         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
3880
3881         * BufferView_pimpl.C (update): added LyXText param to honor insets.
3882
3883         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
3884
3885         * text2.C (SetSelection): set correct update status if inset_owner
3886         (ToggleFree): ditto
3887
3888 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3889
3890         * tabular.C: remove some commented code.
3891
3892 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3893
3894         * BufferView_pimpl.C: call hideSplash()
3895
3896         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
3897
3898         * include_form.h:
3899         * bibforms.h: remove
3900
3901         * lyxfunc.C:
3902         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
3903           add LFUN_CHILD_CREATE
3904
3905         * counters.h: fix tiny typo
3906         
3907         * lyx_cb.C:
3908         * lyx.h:
3909         * lyx_gui.C:
3910         * lyx.C: move splash to frontends/xforms/
3911
3912         * lyx_gui_misc.C: move Include and Bibform to frontends
3913
3914         * lyxvc.h: clarify comment
3915
3916         * vspace.C: tiny housekeeping
3917
3918 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3919
3920         * text.C (PrepareToPrint): RTL Fix.
3921
3922         * paragraph.C (GetUChar): New method.
3923         (String):  Use GetUChar.
3924
3925         * buffer.C (asciiParagraph): Use GetUChar.
3926
3927 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3928
3929         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
3930
3931 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3932
3933         * buffer.h:
3934         * buffer.C: rename to getLogName(), handle
3935           build log / latex log nicely
3936
3937 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3938
3939         * MenuBackend.C: 
3940         * MenuBackend.h: remove support for reference menuitem type.
3941
3942 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3943
3944         * BufferView_pimpl.C: housekeeping
3945         * BufferView_pimpl.h:
3946         * LyXView.h:
3947         * Makefile.am:
3948         * Timeout.C:
3949         * Timeout.h:
3950         * minibuffer.h: move Timeout GUI-I
3951                           
3952 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
3953
3954         * lyxrc.C (read): Update converters data-structures.
3955
3956 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3957
3958         * LaTeX.h (operator!=): add operator != for Aux_Info 
3959
3960 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3961
3962         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
3963
3964         * LaTeXLog.C: deleted, useful code moved to Buffer
3965
3966         * buffer.h:
3967         * buffer.C: new function getLatexLogName()
3968
3969         * lyx_gui_misc.C:
3970         * lyx_gui.C:
3971         * lyxvc.C:
3972         * lyxvc.h:
3973         * lyxfunc.C: use frontends for LaTeX and VC logs
3974
3975 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3976
3977         * LaTeX.h: yet another std:: that Allan forgot.
3978
3979         * Variables.C (set): renamed from isset(), because this clashes
3980         with some HP-UX macros (grr).
3981
3982 2001-02-06  Allan Rae  <rae@lyx.org>
3983
3984         * LaTeX.h: Another bug fix.  Missing std:: this time.
3985
3986 2001-02-04  Allan Rae  <rae@lyx.org>
3987
3988         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
3989         floats problem. I've left it commented out because it's not quite
3990         correct.  It should also test that the current object is a table or
3991         figure inset.  But I haven't gotten around to figuring out how to do
3992         that.  I *think* it'll be something like: "table" == inset.type()
3993
3994         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
3995         bool.
3996
3997 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3998
3999         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
4000         all the citation/databases/styles in the auxilary file. 
4001         (run): Rerun latex if there was a babel language error.
4002
4003 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
4004
4005         * text.C (Backspace): Preserve the font when changing newline char
4006         with a space.
4007         (BreakParagraph): If the cursor is before a space, delete the space.
4008
4009         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
4010
4011 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4012
4013         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
4014         new argument (code).
4015         (ChangeCitationsIfUnique): New method.
4016
4017         * paragraph.C (GetPositionOfInset): Handle bibkey.
4018
4019 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4020
4021         * BufferView_pimpl.h: change type of Position::par_pos to
4022         LyXParagraph::size_type. 
4023
4024 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
4025
4026         * BufferView_pimpl.C (savePosition, restorePosition): Write
4027         messages to minibuffer.
4028
4029 2001-01-28  José Matos  <jamatos@fep.up.pt>
4030
4031         * buffer.C (makeDocBookFile): adds support for document language.
4032         A silly restriction on the name of LatexCommand types where removed.
4033         Added support for CDATA sections, allows to chars unescaped, used
4034         among others in code, to avoid escape < and >.
4035         
4036 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
4037
4038         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
4039         saved positions instrad of a stack. Furthermore, a position is
4040         stored using paragraph id/paragraph position.
4041
4042         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
4043         Remove LFUN_REF_BACK.
4044
4045 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
4046
4047         * converter.C (dvipdfm_options): New method.
4048
4049 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
4050
4051         * vspace.C (isValidLength): Fix for empty input string.
4052
4053 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4054
4055         * LyXAction.C (init): change description of LFUN_FIGURE to
4056         "Insert Graphics"
4057
4058 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4059
4060         * LaTeX.C: add using directive
4061
4062 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
4063
4064         * MenuBackend.C (expand): Fix the sorting of the formats.
4065
4066 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
4067
4068         * lyx_main.C: tiny error message fix
4069
4070 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4071
4072         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
4073         calling fl_initialize(). This fixes the problem with ',' as
4074         decimal separator in text files.
4075
4076 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
4077
4078         * trans.C (process): Fix the keymap bug.
4079
4080 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
4081
4082         * LaTeX.C (scanAuxFiles): New method. Provides support for
4083         multiple bibliographies (when using the bibtopic/bibunits pacakges).
4084         (scanLogFile) Scan for "run BibTeX" messages.
4085
4086         * buffer.C (makeLaTeXFile): Do not load the ae package when using
4087         OT1 font encoding. Also, load the aecompl package if the ae
4088         package is loaded.
4089
4090         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
4091
4092 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4093
4094         * texrow.C (increasePos): turn two error messages into debug
4095         messages. 
4096
4097 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
4098
4099         * LaTeX.C (scanAux): Handle the \@input macro.
4100         (runBibTeX): Use scanAux().
4101
4102         * language.C (latex_options_): New field.
4103
4104         * LaTeXFeatures.C (getMacros): Add language macros.
4105
4106         * buffer.C (makeLaTeXFile): Small fix.
4107
4108 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4109
4110         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
4111
4112         * text2.C: add a using directive.
4113
4114 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
4115
4116         * BufferView2.C:
4117         * lyx_gui_misc.h:
4118         * lyxfr1.C:
4119         * lyxfunc.C: kill LyXBell.
4120
4121 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
4122
4123         * text.C (IsBoundary): Remove the error message
4124         
4125         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
4126
4127         * lyxrc.C (setDefaults): Correct initialization value for
4128         font_norm_type.
4129
4130 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4131
4132         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
4133         gotoError().
4134
4135         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
4136         and GotoNextNote().
4137
4138         * src/LyXAction.C: Added reference-next.
4139
4140         * text.C (InsertChar): Use contains instead of strchr.
4141
4142         * lyx_cb.C (MenuInsertLabel): Enable default value code.
4143
4144 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
4145
4146         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
4147         alignment commands (when needed).
4148
4149         * text.C (InsertChar): Add ':' to number separator chars.