diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 21 17:10:48 2007 +0000
+++ b/src/ChangeLog	Fri Sep 21 20:19:10 2007 +0000
@@ -1,3 +1,8 @@
+2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
+	up the tty state.
+
 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.