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