aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-02-15 17:16:35 +0000
committerJason Rumney2008-02-15 17:16:35 +0000
commit073387e72549b8f1ed4eada3803bd6bd3dddf893 (patch)
treed8dcc6185a08338bafd5f1a8806a3683b74d0c3f /src/ChangeLog
parentff31fb954a7d7ec9f7f9e709f599e10b0fc2f3df (diff)
downloademacs-073387e72549b8f1ed4eada3803bd6bd3dddf893.tar.gz
emacs-073387e72549b8f1ed4eada3803bd6bd3dddf893.zip
(x_draw_glyph_string_background): Clear the background
manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3cf55438b83..1c0c5b03b52 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12008-02-15 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (x_draw_glyph_string_background): Clear the background
4 manually when cleartype is in use.
5 (x_draw_glyph_string_foreground): Draw text transparently when
6 cleartype is in use.
7
12008-02-09 Eli Zaretskii <eliz@gnu.org> 82008-02-09 Eli Zaretskii <eliz@gnu.org>
2 9
3 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix. 10 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.