comparison src/ChangeLog @ 84769:cbcb89640ef2

* xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions. * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning up the tty state.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 21 Sep 2007 20:19:10 +0000
parents 53194ec05789
children 5f9031dfa063
comparison
equal deleted inserted replaced
84768:53194ec05789 84769:cbcb89640ef2
1 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
4 up the tty state.
5
1 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> 6 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead. 8 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
4 (gpm_tty): Change its type. 9 (gpm_tty): Change its type.
5 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead. 10 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.