aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--src/ChangeLog7
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7449264275..fea1e0574e3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,7 +42,7 @@ Previously you would be prompted for a safe coding system.
42** New variable `inhibit-iso-eacape-detection' determines if the 42** New variable `inhibit-iso-eacape-detection' determines if the
43coding system detector pays attention to ISO2022's escape sequences. 43coding system detector pays attention to ISO2022's escape sequences.
44If this variable is non-nil, the detector ignores such escape 44If this variable is non-nil, the detector ignores such escape
45sequences. The default value is nil, and it is not recommended to 45sequences. The default value is nil, and it is recommended not to
46change it except for such a special case that you always want to read 46change it except for such a special case that you always want to read
47any escape code verbatimly. If you just want to read a specific file 47any escape code verbatimly. If you just want to read a specific file
48without decoding escape codes, use C-x RET c 48without decoding escape codes, use C-x RET c
diff --git a/src/ChangeLog b/src/ChangeLog
index 0eb6ccd580d..0a071c9ab68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-07-14 Kenichi Handa <handa@etl.go.jp>
2
3 * coding.c (inhibit_iso_escape_detection): New variable.
4 (syms_of_coding): Make it a Lisp variable.
5 (detect_coding_iso2022): If inhibit_iso_escape_detection is
6 nonzero, ignore ISO2022's escape sequence.
7
12000-07-14 Gerd Moellmann <gerd@gnu.org> 82000-07-14 Gerd Moellmann <gerd@gnu.org>
2 9
3 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event) 10 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)