Hi, > Now that your copyright papers are on file, could you send us > a patch together with a corresponding ChangeLog entry? > > Stefan Here's a patch & ChangeLog lines for a new frame parameter. Seiji 2008-05-14 Seiji Zenitani , Ryo Yoshitake * frame.c (Qalpha): add a new frame parameter `alpha'. (Vframe_alpha_lower_limit) : new variable. (x_set_alpha): Add function. * frame.h (Qalpha, Vframe_parameter_lower_limit): export them. * xfns.c (x-create-frame, Qalpha): Initialize the frame parameter `alpha'. * xterm.c (x_set_frame_alpha): Add function. * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha. * w32fns.c (w32_frame_parm_handlers): Likewise.