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