aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54b34eb5c00..ab870b56f1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-27 Eli Zaretskii <eliz@gnu.org> 12012-07-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * alloc.c (listn): Fix the order the arguments are consed onto the
4 list.
5
3 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for 6 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
4 enumeration constants, as PURE and HEAP are too general, and clash 7 enumeration constants, as PURE and HEAP are too general, and clash
5 with other headers and sources, such as gmalloc.c and the 8 with other headers and sources, such as gmalloc.c and the