aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 27e430d7d0d..c43404fa438 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-08-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
4 Otherwise, the compiler complains about (A?B:C) where B is void
5 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
6 (fontset_add): Return void, for FONTSET_ADD.
7
12012-08-21 Paul Eggert <eggert@cs.ucla.edu> 82012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 * alloc.c: Use bool for booleans. 10 * alloc.c: Use bool for booleans.