X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=d77710164772cc40459cb96fb3fd12acbf4a46be;hb=52e58a3700322392b785f739265bc928326b03bb;hp=ab23e5077bedf67401a14ba595dec295109d4d4f;hpb=543571fd0331c6559cf8cf4b1179308a4491a3cf;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ab23e5077b..d777101647 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -84,6 +84,12 @@ The following new LyX functions have been introduced: - LFUN_SPELLING_IGNORE ("spelling-ignore"). +- LFUN_PREVIEW_INSERT ("preview-insert"). + +- LFUN_FORWARD_SEARCH ("forward-search"). + +- LFUN_INSET_COPY_AS ("inset-copy-as"). + The following LyX functions have been removed: @@ -98,6 +104,15 @@ The following LyX functions have been removed: with the more general function inset-forall inset-forall Note: inset-modify note Note +- LFUN_ALL_INSETS_TOGGLE ("all-insets-toggle"): replace + all-insets-toggle + all-insets-toggle + with the more generic function inset-forall + inset-forall inset-toggle + inset-forall * inset-toggle + There is a difference in the parameter, which is would be + like "note" in the first case and "Note" in the second. + - LFUN_TABULAR_FEATURE ("tabular-feature"): use "inset-modify" instead. @@ -111,6 +126,9 @@ The following LyX functions have been changed: arguments have been inverted in order to allow the replacement of the word at current cursor position, even if it is not selected. +- LFUN_OPTIONAL_INSERT ("optional-insert") has been renamed LFUN_ARGUMENT_INSERT + ("argument-insert"). + New external programs and libaries: -----------------------------------