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