diff options
| author | Dmitry Antipov | 2012-12-07 12:13:49 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-07 12:13:49 +0400 |
| commit | 822995f8b9776a3bcd3794eb7c362bed0f21c4a1 (patch) | |
| tree | c23294c683b04fee27566eeb78537da3ba3b3b52 /src/ChangeLog | |
| parent | ed08365b9e2756208b0cd2724715b47df6bf5320 (diff) | |
| download | emacs-822995f8b9776a3bcd3794eb7c362bed0f21c4a1.tar.gz emacs-822995f8b9776a3bcd3794eb7c362bed0f21c4a1.zip | |
* frame.c (make_frame): Do not set window's buffer to t.
* window.c (Fsplit_window_internal): Likewise. Previously it was
used to indicate that the window is being set up. Now we use
set_window_buffer for all new windows, so the condition in ...
(Fset_window_buffer): ... is always true and can be removed.
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 5c92d94ee64..a8be140ca0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * frame.c (make_frame): Do not set window's buffer to t. | ||
| 4 | * window.c (Fsplit_window_internal): Likewise. Previously it was | ||
| 5 | used to indicate that the window is being set up. Now we use | ||
| 6 | set_window_buffer for all new windows, so the condition in ... | ||
| 7 | (Fset_window_buffer): ... is always true and can be removed. | ||
| 8 | |||
| 9 | 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 10 | |||
| 3 | Convenient macro to check whether the buffer is hidden. | 11 | Convenient macro to check whether the buffer is hidden. |
| 4 | * buffer.h (BUFFER_HIDDEN_P): New macro. | 12 | * buffer.h (BUFFER_HIDDEN_P): New macro. |
| 5 | * frame.c (make_frame): Use it. Adjust comment. | 13 | * frame.c (make_frame): Use it. Adjust comment. |