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