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