aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 36f015db5fa..04a6c353619 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1261,7 +1261,7 @@
1261 (Fcommand_execute): Remove, replace by an Elisp implementation. 1261 (Fcommand_execute): Remove, replace by an Elisp implementation.
1262 (syms_of_keyboard): Adjust accordingly. 1262 (syms_of_keyboard): Adjust accordingly.
1263 1263
12642013-02-19 Daniel Colascione <dancol@dancol.org> 12642013-02-19 Daniel Colascione <dancol@dancol.org>
1265 1265
1266 * sheap.c (report_sheap_usage): Use message, not message1, so 1266 * sheap.c (report_sheap_usage): Use message, not message1, so
1267 that we don't try to create a buffer while we're in the middle 1267 that we don't try to create a buffer while we're in the middle
@@ -12085,9 +12085,9 @@
12085 to denote vector blocks. Adjust users (live_vector_p, 12085 to denote vector blocks. Adjust users (live_vector_p,
12086 mark_maybe_pointer, valid_lisp_object_p) accordingly. 12086 mark_maybe_pointer, valid_lisp_object_p) accordingly.
12087 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG. 12087 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
12088 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES), 12088 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES)
12089 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX), 12089 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX)
12090 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST), 12090 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST)
12091 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros. 12091 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
12092 (roundup_size): New constant. 12092 (roundup_size): New constant.
12093 (struct vector_block): New data type. 12093 (struct vector_block): New data type.