diff options
| author | Kenichi Handa | 2005-02-14 01:04:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-02-14 01:04:50 +0000 |
| commit | 3bb917bff6b70e242c8aefeb567c4c522cc9d185 (patch) | |
| tree | 1f07c7436f49f76cece1ff32007da75dec5e2b21 /src/ChangeLog | |
| parent | 1bd70c6e1d8bf8c2a02d68efd0fe8b4fa9bef60d (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 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. |