aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-12-02 09:24:16 +0100
committerJan Djärv2010-12-02 09:24:16 +0100
commit9583e9a03cf4980041a97d397682d0e1861aa1a7 (patch)
tree45cfc1d1e45356f12d422b97bc3355f05013a22e /src/ChangeLog
parentf7ca27a1ef148f7d8c1a3238f067a7d6d289fdd0 (diff)
downloademacs-9583e9a03cf4980041a97d397682d0e1861aa1a7.tar.gz
emacs-9583e9a03cf4980041a97d397682d0e1861aa1a7.zip
Draw text under filled box cursor in inverted color (Bug#7479).
* src/nsterm.m (ns_draw_glyph_string): Switch fore- and background if drawing text under filled box 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 b1d67c9c31f..83d6d4c6e88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-12-02 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
4 drawing text under filled box cursor (Bug#7479).
5
12010-11-27 Kenichi Handa <handa@m17n.org> 62010-11-27 Kenichi Handa <handa@m17n.org>
2 7
3 * charset.c (emacs_mule_charset): Make it an array of charset ID; 8 * charset.c (emacs_mule_charset): Make it an array of charset ID;