aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2002-06-05 17:38:19 +0000
committerEli Zaretskii2002-06-05 17:38:19 +0000
commit8f9b87b5561d282c9e410da2d920b2cd8875e13f (patch)
treeb4897c4685e6b9b045614fa23e09c59e24d58f4d /src/ChangeLog
parentd176a839b02506ddd4b3a0f0611c6a2339690b20 (diff)
downloademacs-8f9b87b5561d282c9e410da2d920b2cd8875e13f.tar.gz
emacs-8f9b87b5561d282c9e410da2d920b2cd8875e13f.zip
(lisp_data_to_selection_data): If the requested type
is STRING, call string_make_unibyte to encode the selected text as a string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 941ded6b959..6bef61ab14e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12002-06-05 Eli Zaretskii <eliz@is.elta.co.il> 12002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * xselect.c (lisp_data_to_selection_data): If the requested type
4 is STRING, call string_make_unibyte to encode the selected text
5 as a string.
6
3 * window.c (Fset_window_hscroll): Doc fix. 7 * window.c (Fset_window_hscroll): Doc fix.
4 8
52002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 92002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>