aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d75ec22b9f9..0a9c3d88ca5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-04-30 Paul Eggert <eggert@cs.ucla.edu> 12011-04-30 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dispnew.c (scrolling_window): Return 1 if we scrolled,
4 to match comment at start of function. This also removes a
5 GCC warning about overflow in a 32+64-bit port.
6
3 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify. 7 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
4 8
5 * dbusbind.c: Do not use XPNTR on a value that may be an integer. 9 * dbusbind.c: Do not use XPNTR on a value that may be an integer.