aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-01 21:57:06 +0000
committerJason Rumney2008-06-01 21:57:06 +0000
commitaee986fd8bf8e748b767fb3d8e6e4bdb31559724 (patch)
treef7dbcb132f26c9d0fb71cd093f17a579b8df5df8 /src/ChangeLog
parent7bf0295ecc6c4deb0265597701d0acb5e4a71e15 (diff)
downloademacs-aee986fd8bf8e748b767fb3d8e6e4bdb31559724.tar.gz
emacs-aee986fd8bf8e748b767fb3d8e6e4bdb31559724.zip
(w32_enumfont_pattern_entity): Use requested registry.
Treat iso10646-1 and Windows DEFAULT_CHARSET specially. Duplicate iso8859-1 fonts as iso10646-1 if no registry specified. Don't add empty script list. (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9ca9a966aa..eabc0e38a2c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,14 @@
12008-06-01 Jason Rumney <jasonr@gnu.org>
2
3 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
4 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
5 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
6 Don't add empty script list.
7 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
8
12008-06-01 Dan Nicolaescu <dann@ics.uci.edu> 92008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 * Makefile.in (dot, dotdot): Remove, update users. 11 * Makefile.in (dot, dotdot): Remove, update users.
4 ".." has been used elsewhere in the file for a long time. 12 ".." has been used elsewhere in the file for a long time.
5 (LIBXT_STATIC): Remove conditional based on unused variable. 13 (LIBXT_STATIC): Remove conditional based on unused variable.
6 14