diff options
| author | Dan Nicolaescu | 2007-09-04 15:44:11 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-09-04 15:44:11 +0000 |
| commit | 92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c (patch) | |
| tree | ea0c5c8cf7a344348b064e2e24b6bf49ee54bb97 /src/ChangeLog | |
| parent | 84a7b24341fc3a5bf5ffb12224bcaee928fc03f1 (diff) | |
| download | emacs-92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c.tar.gz emacs-92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 959a1bdbfca..4c72b1d6c7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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 |