diff options
| author | Jason Rumney | 2008-06-01 21:57:06 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-01 21:57:06 +0000 |
| commit | aee986fd8bf8e748b767fb3d8e6e4bdb31559724 (patch) | |
| tree | f7dbcb132f26c9d0fb71cd093f17a579b8df5df8 /src/ChangeLog | |
| parent | 7bf0295ecc6c4deb0265597701d0acb5e4a71e15 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2008-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 | ||