diff options
| author | Jan Djärv | 2010-12-16 20:37:13 +0100 |
|---|---|---|
| committer | Jan Djärv | 2010-12-16 20:37:13 +0100 |
| commit | aa936e8e0a8ffcb6cf59e5fa57ce04f5524d03f4 (patch) | |
| tree | b6a2036101f502968b300ab6114fc4915f5ca313 /src/ChangeLog | |
| parent | 3cbc281e31f901113d2f0f57c6d01828025f2e38 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-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) |