aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-29 21:14:51 +0400
committerDmitry Antipov2012-07-29 21:14:51 +0400
commit7e63e0c3c6c94188a614cdd934a8e784c295fdc5 (patch)
treea7e102cd4e204804b802d2e54c1bbfb94308c4ec /src/ChangeLog
parent1117bd24d198694f3f6922fa5c2abe5318b732cd (diff)
downloademacs-7e63e0c3c6c94188a614cdd934a8e784c295fdc5.tar.gz
emacs-7e63e0c3c6c94188a614cdd934a8e784c295fdc5.zip
Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
* lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long time. Adjust users. (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6143d15bde..8a0f998cfc6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
4 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
5 time. Adjust users.
6 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
7
12012-07-29 Jan Djärv <jan.h.d@swipnet.se> 82012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before 10 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before