diff options
| author | Kenichi Handa | 2010-03-16 11:14:40 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-03-16 11:14:40 +0900 |
| commit | fbdc17211b56572046387d5fd9e80d96e3d07af4 (patch) | |
| tree | e03966e23136d272c8688b5f4a3c167c8754c39b /src/ChangeLog | |
| parent | 35cd7cd68e92e4f364bde2875a02780f2caf6197 (diff) | |
| download | emacs-fbdc17211b56572046387d5fd9e80d96e3d07af4.tar.gz emacs-fbdc17211b56572046387d5fd9e80d96e3d07af4.zip | |
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
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 d8369bb9a20..9dc50960fbe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-03-16 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_ccl): Fix previous change for the | ||
| 4 | multibyte case. | ||
| 5 | |||
| 1 | 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change) | 6 | 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change) |
| 2 | 7 | ||
| 3 | * editfns.c (Fformat): Account for string precision when computing | 8 | * editfns.c (Fformat): Account for string precision when computing |