Mercurial > emacs
diff src/ChangeLog @ 83875:fbb5919e6afb
* server.el (server-start, server-unload-hook):
suspend-tty-functions has been renamed to suspend-tty-hook.
* xt-mouse.el: Likewise. resume-tty-functions has been renamed to
resume-tty-hook.
* term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
(Vresume_tty_hook): Rename from Vresume_tty_functions.
(syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
and resume-tty-function to resume-tty-hook.
(Fsuspend_tty, Fresume_tty): Use new names.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 04 Sep 2007 15:44:11 +0000 |
parents | 02e4d90b973f |
children | e83e76dafddb |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 04 06:47:41 2007 +0000 +++ b/src/ChangeLog Tue Sep 04 15:44:11 2007 +0000 @@ -1,3 +1,11 @@ +2007-09-04 Dan Nicolaescu <dann@ics.uci.edu> + + * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions. + (Vresume_tty_hook): Rename from Vresume_tty_functions. + (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook + and resume-tty-function to resume-tty-hook. + (Fsuspend_tty, Fresume_tty): Use new names. + 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon