diff options
| author | Jan Djärv | 2011-01-29 12:30:11 +0100 |
|---|---|---|
| committer | Jan Djärv | 2011-01-29 12:30:11 +0100 |
| commit | 497a1925ecc0550630ba44f29d2db7378e7c9e4e (patch) | |
| tree | 2fb84329b5cba8f282d156c41d9996cc94aab92e /src/ChangeLog | |
| parent | 8907f7b9368b0eb9d2764248edacd08cda7dc3af (diff) | |
| download | emacs-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/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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change) | 8 | 2011-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 |