aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-03-10 22:56:18 -0400
committerStefan Monnier2013-03-10 22:56:18 -0400
commit25c09217a0bb2ef721419304d5922d05ae8fc26b (patch)
tree419f5dc2091bd922f433771722a7dfc8e6a564ea /etc
parentcbae07d5e07f53472fa972cd31418a4fe851ac31 (diff)
downloademacs-25c09217a0bb2ef721419304d5922d05ae8fc26b.tar.gz
emacs-25c09217a0bb2ef721419304d5922d05ae8fc26b.zip
* lisp/xt-mouse.el (xterm-mouse-event-read): Remove.
(xterm-mouse--read-event-sequence-1000) (xterm-mouse--read-event-sequence-1006): Use read-event instead.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 364dd8bf53a..27218ed8bf0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -238,6 +238,11 @@ It is layered as:
238 238
239* Incompatible Lisp Changes in Emacs 24.4 239* Incompatible Lisp Changes in Emacs 24.4
240 240
241** `read-event' does not return decoded chars in ttys any more.
242Just as was the case in Emacs-22 and before, decoding of tty input according to
243keyboard-coding-system is not performed in read-event any more. But contrary
244to that past, it is still done before input-decode-map/function-key-map/...
245
241** Removed inhibit-local-menu-bar-menus. 246** Removed inhibit-local-menu-bar-menus.
242 247
243** frame-local variables that affect redisplay do not work any more. 248** frame-local variables that affect redisplay do not work any more.