summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2010-08-08 23:37:54 +0000
committerMichael Jennings <mej@kainx.org>2010-08-08 23:37:54 +0000
commit8f2dd859a637a7d222ae15d8edc286497a14c686 (patch)
tree25d4c77d8c84d1935d658da4f2bb2362a064782a /ChangeLog
parentd9da90c06dd1eaf9423928fa927c68407b571fd5 (diff)
downloadeterm-8f2dd859a637a7d222ae15d8edc286497a14c686.tar.gz
Sun Aug 8 16:32:44 2010 Michael Jennings (mej)
Modified patch from Paolo Ferrario <skooks@tiscali.it> based on input from Kim Woelders <kim@woelders.dk> to allow Eterm to respond to selection requests in UTF-8, compound text, or string only. Previously, exotic selection request types would receive a string back, but it would claim to be whatever type was requested. Now it claims to be a string, which is probably more correct. This should also eliminate server round-trips when clients ask for UTF-8, get a string, then ask for a string (Opera). ---------------------------------------------------------------------- SVN revision: 50916
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cde766..5fce52a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5642,3 +5642,14 @@ Thu Nov 12 22:11:49 2009 Michael Jennings (mej)
Additional debugging and proper bracing.
----------------------------------------------------------------------
+Sun Aug 8 16:32:44 2010 Michael Jennings (mej)
+
+Modified patch from Paolo Ferrario <skooks@tiscali.it> based on input
+from Kim Woelders <kim@woelders.dk> to allow Eterm to respond to
+selection requests in UTF-8, compound text, or string only.
+Previously, exotic selection request types would receive a string
+back, but it would claim to be whatever type was requested. Now it
+claims to be a string, which is probably more correct. This should
+also eliminate server round-trips when clients ask for UTF-8, get a
+string, then ask for a string (Opera).
+----------------------------------------------------------------------