]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Fix description of incompatible change in `read-char'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Jul 2014 16:29:22 +0000 (12:29 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Jul 2014 16:29:22 +0000 (12:29 -0400)
etc/NEWS

index c9af6348aac641ada8b2bb8f54e345273fc96eb4..f740a701a54fb3d4ce616f6a2d7b93441fc1a58b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -971,11 +971,11 @@ The new optional CHECK-TIMERS parameter allows for the prior behavior.
 Some languages match those as »...«, and others as «...», so it is
 better for Emacs to stay neutral by default.
 
-** `read-event' does not return decoded chars in ttys any more.
-As was the case in Emacs 22 and before, the decoding of terminal
-input, according to `keyboard-coding-system', is not performed in
-`read-event' any more.  But unlike in Emacs 22, this decoding is still
-done before `input-decode-map', `function-key-map', etc.
+** `read-event' does not always decode chars in ttys any more.  As was the case
+in Emacs 22 and before, `read-event' (and `read-char') by default read raw
+bytes from the terminal.  If you want to read decoded chars instead (as was
+always the case in Emacs-23, for example), pass a non-nil
+`inherit-input-method' argument.
 
 ** In `symbol-function', nil and "unbound" are indistinguishable.
 `symbol-function' does not signal a `void-function' error any more.