aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-16 11:31:16 -0400
committerDavid Reitter2011-06-16 11:31:16 -0400
commitd65e8a993fa02bf52ed8bd5ae4ea5771eb0c1018 (patch)
treeff112744bd7e028de23ab3c5f29a3cc2ef62f16c /src/ChangeLog
parentdfc47e35111ff5332791303a881bfa5d262e3a10 (diff)
downloademacs-d65e8a993fa02bf52ed8bd5ae4ea5771eb0c1018.tar.gz
emacs-d65e8a993fa02bf52ed8bd5ae4ea5771eb0c1018.zip
Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
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).