aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-01-29 12:30:11 +0100
committerJan Djärv2011-01-29 12:30:11 +0100
commit497a1925ecc0550630ba44f29d2db7378e7c9e4e (patch)
tree2fb84329b5cba8f282d156c41d9996cc94aab92e /src/ChangeLog
parent8907f7b9368b0eb9d2764248edacd08cda7dc3af (diff)
downloademacs-497a1925ecc0550630ba44f29d2db7378e7c9e4e.tar.gz
emacs-497a1925ecc0550630ba44f29d2db7378e7c9e4e.zip
Handle nul-character in copy/paste (Bug#7934).
* nsselect.m (ns_string_from_pasteboard): Get length of string and use make_string instead of build_string. (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy instead of stringWithUTF8String (Bug#7934).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8686529221..340ca37aae4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-01-29 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsselect.m (ns_string_from_pasteboard): Get length of string
4 and use make_string instead of build_string (Bug#7934).
5 (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy
6 instead of stringWithUTF8String (Bug#7934).
7
12011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change) 82011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change)
2 9
3 * nsfont.m (nsfont_open): Ensure that fonts with inexact 10 * nsfont.m (nsfont_open): Ensure that fonts with inexact