summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2002-08-14 00:58:23 +0000
committerKenichi Handa <handa@m17n.org>2002-08-14 00:58:23 +0000
commit13a45e6cd871c01f013676b415fc2735a06c4b2e (patch)
tree70a606f55539c3a47dce57e16581c97c14ba02ae /lisp
parenteb1416b9bcf82289fd2ad9389bafe135da9483db (diff)
downloademacs-13a45e6cd871c01f013676b415fc2735a06c4b2e.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 170d6ce9949..171f003c78a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-14 Kenichi Handa <handa@etl.go.jp>
+
+ * select.el (xselect-convert-to-string): If TYPE is non-nil,
+ encode the selection data string. Always return cons of type and
+ string.
+ (selection-converter-alist): Add (UTF8_STRING .
+ xselect-convert-to-string).
+
2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
* newcomment.el (comment-region): Force `lines' when `block' is set.