aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-07 21:59:27 -0800
committerPaul Eggert2013-12-07 21:59:27 -0800
commit95b3d095f8791c9d0a2007f43fa4731401c64c87 (patch)
tree34fac70f7db4a9b31332754195a13e90bc870e63 /src/ChangeLog
parent00a2b823737fb91e452de71df004950e11994513 (diff)
downloademacs-95b3d095f8791c9d0a2007f43fa4731401c64c87.tar.gz
emacs-95b3d095f8791c9d0a2007f43fa4731401c64c87.zip
* frame.h (SET_FRAME_VISIBLE): Now an inline function.
The macro didn't conform to C99 due to type mismatch, which caused compilation failure with Sun C 5.12, and it was confusing anyway. Include window.h to declare redisplay_other_windows.
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).