From: Eli Zaretskii Date: Wed, 5 Jun 2002 17:48:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ddc38a16917188e6e8ba9dc5f726d86920894ed;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd631a2aac4..1acfe646303 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-06-05 Eli Zaretskii + + * select.el (xselect-convert-to-string): If VALUE is a string, + return a cons of TYPE and the string. + 2002-06-05 Pavel Jan,Bm(Bk * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix diff --git a/src/ChangeLog b/src/ChangeLog index 6bef61ab14e..3a909fd6624 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-06-05 Eli Zaretskii + * fns.c (Fstring_make_unibyte): Doc fix. + * xselect.c (lisp_data_to_selection_data): If the requested type is STRING, call string_make_unibyte to encode the selected text as a string.