diff src/ChangeLog @ 59993:22a410b2373b

* xselect.c (selection_data_to_lisp_data): For the special case type == XA_ATOM, data contains array of int, not array of Atom. (x_property_data_to_lisp, selection_data_to_lisp_data): Comment update: data must be array of int for format == 32.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 08 Feb 2005 21:27:01 +0000
parents 6e49a3404a8e
children fc21b849d45c
line wrap: on
line diff
--- a/src/ChangeLog	Tue Feb 08 20:49:16 2005 +0000
+++ b/src/ChangeLog	Tue Feb 08 21:27:01 2005 +0000
@@ -1,3 +1,10 @@
+2005-02-08  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* xselect.c (selection_data_to_lisp_data): For the special case
+	type == XA_ATOM, data contains array of int, not array of Atom.
+	(x_property_data_to_lisp, selection_data_to_lisp_data): Comment
+	update: data must be array of int for format == 32.
+
 2005-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* undo.c (Fprimitive_undo): Check veracity of delta,start,end.