comparison src/ChangeLog @ 95163:510ddd6dee6e

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 21 May 2008 04:00:33 +0000
parents 5d23775277d2
children 61bc3b29f9bf
comparison
equal deleted inserted replaced
95162:4b6526b6c53a 95163:510ddd6dee6e
1 2008-05-21 Seiji Zenitani <zenitani@mac.com>
2 Ryo Yoshitake <ryo@shiftmode.net>
3
4 * frame.c (Qalpha): Add a new frame parameter `alpha'.
5 (Vframe_alpha_lower_limit) : New variable.
6 (x_set_alpha): Add function.
7
8 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9
10 * xfns.c (x-create-frame, Qalpha):
11 Initialize the frame parameter `alpha'.
12 * xterm.c (x_set_frame_alpha): Add function.
13
14 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
15 * w32fns.c (w32_frame_parm_handlers): Likewise.
16
1 2008-05-20 Jason Rumney <jasonr@gnu.org> 17 2008-05-20 Jason Rumney <jasonr@gnu.org>
2 18
3 * w32font.c (add_font_entity_to_list): Don't add non-opentype 19 * w32font.c (add_font_entity_to_list): Don't add non-opentype
4 truetype fonts to opentype list. 20 truetype fonts to opentype list.
5 21
82 . FC_CHARSET_IDX) as :font-entity property in the font entity. 98 . FC_CHARSET_IDX) as :font-entity property in the font entity.
83 Callers changed. 99 Callers changed.
84 (ftfont_lookup_cache, ftfont_get_charset): New functions. 100 (ftfont_lookup_cache, ftfont_get_charset): New functions.
85 (ftfont_spec_pattern): New argument fc_charset_idx. 101 (ftfont_spec_pattern): New argument fc_charset_idx.
86 Check registry more rigidly. Change callers. 102 Check registry more rigidly. Change callers.
87 (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the 103 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
88 change of :font-entity property of the font. 104 change of :font-entity property of the font.
89 105
90 * xftfont.c (xftfont_open): Ajuste for the change of :font-entity 106 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
91 property of the font. 107 property of the font.
92 108
93 2008-05-18 Juanma Barranquero <lekktu@gmail.com> 109 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
94 110
95 * coding.c (Fcoding_system_p): Rename argument to match docstring. 111 * coding.c (Fcoding_system_p): Rename argument to match docstring.