Mercurial > emacs
changeset 60032:65ef48d5f65a
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 14 Feb 2005 01:04:50 +0000 |
parents | 8d84cdf36525 |
children | ec4864463fc2 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@m17n.org> + + * 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 <dann@ics.uci.edu> * keyboard.c: If HAVE_FCNTL_H include fcntl.h.