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