aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-07-23 15:37:44 +0000
committerJason Rumney2008-07-23 15:37:44 +0000
commit4b1355037a72c74a0711193d8ef9555bdb728772 (patch)
tree9e239785132b47fa3bcd7f30d2bacbcc776969a8 /src/ChangeLog
parentf0492e5ff5fe3f380bbbf8e902120fa9b52a35fe (diff)
downloademacs-4b1355037a72c74a0711193d8ef9555bdb728772.tar.gz
emacs-4b1355037a72c74a0711193d8ef9555bdb728772.zip
* w32font.c (w32font_open): Set font type to gdi.
* w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 019c5f05a23..6640bca3ab3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * w32font.c (w32_enumfont_pattern_entity): Return height consistent 3 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
4 with opened font. 4 with opened font.
5 (w32font_open): Set font type to gdi.
6
7 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
5 8
62008-07-23 Dan Nicolaescu <dann@ics.uci.edu> 92008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7 10