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