diff options
| author | Jan Djärv | 2010-12-05 11:33:48 +0100 |
|---|---|---|
| committer | Jan Djärv | 2010-12-05 11:33:48 +0100 |
| commit | a56d164e67624f351b2b89a340fa212f8c5b8efd (patch) | |
| tree | 28b3b2682790bb246bc3fccd8a46310a6b3ff72e /src/ChangeLog | |
| parent | f9fe1af93762cdb8d4ea326c1ee6b8f46dec6cc9 (diff) | |
| download | emacs-a56d164e67624f351b2b89a340fa212f8c5b8efd.tar.gz emacs-a56d164e67624f351b2b89a340fa212f8c5b8efd.zip | |
Fix for 7412 (no cursor on image) backported from trunk.
* nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
with cursor color and draw a rectangle around the image.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95f7039eaf7..d10b5d194a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-12-05 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background | ||
| 4 | with cursor color and draw a rectangle around the image (Bug#7412). | ||
| 5 | |||
| 1 | 2010-12-05 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-12-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xdisp.c (try_scrolling): Avoid infloop if the first line is | 8 | * xdisp.c (try_scrolling): Avoid infloop if the first line is |