diff options
| author | Johan Bockgård | 2011-07-13 03:48:43 +0200 |
|---|---|---|
| committer | Johan Bockgård | 2011-07-13 03:48:43 +0200 |
| commit | cd18e7e3f49c014b83ffa5f2e4391a58ded6a287 (patch) | |
| tree | 2e7c41b204b9a72e46f99b304759866d3a93bcc7 /src/ChangeLog | |
| parent | 2941c447ebada8126c27065f78c31895f69c738e (diff) | |
| download | emacs-cd18e7e3f49c014b83ffa5f2e4391a58ded6a287.tar.gz emacs-cd18e7e3f49c014b83ffa5f2e4391a58ded6a287.zip | |
Fix execution of x selection hooks.
* xselect.c (Qx_lost_selection_functions)
(Qx_sent_selection_functions): New vars.
(syms_of_xselect): DEFSYM them.
(x_handle_selection_request): Pass Qx_sent_selection_functions
rather than Vx_sent_selection_functions to Frun_hook_with_args.
(x_handle_selection_clear,x_clear_frame_selections):
Pass Qx_lost_selection_functions rather than
Vx_lost_selection_functions to Frun_hook_with_args.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e8824f3a15f..5bdc940a6f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-07-13 Johan Bockgård <bojohan@gnu.org> | ||
| 2 | |||
| 3 | Fix execution of x selection hooks. | ||
| 4 | * xselect.c (Qx_lost_selection_functions) | ||
| 5 | (Qx_sent_selection_functions): New vars. | ||
| 6 | (syms_of_xselect): DEFSYM them. | ||
| 7 | (x_handle_selection_request): Pass Qx_sent_selection_functions | ||
| 8 | rather than Vx_sent_selection_functions to Frun_hook_with_args. | ||
| 9 | (x_handle_selection_clear,x_clear_frame_selections): | ||
| 10 | Pass Qx_lost_selection_functions rather than | ||
| 11 | Vx_lost_selection_functions to Frun_hook_with_args. | ||
| 12 | |||
| 1 | 2011-07-13 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2011-07-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. | 15 | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. |