aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2013-04-25 00:09:49 +0900
committerKenichi Handa2013-04-25 00:09:49 +0900
commitec5098562a018551a4ec9652fa7658304b1bbe59 (patch)
tree4979bccd23972c63dd39521863649d64996102b2 /src/ChangeLog
parent1ffefcf908c9452b752a35306d29eca48c723149 (diff)
downloademacs-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/ChangeLog6
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 @@
12013-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
12013-04-22 Paul Eggert <eggert@cs.ucla.edu> 72013-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.