diff options
| author | Kenichi Handa | 2000-07-14 02:08:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-07-14 02:08:34 +0000 |
| commit | dd7b81cf87bb6cef96ca4923fa2f9108b1c36151 (patch) | |
| tree | 6e39794786cd0380005a282dbbabd4563c9cb154 | |
| parent | 26ae8525739b1fef4e1438510d22b2c03c518f1a (diff) | |
| download | emacs-dd7b81cf87bb6cef96ca4923fa2f9108b1c36151.tar.gz emacs-dd7b81cf87bb6cef96ca4923fa2f9108b1c36151.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 8 insertions, 1 deletions
| @@ -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 |
| 43 | coding system detector pays attention to ISO2022's escape sequences. | 43 | coding system detector pays attention to ISO2022's escape sequences. |
| 44 | If this variable is non-nil, the detector ignores such escape | 44 | If this variable is non-nil, the detector ignores such escape |
| 45 | sequences. The default value is nil, and it is not recommended to | 45 | sequences. The default value is nil, and it is recommended not to |
| 46 | change it except for such a special case that you always want to read | 46 | change it except for such a special case that you always want to read |
| 47 | any escape code verbatimly. If you just want to read a specific file | 47 | any escape code verbatimly. If you just want to read a specific file |
| 48 | without decoding escape codes, use C-x RET c | 48 | without 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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-07-14 Gerd Moellmann <gerd@gnu.org> | 8 | 2000-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) |