aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00ce2e46f04..4db48bbb969 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12012-08-31 Dmitry Antipov <dmantipov@yandex.ru> 12012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Remove mark_ttys function and fix tty_display_info initialization.
4 * lisp.h (mark_ttys): Remove prototype.
5 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
6 to mark_ttys because all possible values of 'top_frame' slot are
7 the frames which are reachable from Vframe_list.
8 * term.c (mark_ttys): Remove.
9 (init_tty): Safely initialize 'top_frame' slot with Qnil.
10
112012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
12
3 Change struct frame bitfields from unsigned char to unsigned. 13 Change struct frame bitfields from unsigned char to unsigned.
4 * frame.h (struct frame): Change type of 'display_preempted', 14 * frame.h (struct frame): Change type of 'display_preempted',
5 'visible', 'iconified', 'has_minibuffer', 'wants_modeline', 15 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',