]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
edit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
[lyx.git] / src / insets / ChangeLog
index a54614ae9017642097b24b5c5b87cceb5dd15d2e..fffb773cf9368b94f36ccc823a30005cc7ded97a 100644 (file)
@@ -1,3 +1,185 @@
+
+
+2003-05-16 André Pönitz  <poenitz@gmx.net>
+
+       * inset.[Ch]:
+       * insetbibitem.[Ch]:
+       * insetbibtex.[Ch]:
+       * insetbutton.[Ch]:
+       * insetcite.[Ch]:
+       * insetcollapsable.[Ch]:
+       * insetcommand.[Ch]:
+       * inseterror.[Ch]:
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloatlist.[Ch]:
+       * insetgraphics.[Ch]:
+       * insetinclude.[Ch]:
+       * insetindex.[Ch]:
+       * insetlabel.[Ch]:
+       * insetlatexaccent.[Ch]:
+       * insetparent.[Ch]:
+       * insetref.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insettoc.[Ch]:
+       * inseturl.[Ch]:
+       * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
+       
+2003-05-13 André Pönitz <poenitz@gmx.net>
+
+       * insetbibitem.C:
+       * insetcollapsable.C:
+       * insetert.C:
+       * insetfloat.C:
+       * insetinclude.C:
+       * insetwrap.C: tostr from own header
+
+       * insetcommand.C:
+       * insetexternal.C:
+       * insetfloat.C:
+       * insetfloat.h:
+       * insetgraphics.C:
+       * insetinclude.C:
+       * insetminipage.C:
+       * insetparent.C:
+       * insettabular.C:
+       * insettext.C:
+       * insetwrap.C: STRCONV
+
+
+2003-05-12 André Pönitz <poenitz@gmx.net>
+
+       * insetcaption.C:
+       * insetexternal.C:
+       * insetfloat.C:
+       * insetfloatlist.C:
+       * insetgraphics.C:
+       * insetinclude.C:
+       * insetminipage.C:
+       * insetminipage.C:
+       * insettabular.C:
+       * insettext.C:
+       * insetwwrap.C:  boost::format -> bformat  all over the place
+
+2003-05-05 André Pönitz <poenitz@gmx.net>
+
+       * insettext.h: add missing #include <map>
+
+2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (InsetText): parlist cleanup
+       (clear): ditto
+       (edit): ditto
+       (insetUnlock): ditto
+       (lockInset): ditto
+       (lockInsetInInset): ditto
+       (cx): ditto
+       (cix): ditto
+       (getLyXText): ditto
+       (searchBackward): ditto
+       (collapseParagraphs): ditto
+
+2003-05-06  John Levon  <levon@movementarian.org>
+
+       * insetcaption.C: don't cast wrap inset to InsetFloat
+
+       * insetfloat.h:
+       * insetfloat.C: remove unneeded type() function
+
+2003-05-05 André Pönitz <poenitz@gmx.net>
+
+       * inset.h:
+       * insettext.[Ch]:
+       * insettabular.[Ch]:
+       * insetcollapsable.[Ch]: remove unused function firstParagraph()
+       replace getFirstParagraph() by getParagraphs()
+
+2003-05-03  John Levon  <levon@movementarian.org>
+
+       * insetcollapsable.h:
+       * insetcollapsable.C:
+       * insettabular.h:
+       * insettabular.C:
+       * insettext.h:
+       * insettext.C:
+       * updatableinset.h:
+       * updatableinset.C: remove cursor_visible_, showInsetCursor(),
+       hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
+       getCursor(). Remove explicit cursor hides.
+
+2003-05-02 André Pönitz <poenitz@gmx.net>
+
+       * insettext.C: remove unneeded &*
+
+2003-04-30  John Levon  <levon@movementarian.org>
+
+       * insettabular.C: fix edit message
+
+2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (setFont): do not convert iterator -> pointer
+
+       * insettabular.C (localDispatch): do not convert iterator -> pointer
+       (setFont): ditto
+       (tabularFeatures): ditto
+
+2003-04-29 André Pönitz <poenitz@gmx.net>
+
+       * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
+
+2003-04-28 André Pönitz <poenitz@gmx.net>
+
+       * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
+         Changes
+
+2003-04-25 André Pönitz <poenitz@gmx.net>
+
+       * insetenv.C: derive from InsetText instead of InsetCollapsable
+
+2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetexternal.C (string2params): dont do anything if the string
+       is empty.
+       * insetgraphics.C (string2params): ditto
+       * insetcommand.C (string2params): ditto
+       * insetert.C (string2params): ditto
+       * insetfloat.C (string2params): ditto
+       * insetinclude.C (string2params): ditto
+       * insetminipage.C (string2params): ditto
+       * insettabular.C (string2params): ditto
+       * insetwrap.C (string2params): ditto
+
+2003-04-24 André Pönitz <poenitz@gmx.net>
+
+       * insetref.C: support for eqref
+
+2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetert.C (read): use ParagraphList::iterator.
+
+2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetquotes.C (latex): comment some code and add warnings.
+
+2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
+
+       * insetexternal.C (localDispatch): added a missing DISPATCHED
+
+2003-04-12  John Levon  <levon@movementarian.org>
+
+       * insetwrap.C (addToToc): fix a crash, conversion
+       from while to for loop forgot to remove the explicit
+       increment
+
+2003-04-10  John Levon  <levon@movementarian.org>
+
+       * insettabular.C (tabularFeature): make sure
+       to update the dialog when we change something
+       (bug 1036).
+
+       (getStatus): don't disable some lfuns (bug 939)
+
 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * insettext.C (saveLyXTextState): adjust