diff options
| author | Kenichi Handa | 2008-06-04 07:53:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-04 07:53:59 +0000 |
| commit | c0e16b143680b9ecb51122add128577925d34159 (patch) | |
| tree | 284bf20b8647d2707c76dac8de91d2d9315d01dc /src/ChangeLog | |
| parent | 07e810660ae7d7899ddfd367a24da788c1920838 (diff) | |
| download | emacs-c0e16b143680b9ecb51122add128577925d34159.tar.gz emacs-c0e16b143680b9ecb51122add128577925d34159.zip | |
(detect_coding): Fix handling of coding->head_ascii.
Be sure to call setup_coding_system when a proper coding system is
found.
(detect_coding_system): Fix handling of coding->head_ascii.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aad6150d466..95098272967 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-06-04 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (detect_coding): Fix handling of coding->head_ascii. | ||
| 4 | Be sure to call setup_coding_system when a proper coding system is | ||
| 5 | found. | ||
| 6 | (detect_coding_system): Fix handling of coding->head_ascii. | ||
| 7 | |||
| 1 | 2008-06-03 Andreas Schwab <schwab@suse.de> | 8 | 2008-06-03 Andreas Schwab <schwab@suse.de> |
| 2 | 9 | ||
| 3 | * font.c (font_prop_validate_spacing): Fix last change. | 10 | * font.c (font_prop_validate_spacing): Fix last change. |