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