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 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