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