aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.