From: Jürgen Spitzmüller Date: Sun, 27 Apr 2008 16:23:14 +0000 (+0000) Subject: * RELEASE_NOTES: document lfun change. X-Git-Tag: 1.6.10~4974 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4170290545f93640d6f983ccba6b29f9824ed685;p=lyx.git * RELEASE_NOTES: document lfun change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24527 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 19da9b578f..8a2972152b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -138,6 +138,8 @@ The following new LyX functions have been introduced: - LFUN_NEXT_INSET_MODIFY, "next-inset-modify" +- LFUN_INSET_EDIT, "inset-edit" + The following new LyX functions have been removed: @@ -156,6 +158,10 @@ The following new LyX functions have been removed: - LFUN_SERVER_GET_FONT. +- LFUN_EXTERNAL_EDIT. Superseded by the more general LFUN_INSET_EDIT. + +- LFUN_GRAPHICS_EDIT. Superseded by the more general LFUN_INSET_EDIT. + For the detailed description of LyX functions look into doxygen documentation.