]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix changelog entries.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 10 Sep 2007 21:16:03 +0000 (21:16 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 10 Sep 2007 21:16:03 +0000 (21:16 +0000)
src/ChangeLog

index e476eac4a3eaf1b58e23a546f3ef2135f6809601..6aa1939be51ec38ea1acd32d7f6101319f31f45b 100644 (file)
        (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.
        (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.