diff options
| author | Kenichi Handa | 2009-05-08 06:05:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-05-08 06:05:38 +0000 |
| commit | 92f192809352574cac652b437c0d4467aa06fb6c (patch) | |
| tree | 61134010bf837eadca09386abde7364e4082913b /src/ChangeLog | |
| parent | 3909e3a33227a144215e29ab3b64c63cac290aac (diff) | |
| download | emacs-92f192809352574cac652b437c0d4467aa06fb6c.tar.gz emacs-92f192809352574cac652b437c0d4467aa06fb6c.zip | |
(xfont_check_char_support)
(xfont_check_registry_char_support): New functions.
(xfont_list_pattern): Delete unused arg FRAME, add arg CHARS.
Callers adjusted.
(xfont_list): Handle :script property.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 779f0d99645..61e3420cb32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-05-08 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xfont.c (xfont_check_char_support) | ||
| 4 | (xfont_check_registry_char_support): New functions. | ||
| 5 | (xfont_list_pattern): Delete unused arg FRAME, add arg CHARS. | ||
| 6 | Callers adjusted. | ||
| 7 | (xfont_list): Handle :script property. | ||
| 8 | |||
| 1 | 2009-05-07 David Reitter <david.reitter@gmail.com> | 9 | 2009-05-07 David Reitter <david.reitter@gmail.com> |
| 2 | 10 | ||
| 3 | * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image): | 11 | * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image): |