diff options
| author | Kenichi Handa | 2013-04-25 00:09:49 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-04-25 00:09:49 +0900 |
| commit | ec5098562a018551a4ec9652fa7658304b1bbe59 (patch) | |
| tree | 4979bccd23972c63dd39521863649d64996102b2 /src/ChangeLog | |
| parent | 1ffefcf908c9452b752a35306d29eca48c723149 (diff) | |
| download | emacs-ec5098562a018551a4ec9652fa7658304b1bbe59.tar.gz emacs-ec5098562a018551a4ec9652fa7658304b1bbe59.zip | |
coding.c (decode_coding_iso_2022): When an invalid escape sequence is encountered, reset the invocation and designation status to the safest one.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31764cad485..99e2c3d9a84 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-04-24 Kenichi Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_iso_2022): When an invalid escape | ||
| 4 | sequence is encountered, reset the invocation and designation | ||
| 5 | status to the safest one. | ||
| 6 | |||
| 1 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * Makefile.in (bootstrap-clean): Remove stamp-h1 too. | 9 | * Makefile.in (bootstrap-clean): Remove stamp-h1 too. |