Mercurial > emacs
comparison src/ChangeLog @ 72355:9f8678beb7e3
* xselect.c (Fx_register_dnd_atom): New function.
(syms_of_xselect): Defsubr it.
(x_handle_dnd_message): Check that message_type is in
dpyinfo->x_dnd_atoms before generating lisp event.
* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
of drag and drop Atoms.
* xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 11 Aug 2006 07:31:14 +0000 |
parents | 2ae29d562915 |
children | 4507dec5a0d2 |
comparison
equal
deleted
inserted
replaced
72354:90ea1ead0e3f | 72355:9f8678beb7e3 |
---|---|
1 2006-08-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
2 | |
3 * xselect.c (Fx_register_dnd_atom): New function. | |
4 (syms_of_xselect): Defsubr it. | |
5 (x_handle_dnd_message): Check that message_type is in | |
6 dpyinfo->x_dnd_atoms before generating lisp event. | |
7 | |
8 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track | |
9 of drag and drop Atoms. | |
10 | |
11 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* | |
12 | |
13 | |
1 2006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 14 2006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 15 |
3 * keyboard.c: Define in_sighandler. | 16 * keyboard.c: Define in_sighandler. |
4 (input_available_signal): Set in_sighandler. | 17 (input_available_signal): Set in_sighandler. |
5 (init_keyboard): Initialize in_sighandler. | 18 (init_keyboard): Initialize in_sighandler. |