aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-05-07 05:46:35 +0000
committerEli Zaretskii <[email protected]>2002-05-07 05:46:35 +0000
commit7b9ae523c5a3dca44fbaf64920062b236cc50e50 (patch)
treeca7cd430ead7948cc3075a7560e50ba180895e19 /src/ChangeLog
parentef93458b2f8ae0e15c8e85656d68e22bb4f230b3 (diff)
(lisp_data_to_selection_data): Don't set selection
type if comes from the Lisp object's car. If the selection contains a pure ASCII text, always return QSTRING as its type.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f37ed65ac..d8c725c733 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-07 Eli Zaretskii <[email protected]>
+
+ * xselect.c (lisp_data_to_selection_data): Don't set selection
+ type if comes from the Lisp object's car. If the selection
+ contains a pure ASCII text, always return QSTRING as its type.
+
2002-05-06 Pavel Jan,Bm(Bk <[email protected]>
* mac.c (mac-cut-function): Doc fix.