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