aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2007-09-10 21:16:03 +0000
committerDan Nicolaescu <[email protected]>2007-09-10 21:16:03 +0000
commit9cab96b06b2a7093d630a78f7f7d23c1f3965fe3 (patch)
tree2462b2ceeaccdf91b662c0a16e9cc49f11cd7f70 /src
parent28421945875ac7541b11a168f7fdda0edc309674 (diff)
Fix changelog entries.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e476eac4a3..6aa1939be5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -619,17 +619,14 @@
(x_delete_display): Doc update to reflect changes in
delete_terminal.
(x_display_info) <terminal>: Move member earlier in the struct.
- (x_delete_terminal): Use terminal->deleted. Delete all frames on
- the display explicitly.
(deleting_tty): Remove old variable.
(Fsuspend_tty): Call clear_tty_hooks.
(Fresume_tty, init_tty): Call set_tty_hooks.
- (clear_tty_hooks, set_tty_hooks): New functions.
(Ftty_display_color_p, Ftty_display_color_cells): Don't throw
errors on X frames.
(x_catch_errors_unwind): Abort if x_error_message is NULL.
(handle_one_xevent): Initialize `f' to NULL.
- (x_delete_device, x_create_device): New functions.
+ (x_delete_terminal, x_create_terminal): New functions.
(XTset_terminal_modes, XTreset_terminal_modes)
(XTread_socket, x_connection_closed, x_term_init)
(x_term_init, x_delete_display): Add terminal parameter.
@@ -735,6 +732,7 @@
(get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
(Ftty_display_color_cells)
(Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
+ (clear_tty_hooks, set_tty_hooks)
(init_tty, maybe_fatal): New functions.
(Ftty_type): Return nil if terminal is not on a tty instead of
throwing an error. Doc update.