aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-17 13:56:13 -0700
committerPaul Eggert2011-07-17 13:56:13 -0700
commit50849c52f8cf342b81c1db12b13f866ec6c049fc (patch)
tree09bc44425b2a904a3c7a7a7b3216e523d7766ff5 /src/ChangeLog
parentb13995dbbdab5254bc77ad5ed7318db9797be321 (diff)
downloademacs-50849c52f8cf342b81c1db12b13f866ec6c049fc.tar.gz
emacs-50849c52f8cf342b81c1db12b13f866ec6c049fc.zip
* xterm.c: don't go over XClientMessageEvent limit
(scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed. (x_send_scroll_bar_event): Likewise. Check that the size does not exceed limits imposed by XClientMessageEvent, as well as the usual ptrdiff_t and size_t limits.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32a117ed767..940beee887d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-07-17 Paul Eggert <eggert@cs.ucla.edu> 12011-07-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xterm.c: don't go over XClientMessageEvent limit
4 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
5 (x_send_scroll_bar_event): Likewise. Check that the size does not
6 exceed limits imposed by XClientMessageEvent, as well as the usual
7 ptrdiff_t and size_t limits.
8
3 * keyboard.c: Overflow, signedness and related fixes. 9 * keyboard.c: Overflow, signedness and related fixes.
4 (make_lispy_movement): Use same integer type in forward decl 10 (make_lispy_movement): Use same integer type in forward decl
5 that is used in the definition. 11 that is used in the definition.