diff options
| author | Jan Djärv <jan.h.d@swipnet.se> | 2011-01-29 12:30:11 +0100 |
|---|---|---|
| committer | Jan Djärv <jan.h.d@swipnet.se> | 2011-01-29 12:30:11 +0100 |
| commit | 497a1925ecc0550630ba44f29d2db7378e7c9e4e (patch) | |
| tree | 2fb84329b5cba8f282d156c41d9996cc94aab92e /src/ChangeLog | |
| parent | 8907f7b9368b0eb9d2764248edacd08cda7dc3af (diff) | |
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/ChangeLog | 7 |
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 @@ +2011-01-29 Jan Djärv <jan.h.d@swipnet.se> + + * nsselect.m (ns_string_from_pasteboard): Get length of string + and use make_string instead of build_string (Bug#7934). + (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy + instead of stringWithUTF8String (Bug#7934). + 2011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change) * nsfont.m (nsfont_open): Ensure that fonts with inexact |
