diff options
| author | Eli Zaretskii | 2015-11-29 19:55:31 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-29 19:55:31 +0200 |
| commit | 4c6f368c3dcff674ff1891107abd7b54e92cf4cb (patch) | |
| tree | 049556063b39350c9f4d80df9e90e3ae0d437a83 | |
| parent | 36255fba58b6c73fcf1c810877cc128091fa2a68 (diff) | |
| download | emacs-4c6f368c3dcff674ff1891107abd7b54e92cf4cb.tar.gz emacs-4c6f368c3dcff674ff1891107abd7b54e92cf4cb.zip | |
; * etc/NEWS: Move entries
Move entries of 'bidi-find-overridden-directionality' and
'buffer-substring-with-bidi-context' to the "Lisp Changes"
section.
| -rw-r--r-- | etc/NEWS | 28 |
1 files changed, 14 insertions, 14 deletions
| @@ -181,20 +181,6 @@ for use in Emacs bug reports. | |||
| 181 | hiding character but the default `.' can be used by let-binding the | 181 | hiding character but the default `.' can be used by let-binding the |
| 182 | variable `read-hide-char'. | 182 | variable `read-hide-char'. |
| 183 | 183 | ||
| 184 | +++ | ||
| 185 | ** The new function `bidi-find-overridden-directionality' allows to | ||
| 186 | find characters whose directionality was, perhaps maliciously, | ||
| 187 | overridden by directional override control characters. Lisp programs | ||
| 188 | can use this to detect potential phishing of URLs and other links that | ||
| 189 | exploits bidirectional display reordering. | ||
| 190 | |||
| 191 | +++ | ||
| 192 | ** The new function `buffer-substring-with-bidi-context' allows to | ||
| 193 | copy a portion of a buffer into a different location while preserving | ||
| 194 | the visual appearance both of the copied text and the text at | ||
| 195 | destination, even when the copied text includes mixed bidirectional | ||
| 196 | text and directional control characters. | ||
| 197 | |||
| 198 | ** New variable `ns-use-fullscreen-animation' controls animation for | 184 | ** New variable `ns-use-fullscreen-animation' controls animation for |
| 199 | non-native NS fullscreen. The default is nil. Set to t to enable | 185 | non-native NS fullscreen. The default is nil. Set to t to enable |
| 200 | animation when entering and leaving fullscreen. For native OSX fullscreen | 186 | animation when entering and leaving fullscreen. For native OSX fullscreen |
| @@ -1211,6 +1197,20 @@ called interactively. | |||
| 1211 | ** New function `function-put' to use instead of `put' for function properties. | 1197 | ** New function `function-put' to use instead of `put' for function properties. |
| 1212 | 1198 | ||
| 1213 | +++ | 1199 | +++ |
| 1200 | ** The new function `bidi-find-overridden-directionality' allows to | ||
| 1201 | find characters whose directionality was, perhaps maliciously, | ||
| 1202 | overridden by directional override control characters. Lisp programs | ||
| 1203 | can use this to detect potential phishing of URLs and other links that | ||
| 1204 | exploits bidirectional display reordering. | ||
| 1205 | |||
| 1206 | +++ | ||
| 1207 | ** The new function `buffer-substring-with-bidi-context' allows to | ||
| 1208 | copy a portion of a buffer into a different location while preserving | ||
| 1209 | the visual appearance both of the copied text and the text at | ||
| 1210 | destination, even when the copied text includes mixed bidirectional | ||
| 1211 | text and directional control characters. | ||
| 1212 | |||
| 1213 | +++ | ||
| 1214 | ** New properties that can be specified with `declare': | 1214 | ** New properties that can be specified with `declare': |
| 1215 | *** (interactive-only INSTEAD), says to use INSTEAD for non-interactive use. | 1215 | *** (interactive-only INSTEAD), says to use INSTEAD for non-interactive use. |
| 1216 | *** (pure VAL), if VAL is non-nil, indicates the function is pure. | 1216 | *** (pure VAL), if VAL is non-nil, indicates the function is pure. |