# HG changeset patch # User Juanma Barranquero # Date 1200756128 0 # Node ID e1f6cdb9fdd49cb037ab8d6609050a23e4027e3a # Parent 3463925204482fb7c1e6c21269634e2083bb5472 *** empty log message *** diff -r 346392520448 -r e1f6cdb9fdd4 src/ChangeLog --- a/src/ChangeLog Sat Jan 19 15:13:09 2008 +0000 +++ b/src/ChangeLog Sat Jan 19 15:22:08 2008 +0000 @@ -1,12 +1,10 @@ 2008-01-19 Kenichi Handa - * coding.c (detect_coding_iso2022): New arg - latin_extra_code_state. Allow Latin extra codes only - when *latin_extra_code_state is nonzero. + * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. + Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding - as UTF-16 or binary. If Latin extra codes exist, detect the - encoding as ISO-2022 only when there's no other proper encoding is - found. + as UTF-16 or binary. If Latin extra codes exist, detect the encoding + as ISO-2022 only when there's no other proper encoding is found. 2008-01-17 Jason Rumney @@ -14,7 +12,7 @@ * w32term.c (w32_read_socket) : Decode characters outside the unicode range available in MULE by locale-coding-system. - Improve dbcs lead byte detection. Set event timestamp and modifiers + Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. 2008-01-17 Glenn Morris