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