diff options
| author | Juanma Barranquero | 2009-01-07 09:34:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-07 09:34:18 +0000 |
| commit | 79a972175a9215551fd13a898cfce69cc5c42e14 (patch) | |
| tree | 32128708474d3a5f156492ec4dbc7acebb2ab537 /src | |
| parent | b71f6f7303a0afd764b5954e613cf0140419adca (diff) | |
| download | emacs-79a972175a9215551fd13a898cfce69cc5c42e14.tar.gz emacs-79a972175a9215551fd13a898cfce69cc5c42e14.zip | |
Add bug reference.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 25b60e9d45e..df6b5761a3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2009-01-07 Kenichi Handa <handa@m17n.org> | 1 | 2009-01-07 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * coding.c (decode_coding_utf_8): Check byte_after_cr before | 3 | * coding.c (decode_coding_utf_8): Check byte_after_cr before |
| 4 | breaking the loop. | 4 | breaking the loop. (Bug#870) |
| 5 | (decode_coding_utf_16, decode_coding_emacs_mule) | 5 | (decode_coding_utf_16, decode_coding_emacs_mule) |
| 6 | (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) | 6 | (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) |
| 7 | (decode_coding_charset): Likewise. | 7 | (decode_coding_charset): Likewise. |