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