comparison 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
comparison
equal deleted inserted replaced
110830:4665df4accaa 110834:b997f43af473
1 2010-10-02 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (coding_inherit_eol_type): If parent doesn't specify
4 eol-format, inherit from the system's default.
5 (complement_process_encoding_system): Make a new coding system
6 inherit the original eol-format.
7
1 2010-09-30 Kenichi Handa <handa@m17n.org> 8 2010-09-30 Kenichi Handa <handa@m17n.org>
2 9
3 * coding.c (complement_process_encoding_system): New function. 10 * coding.c (complement_process_encoding_system): New function.
4 11
5 * coding.h (complement_process_encoding_system): Extern it. 12 * coding.h (complement_process_encoding_system): Extern it.