diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-11-20 Martin Rudalics <rudalics@gmx.at> | 10 | 2008-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 |