diff options
| author | Kenichi Handa | 2008-06-13 12:29:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-13 12:29:55 +0000 |
| commit | d0a477766dfa024f121e05c0de22fbb6833a113c (patch) | |
| tree | 20277bf2e0c76a457eda311ea760f4bc595a5213 /src/ChangeLog | |
| parent | a2e860b3db5a169d5c2560675e27982b49e836a4 (diff) | |
| download | emacs-d0a477766dfa024f121e05c0de22fbb6833a113c.tar.gz emacs-d0a477766dfa024f121e05c0de22fbb6833a113c.zip | |
(font_find_for_lface): If registry is NULL, try iso8859-1 and ascii-0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2aa8145d2e1..88aa859b8e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (font_update_lface): Don't parse "foundry-family" form here. | 39 | (font_update_lface): Don't parse "foundry-family" form here. |
| 40 | Handle FONT_FOUNDRY_INDEX. | 40 | Handle FONT_FOUNDRY_INDEX. |
| 41 | (font_find_for_lface): Likewise. Handle alternate families here. | 41 | (font_find_for_lface): Likewise. Handle alternate families here. |
| 42 | If registry is NULL, try iso8859-1 and ascii-0. | 42 | If registry is nil, try iso8859-1 and ascii-0. |
| 43 | (font_open_for_lface): Pay attention to size in ENTITY. | 43 | (font_open_for_lface): Pay attention to size in ENTITY. |
| 44 | (font_open_by_name): Simplify by calling font_load_for_lface. | 44 | (font_open_by_name): Simplify by calling font_load_for_lface. |
| 45 | (free_font_driver_list): Delete it. | 45 | (free_font_driver_list): Delete it. |