]> git.lyx.org Git - lyx.git/commitdiff
Update RELEASE-NOTES and LFUN documentation for the changes in LFUN_INSET_TOGGLE...
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 15 Apr 2009 21:41:07 +0000 (21:41 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 15 Apr 2009 21:41:07 +0000 (21:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29249 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES
src/LyXAction.cpp

index 0343eec44ff1ce0c5fb34418addb2a5fbcd88482..63b6f5a5fbab726f979b808ae30d8e8b27088922 100644 (file)
@@ -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
 -----------------------------
index 479042e067a2d556fc2541723cb5d87f073cbbb8..36a79cc5c9751c37f72c9598b128b537838fdd77 100644 (file)
@@ -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 <INSET>
- * \li Params: <INSET>: <box|branch|ert|float|listings|note|phantom|tabular|wrap>
+ * \li Params: <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
+ *                       graphics|href|include|label|listings|note|phantom|ref|
+ *                       space|tabular|vspace|wrap>.
  * \endvar
  */
                { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit },