From: Eli Zaretskii Date: Sun, 13 Jan 2002 12:31:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a8e19a31c60474344f575484d359fbd903bfadf;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a155e2353f2..5f545865af7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,4 @@ -2002-01-13 Eli Zaretskii +2002-01-13 Jan Djarv * startup.el (command-line-x-option-alist): New options "-fs", "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". diff --git a/src/ChangeLog b/src/ChangeLog index 43111d961a3..33f13ef4e49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,32 @@ +2002-01-13 Jan Djarv + + * xterm.h (struct x_output): New members want_fullscreen, + x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and + y_pixels_outer_diff. + New enum for FULLSCREEN_* constants. + (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget + is NULL. + (x_fullscreen_adjust): Add prototype. + + * emacs.c (USAGE2): Add the new full-screen arguments. + (standard_args): Ditto. + + * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New + variables. + (syms_of_xfns): Intern and staticpro them. + (x_frame_parms) <"fullscreen">: New parameter. + (x_fullscreen_move, x_set_fullscreen): New functions. + (x_set_frame_parameters): Support for Qfullscreen. + (x_real_positions): More accurate computation of the frame position. + (x_figure_window_size): Support full-screen frames. + (Fx_create_frame): Default the fullscreen parameter. + + * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions. + (XTread_socket) : Call x_check_fullscreen. + : Don't resize to fullscreen. Call + x_check_fullscreen_move, and set the want_fullscreen member of + output_data.x. + 2002-01-13 Jason Rumney * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages