From: Vincent van Ravesteijn Date: Wed, 15 Apr 2009 21:41:07 +0000 (+0000) Subject: Update RELEASE-NOTES and LFUN documentation for the changes in LFUN_INSET_TOGGLE... X-Git-Tag: 2.0.0~6833 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ff294eb17349538a23f7759886734f8f8d1e5b0d;p=lyx.git Update RELEASE-NOTES and LFUN documentation for the changes in LFUN_INSET_TOGGLE and LFUN_INSET_SETTINGS. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29249 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0343eec44f..63b6f5a5fb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -30,11 +30,15 @@ The following new LyX functions have been introduced: - LFUN_REGEXP_MODE ("regexp-mode"). -- LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference"). - The following LyX functions have been removed: -- LFUN_NEXT_INSET_TOGGLE (next-inset-toggle): use "inset-toggle" instead. +- LFUN_NEXT_INSET_TOGGLE ("next-inset-toggle"): use "inset-toggle" instead. + +The following LyX functions have been changed: + +- LFUN_INSET_TOGGLE ("inset-toggle"): For some insets, this function was used + to show the settings dialog. This is no longer possible and one should use + inset-settings for this purpose. Known issues in version 2.0.0 ----------------------------- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 479042e067..36a79cc5c9 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2241,9 +2241,13 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_INSET_SETTINGS * \li Action: Open the inset's properties dialog. - * \li Notion: Used for box, branch, ert, float, listings, note, tabular, wrap insets. + * \li Notion: Used for bibitem, bibtex, box, branch, citation, ert, external, + * float, graphics, href, include, label, listings, note, phantom, + * ref, space, tabular, vspace, wrap insets. * \li Syntax: inset-settings - * \li Params: : + * \li Params: : . * \endvar */ { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit },