diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7a065c091e..d33ec7d49f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-08-28 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (get_window_cursor_type): Replace BOX cursor on images | ||
| 4 | with a hollow box cursor if image is larger than 32x32 (or the default | ||
| 5 | frame font if that is bigger). Replace any other cursor on images | ||
| 6 | with hollow box cursor, as redisplay doesn't support bar and hbar | ||
| 7 | cursors on images. | ||
| 8 | |||
| 1 | 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous | 11 | * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous |