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