aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-03-07 00:45:44 +0000
committerJason Rumney2008-03-07 00:45:44 +0000
commitc960bff86fd051456c6d1c2bb5ec8aebe57247fa (patch)
treeed324427a3e079ec86a0227e91ed947294924b3f /src/ChangeLog
parent239bf18bf24e8e8afee41154d1f73345eab0cc3c (diff)
downloademacs-c960bff86fd051456c6d1c2bb5ec8aebe57247fa.tar.gz
emacs-c960bff86fd051456c6d1c2bb5ec8aebe57247fa.zip
(w32_registry): Take font_type argument. Use ANSI
when charset not specified. Only translate ANSI to unicode when font_type is truetype. (w32font_coverage_ok): New function. (add_font_entity_to_list): Use it to filter unsuitable fonts.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00e1bc33699..adc68e760f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12008-03-06 Jason Rumney <jasonr@gnu.org>
2
3 * w32font.c (w32_registry): Take font_type argument. Use ANSI
4 when charset not specified. Only translate ANSI to unicode when
5 font_type is truetype.
6 (w32font_coverage_ok): New function.
7 (add_font_entity_to_list): Use it to filter unsuitable fonts.
8
12008-03-04 Jason Rumney <jasonr@gnu.org> 92008-03-04 Jason Rumney <jasonr@gnu.org>
2 10
3 * makefile.w32-in: Always include w32font.c in the build. 11 * makefile.w32-in: Always include w32font.c in the build.