From: Eli Zaretskii Date: Sun, 13 Jan 2002 17:08:06 +0000 (+0000) Subject: Document the new full-screen options. X-Git-Tag: ttn-vms-21-2-B4~17159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6625fc7d14c8bb8dca1b3e6365cbbe26acbcd06a;p=emacs.git Document the new full-screen options. --- diff --git a/etc/NEWS b/etc/NEWS index ef57fa5824a..61e1a68645b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -28,6 +28,15 @@ Emacs with Leim. * Changes in Emacs 21.3 ++++ +** Emacs can now be invoked in full-screen mode on a windowed display. + +When Emacs is invoked on a window system, the new command-line options +`--fullwidth', `--fullheight', and `--fullscreen' produce a frame +whose width, height, or both width and height take up the entire +screen size. (For now, this works only on GNU and Unix systems, and +not with every window manager.) + ** Info-index finally offers completion. ** Controlling the left and right fringe widths.