comparison src/ChangeLog @ 60032:65ef48d5f65a

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 14 Feb 2005 01:04:50 +0000
parents 8f9cab9fa533
children fd926fc0b8c2
comparison
equal deleted inserted replaced
60031:8d84cdf36525 60032:65ef48d5f65a
1 2005-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
1 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu> 10 2005-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.
4 13
5 2005-02-12 Kim F. Storm <storm@cua.dk> 14 2005-02-12 Kim F. Storm <storm@cua.dk>