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