diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-06-05 17:48:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-06-05 17:48:42 +0000 |
commit | 4ddc38a16917188e6e8ba9dc5f726d86920894ed (patch) | |
tree | ea353227aefdd7b3c41ad842041d7a868cb728eb | |
parent | f8f2fbf963bfc3f03d7f28f9901431a3fa9282b5 (diff) | |
download | emacs-4ddc38a16917188e6e8ba9dc5f726d86920894ed.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 7 insertions, 0 deletions
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 <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 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 <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. |