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