aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f109718fadb..7d63e76c309 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -65,6 +65,16 @@
65 alignof(EMACS_INT) < sizeof (EMACS_INT). 65 alignof(EMACS_INT) < sizeof (EMACS_INT).
66 (check_sblock, check_string_bytes, check_string_free_list): Protoize. 66 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
67 67
682011-04-18 Chong Yidong <cyd@stupidchicken.com>
69
70 * xdisp.c (lookup_glyphless_char_display)
71 (produce_glyphless_glyph): Handle cons cell entry in
72 glyphless-char-display.
73 (Vglyphless_char_display): Document it.
74
75 * term.c (produce_glyphless_glyph): Handle cons cell entry in
76 glyphless-char-display.
77
682011-04-17 Chong Yidong <cyd@stupidchicken.com> 782011-04-17 Chong Yidong <cyd@stupidchicken.com>
69 79
70 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs. 80 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.