Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Dec 22 12:51:03 2011 +0000 +++ b/src/ChangeLog Thu Dec 22 15:02:02 2011 +0000 @@ -1,3 +1,17 @@ +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. + 2011-12-22 Aidan Kehoe <kehoea@parhasard.net> * eval.c (Fmacroexpand): Rename Fmacroexpand_internal, add the