comparison src/ChangeLog @ 37187:e089adbebabe

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 04 Apr 2001 12:56:14 +0000
parents 60eaad7eca22
children a6aec910476e
comparison
equal deleted inserted replaced
37186:e47810283f6b 37187:e089adbebabe
1 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (best_matching_font): Remove unused parameter PATTERN.
4 (first_font_matching): Removed unused function.
5 (x_face_list_fonts): Remove unused parameter SCALABLE_P.
6 (may_use_scalable_font_p): Remove parameter FONT; rename
7 parameter NAME to FONT.
8 (x_face_list_fonts): Fix missing bounds check.
9 (realizing_default_face_p): New variable.
10 (realize_default_face): Set and clear that flag.
11 (x_face_list_fonts): When called during the realization of the
12 default face, and no matching fonts are found when ignoring
13 scalable fonts and fonts matching a regexp from
14 face-ignored-fonts, try without ignoring fonts.
15
1 2001-04-03 Gerd Moellmann <gerd@gnu.org> 16 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2 17
3 * xfns.c (postprocess_image): New function. 18 * xfns.c (postprocess_image): New function.
4 (lookup_image): Call it for all image types except PostScript. 19 (lookup_image): Call it for all image types except PostScript.
5 (x_kill_gs_process): Call postprocess_image. 20 (x_kill_gs_process): Call postprocess_image.