diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f1f087d00d..30ea46bc470 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2008-04-08 Jason Rumney <jasonr@gnu.org> | 1 | 2008-04-08 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32font.h (struct w32_metric_cache): New struct. | ||
| 4 | (w32font_info): Use it. | ||
| 5 | (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL) | ||
| 6 | (CACHE_BLOCKSIZE): New constants. | ||
| 7 | |||
| 3 | * w32font.c (Qja, Qko, Qzh): New symbols. | 8 | * w32font.c (Qja, Qko, Qzh): New symbols. |
| 4 | (syms_of_w32font): Initialise them. | 9 | (syms_of_w32font): Initialise them. |
| 5 | (font_matches_spec): Use them to filter by language. | 10 | (font_matches_spec): Use them to filter by language. |