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