aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 a86a23e7c0b..f51078f87ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -127,6 +127,11 @@
127 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: 127 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
128 New version that can reserve upto 2GB of heap space. 128 New version that can reserve upto 2GB of heap space.
129 129
1302011-04-27 Paul Eggert <eggert@cs.ucla.edu>
131
132 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
133 This makes this file independent of the recent pseudovector change.
134
1302011-04-26 Chong Yidong <cyd@stupidchicken.com> 1352011-04-26 Chong Yidong <cyd@stupidchicken.com>
131 136
132 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534). 137 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).