# HG changeset patch # User Eli Zaretskii # Date 1010941686 0 # Node ID 5814fed2f4307dc6c7c4f7ecc6892ec7fa3d53ca # Parent 3171636487de032e39ea9a919b8357678a3a8f5e Document the new full-screen options. diff -r 3171636487de -r 5814fed2f430 etc/NEWS --- a/etc/NEWS Sun Jan 13 16:56:20 2002 +0000 +++ b/etc/NEWS Sun Jan 13 17:08:06 2002 +0000 @@ -28,6 +28,15 @@ * 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.