comparison src/ChangeLog @ 2629:140bb0f4da00

[xemacs-hg @ 2005-03-02 18:31:55 by aidan] Wrap call to XtRegisterDrawable with check that XtWindowToWidget gives NULL, document why.
author aidan
date Wed, 02 Mar 2005 18:31:57 +0000
parents cf6ef27aa9a7
children cd00e5eeb22a
comparison
equal deleted inserted replaced
2628:63a49b9b070c 2629:140bb0f4da00
1 2005-03-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * select-x.c (x_reply_selection_request): Check that
4 XtWindowToWidget returns NULL before calling XtRegisterDrawable,
5 document why.
6
1 2005-03-02 Aidan Kehoe <kehoea@parhasard.net> 7 2005-03-02 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * select-x.c (x_reply_selection_request): Make the error message 9 * select-x.c (x_reply_selection_request): Make the error message
4 in the absence of HAVE_XTREGISTERDRAWABLE more polite, pass a 10 in the absence of HAVE_XTREGISTERDRAWABLE more polite, pass a
5 second argument to invalid_operation to have it actually compile 11 second argument to invalid_operation to have it actually compile