From xemacs-m  Tue Mar 25 11:32:56 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA04613
	for <xemacs-beta@xemacs.org>; Tue, 25 Mar 1997 11:32:55 -0600 (CST)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id SAA01191; Tue, 25 Mar 1997 18:21:58 +0100
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id SAA23880; Tue, 25 Mar 1997 18:31:02 +0100
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org
Subject: Re: Documentation: NEWS
References: <199703220010.QAA17461@infodock.com> <vwmvi6fapl5.fsf@calico.cis.ohio-state.edu>
Organization: The Church of Emacs
X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM<U{B+4e{k79.Ya{~':DblFPCg$
 @60,BfLv2@SKZ19cMWK0/C'v;tM:|6B'R}U1rp6CL&kN({9<zF/V{:JCg27yC)9oZjeqcQawzKfiNL
 t9}`vjmK["dRQC/qGFQq"%u|Q`:6{"Rz}b(dnl_"3$Jtqimi>|8MBp/
From: Per Abrahamsen <abraham@dina.kvl.dk>
Date: 25 Mar 1997 18:31:01 +0100
In-Reply-To: Pete Ware's message of 25 Mar 1997 11:44:38 -0500
Message-ID: <rjg1xj98ve.fsf@zuse.dina.kvl.dk>
Lines: 39
X-Mailer: Gnus v5.4.37/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


Here are the changes that are partially my fault. 



User visible changes:

* There is a new way to customize faces and (some) variables.

Try it with `M-x customize RET', or from the Options->Customize menu.
Documented in <URL:info:custom>.

* The AUC TeX environment for editing and running TeX is now bundled.

Enable with (require 'tex-site) in your .emacs file.
Documented in <URL:info:auctex>.

* New user option `init-face-from-resources'.

If you don't set faces with X resources, you can speed up the
initialization of new faces by setting this to nil.

* `column.el' removed, use `column-number-mode' instead.


Lisp level changes:

* New `widget' library for inserting UI components in buffers.

Documented in <URL:info:widget>.

* New `custom' library for declaring user options and faces.

Documented in <URL:info:custom>.

* New function `make-empty-face'.

Like `make-face', but doesn't query the resource database.

