aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-11-21 02:24:40 +0000
committerKenichi Handa2008-11-21 02:24:40 +0000
commitcee53ed4b8f7743304226613bec083d2bcbde45f (patch)
tree6ad808a7b369072ba8469919c375b0175496ad65 /src/ChangeLog
parent11eac3eaed3c433a5948133a9b990eb4f71e07c9 (diff)
downloademacs-cee53ed4b8f7743304226613bec083d2bcbde45f.tar.gz
emacs-cee53ed4b8f7743304226613bec083d2bcbde45f.zip
(detect_coding_iso_2022): Reject invalid composition
sequence. (DECODE_COMPOSITION_START): If the current source is the last block, and the current composition doesn't end, regard this sequence as invalid. (decode_coding_iso_2022): Handle invalid composition sequence.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fe4b1abaddf..ee88976b9f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12008-11-21 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (detect_coding_iso_2022): Reject invalid composition
4 sequence.
5 (DECODE_COMPOSITION_START): If the current source is the last
6 block, and the current composition doesn't end, regard this
7 sequence as invalid.
8 (decode_coding_iso_2022): Handle invalid composition sequence.
9
12008-11-20 Martin Rudalics <rudalics@gmx.at> 102008-11-20 Martin Rudalics <rudalics@gmx.at>
2 11
3 * window.c (coordinates_in_window): Don't return 12 * window.c (coordinates_in_window): Don't return