diff options
| author | Paul Eggert | 2011-09-14 08:47:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-14 08:47:21 -0700 |
| commit | d2eea5b594ddfb4f5d99c1dcf710d279ae923a2c (patch) | |
| tree | 797a478ec77e71088487891d2c3f1b0eaee519a5 /src/ChangeLog | |
| parent | 17bb0a2d8363621ce5b5c3fe16dc35b85ac9d455 (diff) | |
| download | emacs-d2eea5b594ddfb4f5d99c1dcf710d279ae923a2c.tar.gz emacs-d2eea5b594ddfb4f5d99c1dcf710d279ae923a2c.zip | |
* xselect.c: Use signed conversions more consistently (Bug#9498).
(selection_data_to_lisp_data): Assume incoming selection data are
signed integers, not unsigned. This is to be consistent with
outgoing selection data, which was modified to use signed integers
in as part of the fix to Bug#9196 in response to Jan Djärv's comment
in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
expects long, not unsigned long.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f8361153a1..fd3de54c3e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-09-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * xselect.c: Use signed conversions more consistently (Bug#9498). | ||
| 4 | (selection_data_to_lisp_data): Assume incoming selection data are | ||
| 5 | signed integers, not unsigned. This is to be consistent with | ||
| 6 | outgoing selection data, which was modified to use signed integers | ||
| 7 | in as part of the fix to Bug#9196 in response to Jan D.'s comment | ||
| 8 | in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11 | ||
| 9 | expects long, not unsigned long. | ||
| 10 | |||
| 1 | 2011-09-14 Eli Zaretskii <eliz@gnu.org> | 11 | 2011-09-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Fix incorrect | 13 | * xdisp.c (try_window_reusing_current_matrix): Fix incorrect |