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