diff options
| author | Dmitry Antipov | 2012-12-07 11:16:32 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-07 11:16:32 +0400 |
| commit | ed08365b9e2756208b0cd2724715b47df6bf5320 (patch) | |
| tree | 234b22e6b305f5ac90b4563a4026fa5a528da626 /src/ChangeLog | |
| parent | 8e0762cade0431a3586c9f60234a63df4117a16a (diff) | |
| download | emacs-ed08365b9e2756208b0cd2724715b47df6bf5320.tar.gz emacs-ed08365b9e2756208b0cd2724715b47df6bf5320.zip | |
Convenient macro to check whether the buffer is hidden.
* buffer.h (BUFFER_HIDDEN_P): New macro.
* frame.c (make_frame): Use it. Adjust comment.
* buffer.c (candidate_buffer): New function.
(Fother_buffer, other_buffer_safely): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-12-06 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-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 |