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