From 4c6f368c3dcff674ff1891107abd7b54e92cf4cb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Nov 2015 19:55:31 +0200 Subject: [PATCH] ; * etc/NEWS: Move entries Move entries of 'bidi-find-overridden-directionality' and 'buffer-substring-with-bidi-context' to the "Lisp Changes" section. --- etc/NEWS | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 180e48ffc36..cf72c8d51e2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -181,20 +181,6 @@ for use in Emacs bug reports. hiding character but the default `.' can be used by let-binding the variable `read-hide-char'. -+++ -** The new function `bidi-find-overridden-directionality' allows to -find characters whose directionality was, perhaps maliciously, -overridden by directional override control characters. Lisp programs -can use this to detect potential phishing of URLs and other links that -exploits bidirectional display reordering. - -+++ -** The new function `buffer-substring-with-bidi-context' allows to -copy a portion of a buffer into a different location while preserving -the visual appearance both of the copied text and the text at -destination, even when the copied text includes mixed bidirectional -text and directional control characters. - ** New variable `ns-use-fullscreen-animation' controls animation for non-native NS fullscreen. The default is nil. Set to t to enable animation when entering and leaving fullscreen. For native OSX fullscreen @@ -1210,6 +1196,20 @@ called interactively. ** New function `function-put' to use instead of `put' for function properties. ++++ +** The new function `bidi-find-overridden-directionality' allows to +find characters whose directionality was, perhaps maliciously, +overridden by directional override control characters. Lisp programs +can use this to detect potential phishing of URLs and other links that +exploits bidirectional display reordering. + ++++ +** The new function `buffer-substring-with-bidi-context' allows to +copy a portion of a buffer into a different location while preserving +the visual appearance both of the copied text and the text at +destination, even when the copied text includes mixed bidirectional +text and directional control characters. + +++ ** New properties that can be specified with `declare': *** (interactive-only INSTEAD), says to use INSTEAD for non-interactive use. -- 2.39.5