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