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