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