diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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) |