aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-21 20:44:35 -0700
committerPaul Eggert2012-07-21 20:44:35 -0700
commitfb9ea40fc511eb7e42a512ada9e369cce1bfd932 (patch)
tree06dbb3d36540010e7d8657bcee8207f0f7e43e83 /src/ChangeLog
parent37a9eac80c07eec4f17917433bc8c406e812e394 (diff)
downloademacs-fb9ea40fc511eb7e42a512ada9e369cce1bfd932.tar.gz
emacs-fb9ea40fc511eb7e42a512ada9e369cce1bfd932.zip
* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
as it's limited by the amount of memory, not by INT_MAX.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1c7eb561a0..6392044ed62 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
4 as it's limited by the amount of memory, not by INT_MAX.
5
12012-07-21 Eli Zaretskii <eliz@gnu.org> 62012-07-21 Eli Zaretskii <eliz@gnu.org>
2 7
3 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore' 8 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'