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