aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Scholtes2011-05-17 21:00:08 -0600
committerChristoph Scholtes2011-05-17 21:00:08 -0600
commit8e1f5610993de1a9522fcdca2225bc7544acc4c1 (patch)
tree9d3074ed1d6ece7bf5fc00c2745ffb25375b42dc /src
parentcdfa6eab5acbc53707e216db97d2e8ede0729843 (diff)
downloademacs-8e1f5610993de1a9522fcdca2225bc7544acc4c1.tar.gz
emacs-8e1f5610993de1a9522fcdca2225bc7544acc4c1.zip
* menu.c: Include limits.h (fixes the MS-Windows build broken by
revision 2011-05-18T00:52:24Z!eggert@cs.ucla.edu).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 227da56a250..643317e9fa3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
2
3 * menu.c: Include limits.h (fixes the MS-Windows build broken by
4 revision 104625).
5
12011-05-18 Paul Eggert <eggert@cs.ucla.edu> 62011-05-18 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Fix some integer overflow issues, such as string length overflow. 8 Fix some integer overflow issues, such as string length overflow.