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