]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
don't draw invisible things...
[lyx.git] / src / ChangeLog
index 85c7809ffcf7fa0eb2e1135fd609b8a826c33d7d..6d9721a6029741606b400aeb1b3dc4b4600dd187 100644 (file)
@@ -1,3 +1,60 @@
+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>
+
+       * commandtags.h:
+       * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
+       * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
+       value of Dialogs::tooltipsEnabled().
+       (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
+
 2002-03-08  Juergen Vigna  <jug@sad.it>
 
        * BufferView_pimpl.C (updateInset): update inset inside inset also