diff options
| author | Kenichi Handa | 2008-10-21 02:28:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-10-21 02:28:20 +0000 |
| commit | 0729571314c28b9ee6669c6850a7e99f75964c98 (patch) | |
| tree | ba632537a3b0195c067a80f0c72568944faac152 /src/ChangeLog | |
| parent | 30ee26a9592a7784acccbc8a86e3060d5f1eca78 (diff) | |
| download | emacs-0729571314c28b9ee6669c6850a7e99f75964c98.tar.gz emacs-0729571314c28b9ee6669c6850a7e99f75964c98.zip | |
(detect_coding_charset): For iso-8859-* coding systems,
check Vlatin_extra_code_table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 042469a5049..64b988e7de4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-10-21 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_charset): For iso-8859-* coding systems, | ||
| 4 | check Vlatin_extra_code_table. | ||
| 5 | |||
| 1 | 2008-10-20 Eli Zaretskii <eliz@gnu.org> | 6 | 2008-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * fileio.c (Fset_file_modes): Doc fix. | 8 | * fileio.c (Fset_file_modes): Doc fix. |