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