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