aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2f571aa7b1d..5daf1dc5a7c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-12-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 * frame.h (SET_FRAME_VISIBLE): Now an inline function.
4 The macro didn't conform to C99 due to type mismatch,
5 which caused compilation failure with Sun C 5.12,
6 and it was confusing anyway. Include window.h to declare
7 redisplay_other_windows.
8
12013-12-08 Stefan Monnier <monnier@iro.umontreal.ca> 92013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * window.c (set_window_buffer): Update mode line (bug#16084). 11 * window.c (set_window_buffer): Update mode line (bug#16084).