Mercurial > emacs
diff lisp/ChangeLog @ 84570:d1fd48a6a8ed
* xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
level. Remove the hooks when turning off the mode.
* term/xterm.el: Require xt-mouse at compile time.
(terminal-init-xterm): Turn on xterm mouse tracking for this
terminal if xterm-mouse-mode is enabled.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 15 Sep 2007 00:27:38 +0000 |
parents | cad259e522a5 |
children | 44b45775d250 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 14 22:58:55 2007 +0000 +++ b/lisp/ChangeLog Sat Sep 15 00:27:38 2007 +0000 @@ -1,3 +1,12 @@ +2007-09-15 Dan Nicolaescu <dann@ics.uci.edu> + + * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top + level. Remove the hooks when turning off the mode. + + * term/xterm.el: Require xt-mouse at compile time. + (terminal-init-xterm): Turn on xterm mouse tracking for this + terminal if xterm-mouse-mode is enabled. + 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu> * term/xterm.el (xterm-function-map): Replace bindings that were