aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-12-16 20:37:13 +0100
committerJan Djärv2010-12-16 20:37:13 +0100
commitaa936e8e0a8ffcb6cf59e5fa57ce04f5524d03f4 (patch)
treeb6a2036101f502968b300ab6114fc4915f5ca313 /src/ChangeLog
parent3cbc281e31f901113d2f0f57c6d01828025f2e38 (diff)
downloademacs-aa936e8e0a8ffcb6cf59e5fa57ce04f5524d03f4.tar.gz
emacs-aa936e8e0a8ffcb6cf59e5fa57ce04f5524d03f4.zip
Handle invisible cursor (bg same as cursor color) for Nextstep.
* nsterm.m (ns_draw_window_cursor): If the cursor color is the same as the background, use the face forground as cursor.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2db05fd1722..c6e0d92f1f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-12-16 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
4 same as the background, use the face forground as cursor.
5
12010-12-13 Eli Zaretskii <eliz@gnu.org> 62010-12-13 Eli Zaretskii <eliz@gnu.org>
2 7
3 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617) 8 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)