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