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