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