aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2005-02-14 01:04:50 +0000
committerKenichi Handa2005-02-14 01:04:50 +0000
commit3bb917bff6b70e242c8aefeb567c4c522cc9d185 (patch)
tree1f07c7436f49f76cece1ff32007da75dec5e2b21 /src/ChangeLog
parent1bd70c6e1d8bf8c2a02d68efd0fe8b4fa9bef60d (diff)
downloademacs-3bb917bff6b70e242c8aefeb567c4c522cc9d185.tar.gz
emacs-3bb917bff6b70e242c8aefeb567c4c522cc9d185.zip
(encode_coding_string): Always return a unibyte string.
If NOCOPY is nonzero and there's no need of encoding, make STR unibyte directly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6ab6985ed0..999064bb47e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12005-02-14 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (encode_coding_string): Always return a unibyte string.
4 If NOCOPY is nonzero and there's no need of encoding, make STR
5 unibyte directly.
6
7 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8 multibyte string, signal an error instead of aborting.
9
12005-02-12 Dan Nicolaescu <dann@ics.uci.edu> 102005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * keyboard.c: If HAVE_FCNTL_H include fcntl.h. 12 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.