emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 4c6f368: ; * etc/NEWS: Move entries


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 4c6f368: ; * etc/NEWS: Move entries
Date: Sun, 29 Nov 2015 17:57:16 +0000

branch: emacs-25
commit 4c6f368c3dcff674ff1891107abd7b54e92cf4cb
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * 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 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 180e48f..cf72c8d 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
@@ -1211,6 +1197,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.
 *** (pure VAL), if VAL is non-nil, indicates the function is pure.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]