diff options
| author | Stefan Monnier | 2013-03-10 22:56:18 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-10 22:56:18 -0400 |
| commit | 25c09217a0bb2ef721419304d5922d05ae8fc26b (patch) | |
| tree | 419f5dc2091bd922f433771722a7dfc8e6a564ea /etc | |
| parent | cbae07d5e07f53472fa972cd31418a4fe851ac31 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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. | ||
| 242 | Just as was the case in Emacs-22 and before, decoding of tty input according to | ||
| 243 | keyboard-coding-system is not performed in read-event any more. But contrary | ||
| 244 | to 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. |