aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2007-09-21 20:19:10 +0000
committerDan Nicolaescu2007-09-21 20:19:10 +0000
commit23d4cba5c7601c1a3bb3d2c79e535dab8d9adac0 (patch)
tree1b638a1e924d8a7af594c2ceb392e3d7932ba645 /src/ChangeLog
parent71f44e7ad49b434c191a84fcd46a7dfa94894735 (diff)
downloademacs-23d4cba5c7601c1a3bb3d2c79e535dab8d9adac0.tar.gz
emacs-23d4cba5c7601c1a3bb3d2c79e535dab8d9adac0.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e31ba344fd..3d3b64588e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-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
12007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> 62007-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.