# HG changeset patch # User Kenichi Handa # Date 1108343090 0 # Node ID 65ef48d5f65ad4e39560d3f0cba7079a0d8dade8 # Parent 8d84cdf36525d44684e217838febac975cfc1f80 *** empty log message *** diff -r 8d84cdf36525 -r 65ef48d5f65a src/ChangeLog --- a/src/ChangeLog Mon Feb 14 01:01:50 2005 +0000 +++ b/src/ChangeLog Mon Feb 14 01:04:50 2005 +0000 @@ -1,3 +1,12 @@ +2005-02-14 Kenichi Handa + + * coding.c (encode_coding_string): Always return a unibyte string. + If NOCOPY is nonzero and there's no need of encoding, make STR + unibyte directly. + + * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII + multibyte string, signal an error instead of aborting. + 2005-02-12 Dan Nicolaescu * keyboard.c: If HAVE_FCNTL_H include fcntl.h.