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
This commit is contained in:
Vincent van Ravesteijn 2009-04-15 21:41:07 +00:00
parent cdd802421a
commit ff294eb173
2 changed files with 13 additions and 5 deletions

View 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
-----------------------------

View 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 },