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 beb47d6c998..1956d602e6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 port new setting code to Sun C 5.8 2005/10/13
4 * chartab.c, lisp.h (char_table_set, char_table_set_range):
5 Return void, not Lisp_Object. Otherwise, the compiler
6 complains about (A?B:C) where B is void and C is Lisp_Object
7 when compiling CHAR_TABLE_SET, due to the recent change to
8 the API of sub_char_table_set_contents.
9
12012-08-18 Chong Yidong <cyd@gnu.org> 102012-08-18 Chong Yidong <cyd@gnu.org>
2 11
3 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE 12 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE