aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05d5c77e625..1adc153e953 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. 3 * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
4 (ASIZE): Now contains previous implementation of XVECTOR_SIZE 4 (ASIZE): Now contains previous implementation of XVECTOR_SIZE
5 instead of invoking XVECTOR_SIZE. 5 instead of invoking XVECTOR_SIZE.
6 (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.
6 7
7 * lisp.h: Say "vectorlike header" rather than "vector header. 8 * lisp.h: Say "vectorlike header" rather than "vector header.
8 (struct vectorlike_header): Rename from struct vector_header. 9 (struct vectorlike_header): Rename from struct vector_header.