aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 043963d3c11..eb956c482b9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * coding.c (setup_coding_system): Clear all members of the struct 3 * coding.c (setup_coding_system): Clear all members of the struct
4 coding_system at first. 4 coding_system at first.
5 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
6 argument.
7 (code_convert_region): Don't override coding->src_multibyte and
8 coding->dst_multibyte.
5 9
6 * fns.c (Fmd5): Docstring improved. 10 * fns.c (Fmd5): Docstring improved.
7 11