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