From xemacs-m  Fri Jun  6 22:41:17 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA21265
	for <xemacs-beta@xemacs.org>; Fri, 6 Jun 1997 22:41:15 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id FAA16138; Sat, 7 Jun 1997 05:41:15 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: NEWS update
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 07 Jun 1997 05:41:15 +0200
Message-ID: <kig7mg7rsf8.fsf@jagor.srce.hr>
Lines: 77
X-Mailer: Gnus v5.4.52/XEmacs 20.3(beta4)

Let's not forget keeping NEWS in synch, folks!

--- NEWS.orig	Sat Jun  7 01:15:38 1997
+++ NEWS	Sat Jun  7 01:41:52 1997
@@ -109,7 +109,14 @@
 * Changes in XEmacs 20.3
 ========================
 
-** Autoconf 2 is supported.
+** XEmacs runs on Windows NT.
+
+Thanks to David Hobley <davidh@wr.com.au> and Marc Paquette
+<marcpa@cam.org>, XEmacs now runs on Windows NT.
+
+For now, you need an X server to be able to run it, but Marc is
+working on a port that implements a native NT device.  We need *your*
+help.
 
 ** Multiple TTY frames are now available.
 
@@ -117,6 +124,35 @@
 creating a new frame with `C-x 5 2' also raises and selects that
 frame.  The behavior of window system frames is unchanged.
 
+** C-x n d now runs the new command narrow-to-defun,
+which narrows the accessible parts of the buffer to just
+the current defun.
+
+** The new command C-x 4 0 (kill-buffer-and-window) kills the
+current buffer and deletes the selected window.  It asks for
+confirmation first.
+
+** XEmacs can now save the minibuffer histories from various
+minibuffers.  To use this feature, add the line:
+
+   (savehist-load)
+
+to your .emacs.  This will load the minibuffer histories (if any) at
+startup, as well as instruct XEmacs to save them before exiting.  You
+can use Customize to add or remove the histories being saved.
+
+** Gnuserv changes
+
+*** The Lisp part of gnuserv has been rewritten to allow for more
+flexibility and features.
+
+*** Many new options and variables are now customizable.  Try
+`M-x customize-group RET gnuserv RET'.
+
+*** The `gnuattact' and `gnudoit' programs have been abandoned in
+favor of `gnuclient', which now accepts the standard `-nw',
+`-eval' and `-f' options.
+
 ** Etags changes.
 
 *** In C, C++, Objective C and Java, Etags tags global variables by
@@ -152,6 +188,13 @@
 
 * Lisp and internal changes in XEmacs 20.3
 ==========================================
+
+** Autoconf 2 is supported, making XEmacs more conforming to
+conventions used by other free software.
+
+** tty-erase-char is a new variable that reports which character
+was set up as the terminal's erase character at the tim Emacs was started.
+
 
 
 * Changes in XEmacs 20.2


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Thou Who might be our Father Who perhaps may be in Heaven...
                                                -- Roger Zelazny

