Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2619:935833be8506
[xemacs-hg @ 2005-02-28 17:02:09 by aidan]
Register the source window as an Xt drawable when receiving an
incremental selection transfer. This stops XEmacs looping until
interrupted.
author | aidan |
---|---|
date | Mon, 28 Feb 2005 17:02:10 +0000 |
parents | 22858d5a5a7f |
children | 5e906dd5c3e9 |
comparison
equal
deleted
inserted
replaced
2618:6db7dbf7f88b | 2619:935833be8506 |
---|---|
1 2005-02-26 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * select-x.c (x_reply_selection_request): Use XtRegisterDrawable | |
4 to tell Xt not to drop PropertyChange events destined for the | |
5 selection request target window. This makes incremental selection | |
6 transfer work, instead of looping until interrupted. | |
7 | |
1 2005-01-06 Andrey Slusar <anrays@gmail.com> | 8 2005-01-06 Andrey Slusar <anrays@gmail.com> |
2 | 9 |
3 * s/freebsd.h: fix build on the FreeBSD 6 | 10 * s/freebsd.h: fix build on the FreeBSD 6 |
4 | 11 |
5 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> | 12 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> |