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