aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-07 08:26:32 +0100
committerJoakim Verona2012-12-07 08:26:32 +0100
commitedcb8987b03c7f0592f0ccf9910952daec08f524 (patch)
tree8adbe26dc4573273d58b8312cd474be72649b6d2 /src/ChangeLog
parentf38699858c9228c46a2191e305c00c4158c790d1 (diff)
parented08365b9e2756208b0cd2724715b47df6bf5320 (diff)
downloademacs-edcb8987b03c7f0592f0ccf9910952daec08f524.tar.gz
emacs-edcb8987b03c7f0592f0ccf9910952daec08f524.zip
auto upstream
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 2a138bfcf65..5c92d94ee64 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Convenient macro to check whether the buffer is hidden.
4 * buffer.h (BUFFER_HIDDEN_P): New macro.
5 * frame.c (make_frame): Use it. Adjust comment.
6 * buffer.c (candidate_buffer): New function.
7 (Fother_buffer, other_buffer_safely): Use it.
8
12012-12-06 Eli Zaretskii <eliz@gnu.org> 92012-12-06 Eli Zaretskii <eliz@gnu.org>
2 10
3 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG 11 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG