diff options
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 | ||