]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / ChangeLog
index 0ef0c207f953796011f5284fdef8c33487d9932c..c48018e2b8304ff78af565630bbd279528696a0c 100644 (file)
@@ -1,8 +1,102 @@
+2002-03-14  Juergen Vigna  <jug@sad.it>
+
+       * text2.C (setCursor): just some testcode for #44 not ready yet.
+
+       * undo_funcs.C (textHandleUndo): set the next() and previous()
+       pointers of the paragraph to 0 before deleting otherwise we have
+       problems with the Paragraph::[destructor].
+
+       * text.C (breakParagraph): IMO we should ALWAYS force a real undo
+       on a paragraph insertion.
+
+2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (asciiParagraph): use += operator for char append to
+       string.
+
+       * paragraph.C (getFontSettings): compare >= not just >
+       (highestFontInRange): ditto
+       (setFont): ditto
+
+2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.C: change several algorithm to be more appripriate for
+       the problem domain. This is lookip in FontList and in the InsetList.
+
+2002-03-13  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h:
+       * LyXAction.C: remove unused LFUN_MATH_MACROARG
+
+2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * commandtags.h:
+       * LyXAction.C:
+       * lyxfunc.C:
+       * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
+
+2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Painter.C (display): anon helper function, adjust code for this
+       change.
+       (pixmap): remove function.
+
+       * Painter.h: remove private display variable.
+       
+       * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
+
+2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * WorkArea.[Ch]: remove figinset_canvas cruft.
+
+2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxtextclass.C (operator): add one item cache optimization.
+
+       * bufferlist.h: doxy changes
+
+       * bufferlist.C: ws changes
+
+       * DepTable.[Ch] (ext_exist): place const in the right spot.
+
+       * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
+       call resizeInsets.
+       (workAreaExpose): call resizeInsets when the with BufferView changes.
+       (Dispatch): adjust for protectedBlank removal
+       (specialChar): call updateInset if the insert went ok.
+
+       * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
+       specialChar instead.
+
+       * BufferView2.C (ChangeInsets): remove warning add FIXME comment
+
+       * BufferView.h: doxy change
+
+       * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
+
+       * lyxtextclass.C (operator[]): remove non-const version
+       (defaultLayout): remove non-const version
+
+2002-03-12  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
+       did resize the LyXText too.
+
+       * buffer.C (readLyXformat2): set layout information on newly allocated
+       paragraphs.
+
+       * tabular.C (OldFormatRead): set layout information on the paragraph.
+
+2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
+
+       * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
+
 2002-03-11  Juergen Vigna  <jug@sad.it>
 
        * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
        plainly wrong.
        (resizeCurrentBuffer): force also the insets to resize themselfes.
+       (moveCursorUpdate): fixed up for InsetText.
 
 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>