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