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