summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-06-16 11:31:16 -0400
committerDavid Reitter <david.reitter@gmail.com>2011-06-16 11:31:16 -0400
commitd65e8a993fa02bf52ed8bd5ae4ea5771eb0c1018 (patch)
treeff112744bd7e028de23ab3c5f29a3cc2ef62f16c /src/ChangeLog
parentdfc47e35111ff5332791303a881bfa5d262e3a10 (diff)
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 @@
* w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
New version that can reserve upto 2GB of heap space.
+2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
+ This makes this file independent of the recent pseudovector change.
+
2011-04-26 Chong Yidong <cyd@stupidchicken.com>
* nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).