Mercurial > emacs
diff src/ChangeLog @ 95313:42018959645c
(x_reply_selection_request): Properly handle format ==
32. Always send multiples of format size.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 26 May 2008 12:03:03 +0000 |
parents | a9b4031fa99f |
children | 04b3b749e596 |
line wrap: on
line diff
--- a/src/ChangeLog Mon May 26 11:37:42 2008 +0000 +++ b/src/ChangeLog Mon May 26 12:03:03 2008 +0000 @@ -1,5 +1,8 @@ 2008-05-26 Andreas Schwab <schwab@suse.de> + * xselect.c (x_reply_selection_request): Properly handle format == + 32. Always send multiples of format size. + * xterm.c (x_set_frame_alpha): Fix type mismatch. 2008-05-26 Jason Rumney <jasonr@gnu.org>