aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky2017-02-11 19:47:55 -0500
committerNoam Postavsky2017-06-29 19:40:23 -0400
commitc87c87fcc361494815bbd1d92f450b0b80a3ecbb (patch)
tree60d7ae515b92944d1e90772df3ae5dac05b5c715 /etc
parent0ae28c71c739dfecbe94a5ff6786e81021d2d1cf (diff)
downloademacs-c87c87fcc361494815bbd1d92f450b0b80a3ecbb.tar.gz
emacs-c87c87fcc361494815bbd1d92f450b0b80a3ecbb.zip
Escape NUL bytes in X selections (Bug#6991)
* lisp/term/w32-win.el (w32--set-selection): * lisp/select.el (xselect--encode-string): Replace NUL bytes with "\0". * doc/emacs/killing.texi: Document new behavior. * etc/NEWS (times): Announce it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 319b40f5d1a..dc9393c87d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -326,6 +326,10 @@ The old behaviour of using 'prin1' can be restored by customizing the
326new option 'debugger-print-function'. 326new option 'debugger-print-function'.
327 327
328+++ 328+++
329** NUL bytes in strings copied to the system clipboard are now
330replaced with "\0".
331
332+++
329** The new variable 'x-ctrl-keysym' has been added to the existing 333** The new variable 'x-ctrl-keysym' has been added to the existing
330roster of X keysyms. It can be used in combination with another 334roster of X keysyms. It can be used in combination with another
331variable of this kind to swap modifiers in Emacs. 335variable of this kind to swap modifiers in Emacs.