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