# HG changeset patch # User Eli Zaretskii # Date 1023299322 0 # Node ID 825f83d5908d3902c1763db996e0597370acb6a0 # Parent dca52f93fdc0b2ea1bdae3786b220df8f61ec5ed *** empty log message *** diff -r dca52f93fdc0 -r 825f83d5908d lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 05 17:47:50 2002 +0000 +++ b/lisp/ChangeLog Wed Jun 05 17:48:42 2002 +0000 @@ -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 -r dca52f93fdc0 -r 825f83d5908d src/ChangeLog --- a/src/ChangeLog Wed Jun 05 17:47:50 2002 +0000 +++ b/src/ChangeLog Wed Jun 05 17:48:42 2002 +0000 @@ -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.