comparison src/ChangeLog @ 5616:79e9934779c1

Use va_run_hooks_with_args() for x-sent-selection-hooks, lost-selection-hooks src/ChangeLog addition: 2011-12-22 Aidan Kehoe <kehoea@parhasard.net> * select-gtk.c (vars_of_select_gtk): * select-x.c: * select-x.c (x_handle_selection_request): * select-x.c (syms_of_select_x): * select-x.c (vars_of_select_x): * select.c: * select.c (handle_selection_clear): * select.c (syms_of_select): * select.c (vars_of_select): Use va_run_hooks_with_args for x-sent-selection-hooks and lost-selection-hooks, instead of rolling our own.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 22 Dec 2011 15:02:02 +0000
parents 5f4f92a31875
children b0d712bbc2a6
comparison
equal deleted inserted replaced
5615:5f4f92a31875 5616:79e9934779c1
1 2011-12-22 Aidan Kehoe <kehoea@parhasard.net>
2
3 * select-gtk.c (vars_of_select_gtk):
4 * select-x.c:
5 * select-x.c (x_handle_selection_request):
6 * select-x.c (syms_of_select_x):
7 * select-x.c (vars_of_select_x):
8 * select.c:
9 * select.c (handle_selection_clear):
10 * select.c (syms_of_select):
11 * select.c (vars_of_select):
12 Use va_run_hooks_with_args for x-sent-selection-hooks
13 and lost-selection-hooks, instead of rolling our own.
14
1 2011-12-22 Aidan Kehoe <kehoea@parhasard.net> 15 2011-12-22 Aidan Kehoe <kehoea@parhasard.net>
2 16
3 * eval.c (Fmacroexpand): Rename Fmacroexpand_internal, add the 17 * eval.c (Fmacroexpand): Rename Fmacroexpand_internal, add the
4 functionality that used to be in #'cl-macroexpand--it makes no 18 functionality that used to be in #'cl-macroexpand--it makes no
5 sense for us, and needlessly slows things down, to have two 19 sense for us, and needlessly slows things down, to have two