comparison 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
comparison
equal deleted inserted replaced
83874:97ee6d41604e 83875:fbb5919e6afb
1 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
4 (Vresume_tty_hook): Rename from Vresume_tty_functions.
5 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
6 and resume-tty-function to resume-tty-hook.
7 (Fsuspend_tty, Fresume_tty): Use new names.
8
1 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 9 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 10
3 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon 11 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
4 if it starts with "n:". 12 if it starts with "n:".
5 13