comparison src/ChangeLog @ 92113:2a9ed1c080b4

(font_match_xlfd, font_check_xlfd_parse): New funs. (font_parse_xlfd): Use them for sanity check. (Finternal_set_font_style_table): Make sure the table is bijiective.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 22 Feb 2008 19:04:03 +0000
parents 4d9fc08769fa
children bf8d637302d3
comparison
equal deleted inserted replaced
92112:b6053b4bb49f 92113:2a9ed1c080b4
1 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
4 (font_parse_xlfd): Use them for sanity check.
5 (Finternal_set_font_style_table): Make sure the table is bijiective.
2 6
3 Consolidate the image_cache to the terminal struct. 7 Consolidate the image_cache to the terminal struct.
4 * termhooks.h (P_): Remove redundant def. 8 * termhooks.h (P_): Remove redundant def.
5 (struct terminal): New field `image_cache'. 9 (struct terminal): New field `image_cache'.
6 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place 10 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place