comparison src/ChangeLog @ 95897:d87b6172ad66

Restore line that last checkin inexplicably lost.
author Jason Rumney <jasonr@gnu.org>
date Fri, 13 Jun 2008 14:52:13 +0000
parents 76261fd18708
children 99342636fa96
comparison
equal deleted inserted replaced
95896:7561b5637b81 95897:d87b6172ad66
50 (font_list_entities): Don't check alternate_familes here. 50 (font_list_entities): Don't check alternate_familes here.
51 (font_clear_prop): Handle foundry. 51 (font_clear_prop): Handle foundry.
52 (font_update_lface): Don't parse "foundry-family" form here. 52 (font_update_lface): Don't parse "foundry-family" form here.
53 Handle FONT_FOUNDRY_INDEX. 53 Handle FONT_FOUNDRY_INDEX.
54 (font_find_for_lface): Likewise. Handle alternate families here. 54 (font_find_for_lface): Likewise. Handle alternate families here.
55 If registry is nil, try iso8859-1 and ascii-0.
55 (font_open_for_lface): Pay attention to size in ENTITY. 56 (font_open_for_lface): Pay attention to size in ENTITY.
56 (font_open_by_name): Simplify by calling font_load_for_lface. 57 (font_open_by_name): Simplify by calling font_load_for_lface.
57 (free_font_driver_list): Delete it. 58 (free_font_driver_list): Delete it.
58 (font_update_drivers): Preserve the order of backends. 59 (font_update_drivers): Preserve the order of backends.
59 (syms_of_font): Setting of sort_shift_bits adjusted for the change 60 (syms_of_font): Setting of sort_shift_bits adjusted for the change