diff options
| author | Kenichi Handa | 2012-09-30 23:44:30 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-09-30 23:44:30 +0900 |
| commit | 163227893c97b5b41039ea9d5ceadb7e5b2d570c (patch) | |
| tree | dc129a60013f285c27859ae57cc0686f5a1adc5b /src/ChangeLog | |
| parent | d7e642cc001a237dda8511f99b284e1a22865024 (diff) | |
| parent | c194970e15b6d6efa07697679a25dfab3aa76442 (diff) | |
| download | emacs-163227893c97b5b41039ea9d5ceadb7e5b2d570c.tar.gz emacs-163227893c97b5b41039ea9d5ceadb7e5b2d570c.zip | |
coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer relocation which may be caused by ccl_driver.
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 119651e0651..1f5ad1e6d05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-30 Kenichi Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention | ||
| 4 | to the buffer relocation which may be caused by ccl_driver. | ||
| 5 | |||
| 1 | 2012-09-30 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2012-09-30 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xfns.c (Fx_file_dialog): Update comment. | 8 | * xfns.c (Fx_file_dialog): Update comment. |