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