]> code.delx.au - gnu-emacs/commitdiff
; * etc/NEWS: Move entries
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Nov 2015 17:55:31 +0000 (19:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Nov 2015 17:55:31 +0000 (19:55 +0200)
Move entries of 'bidi-find-overridden-directionality' and
'buffer-substring-with-bidi-context' to the "Lisp Changes"
section.

etc/NEWS

index 180e48ffc36190ff4df5bb7eefe8e1bcfa52257c..cf72c8d51e2ef3e1761ed3227962c06dc623767c 100644 (file)
--- 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.