From 4ddc38a16917188e6e8ba9dc5f726d86920894ed Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 5 Jun 2002 17:48:42 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 2 ++ 2 files changed, 7 insertions(+) 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. -- 2.39.5