diff src/ChangeLog @ 110834:b997f43af473

Fix complementing of a coding system
author Kenichi Handa <handa@m17n.org>
date Sat, 02 Oct 2010 10:44:50 +0900
parents 4d672e9d91bf
children 63399fcc7ef2 394a9ff3e3cf
line wrap: on
line diff
--- a/src/ChangeLog	Thu Sep 30 13:31:53 2010 +0900
+++ b/src/ChangeLog	Sat Oct 02 10:44:50 2010 +0900
@@ -1,3 +1,10 @@
+2010-10-02  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (coding_inherit_eol_type): If parent doesn't specify
+	eol-format, inherit from the system's default.
+	(complement_process_encoding_system): Make a new coding system
+	inherit the original eol-format.
+
 2010-09-30  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (complement_process_encoding_system): New function.