diff options
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. |