From: Kim F. Storm Date: Sun, 27 Aug 2006 22:22:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b9c9125c14ba2b92f4d776d490e1c75bb14f482;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index c7a065c091e..d33ec7d49f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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