# HG changeset patch # User Kim F. Storm # Date 1156717358 0 # Node ID 3882e4292e7ae0f113f177068fb6d7293a4ab01c # Parent e5542d6aad7fcb2c8f8c64faaa7a3bb09e542840 *** empty log message *** diff -r e5542d6aad7f -r 3882e4292e7a src/ChangeLog --- a/src/ChangeLog Sun Aug 27 10:42:40 2006 +0000 +++ b/src/ChangeLog Sun Aug 27 22:22:38 2006 +0000 @@ -1,3 +1,11 @@ +2006-08-28 Kim F. Storm + + * xdisp.c (get_window_cursor_type): Replace BOX cursor on images + with a hollow box cursor if image is larger than 32x32 (or the default + frame font if that is bigger). Replace any other cursor on images + with hollow box cursor, as redisplay doesn't support bar and hbar + cursors on images. + 2006-08-27 YAMAMOTO Mitsuharu * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous