aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-07 09:21:22 +0100
committerJoakim Verona2012-12-07 09:21:22 +0100
commit205f607d2a505ab60395d204924b5f22a559ed43 (patch)
treea7e4d776681d84ebed3465a7a62685d5fb7f7b04 /src/ChangeLog
parentedcb8987b03c7f0592f0ccf9910952daec08f524 (diff)
parent822995f8b9776a3bcd3794eb7c362bed0f21c4a1 (diff)
downloademacs-205f607d2a505ab60395d204924b5f22a559ed43.tar.gz
emacs-205f607d2a505ab60395d204924b5f22a559ed43.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 5c92d94ee64..a8be140ca0e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12012-12-07 Dmitry Antipov <dmantipov@yandex.ru> 12012-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
92012-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.