aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b9f9931d89..ddcbc93d6f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12008-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
12008-05-20 Jason Rumney <jasonr@gnu.org> 172008-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
@@ -84,10 +100,10 @@
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
932008-05-18 Juanma Barranquero <lekktu@gmail.com> 1092008-05-18 Juanma Barranquero <lekktu@gmail.com>