diff options
| author | Andreas Schwab | 2008-05-26 12:03:03 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-05-26 12:03:03 +0000 |
| commit | 5a9c35e5009f2cee18f4baa57736f604d215f7a9 (patch) | |
| tree | b5fc2a7fd829056b64f84dfaab64e294e07a2cee /src/ChangeLog | |
| parent | f8eb1603d22a837bb2554c7b50a1f2311bd1be3e (diff) | |
| download | emacs-5a9c35e5009f2cee18f4baa57736f604d215f7a9.tar.gz emacs-5a9c35e5009f2cee18f4baa57736f604d215f7a9.zip | |
(x_reply_selection_request): Properly handle format ==
32. Always send multiples of format size.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6180e5a224..0cb744d5b62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-05-26 Andreas Schwab <schwab@suse.de> | 1 | 2008-05-26 Andreas Schwab <schwab@suse.de> |
| 2 | 2 | ||
| 3 | * xselect.c (x_reply_selection_request): Properly handle format == | ||
| 4 | 32. Always send multiples of format size. | ||
| 5 | |||
| 3 | * xterm.c (x_set_frame_alpha): Fix type mismatch. | 6 | * xterm.c (x_set_frame_alpha): Fix type mismatch. |
| 4 | 7 | ||
| 5 | 2008-05-26 Jason Rumney <jasonr@gnu.org> | 8 | 2008-05-26 Jason Rumney <jasonr@gnu.org> |