diff options
| author | Jan Djärv | 2005-02-08 21:27:01 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-02-08 21:27:01 +0000 |
| commit | b8d6f4af9785fe4f5a1343e9a3239af0be800e4d (patch) | |
| tree | 71a1f4069d23734504faf107963d2dca3110f9f2 /src/ChangeLog | |
| parent | 3419757dfd171e5032b2f6bd69ce17a71800611b (diff) | |
| download | emacs-b8d6f4af9785fe4f5a1343e9a3239af0be800e4d.tar.gz emacs-b8d6f4af9785fe4f5a1343e9a3239af0be800e4d.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c628e025aa..aaf0ac1e3d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |