mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
; * etc/NEWS: Move entries
Move entries of 'bidi-find-overridden-directionality' and 'buffer-substring-with-bidi-context' to the "Lisp Changes" section.
This commit is contained in:
parent
36255fba58
commit
4c6f368c3d
1 changed files with 14 additions and 14 deletions
28
etc/NEWS
28
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue