aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-08-31 14:53:19 +0400
committerDmitry Antipov2012-08-31 14:53:19 +0400
commitc650a5dec69902c684c5333befd35da6c518c5e0 (patch)
treede6c150f78fa24b78a9dc3e3bdb319d5f40ab470 /src/ChangeLog
parentc20643e2105117277d0b1d1880848e2ab31b967c (diff)
downloademacs-c650a5dec69902c684c5333befd35da6c518c5e0.tar.gz
emacs-c650a5dec69902c684c5333befd35da6c518c5e0.zip
Remove mark_ttys function and fix tty_display_info initialization.
* lisp.h (mark_ttys): Remove prototype. * alloc.c (Fgarbage_collect): Remove redundant (and the only) call to mark_ttys because all possible values of 'top_frame' slot are the frames which are reachable from Vframe_list. * term.c (mark_ttys): Remove. (init_tty): Safely initialize 'top_frame' slot with Qnil.
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',