aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-09-30 23:44:30 +0900
committerKenichi Handa2012-09-30 23:44:30 +0900
commit163227893c97b5b41039ea9d5ceadb7e5b2d570c (patch)
treedc129a60013f285c27859ae57cc0686f5a1adc5b /src/ChangeLog
parentd7e642cc001a237dda8511f99b284e1a22865024 (diff)
parentc194970e15b6d6efa07697679a25dfab3aa76442 (diff)
downloademacs-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/ChangeLog5
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 @@
12012-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
12012-09-30 Jan Djärv <jan.h.d@swipnet.se> 62012-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.