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