Mercurial > emacs
changeset 45651:825f83d5908d
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 05 Jun 2002 17:48:42 +0000 |
parents | dca52f93fdc0 |
children | ccaf0199f9dc |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@is.elta.co.il> + + * 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 <Pavel@Janik.cz> * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
--- 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 <eliz@is.elta.co.il> + * 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.