aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 31fe13e074c..06377ba257d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * lisp.h (CHECK_BOOLEAN): New function.
4 * alloc.c (Fbool_vector): New function.
5 (syms_of_alloc): Defsubr it.
6 * data.c (Qbooleanp): New symbol.
7 (syms_of_data): DEFSYM it.
8 * dbusbind.c (xd_signature): Use CHECK_BOOLEAN.
9
12014-05-17 Paul Eggert <eggert@cs.ucla.edu> 102014-05-17 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 Assume C99 or later (Bug#17487). 12 Assume C99 or later (Bug#17487).