comparison 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
comparison
equal deleted inserted replaced
59992:6e49a3404a8e 59993:22a410b2373b
1 2005-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xselect.c (selection_data_to_lisp_data): For the special case
4 type == XA_ATOM, data contains array of int, not array of Atom.
5 (x_property_data_to_lisp, selection_data_to_lisp_data): Comment
6 update: data must be array of int for format == 32.
7
1 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca> 8 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * undo.c (Fprimitive_undo): Check veracity of delta,start,end. 10 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
4 11
5 2005-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12 2005-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>