changeset 33364:246e375abefb

md5. Modify Gnus entry.
author Dave Love <fx@gnu.org>
date Fri, 10 Nov 2000 11:37:09 +0000
parents 1a5b4e0146bc
children 2c0585b6e6d6
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Nov 10 10:25:00 2000 +0000
+++ b/etc/NEWS	Fri Nov 10 11:37:09 2000 +0000
@@ -91,12 +91,13 @@
 
 *** Gnus is now a MIME-capable reader.  This affects many parts of
 Gnus, and adds a slew of new commands.  See the manual for details.
+Separate MIME packages like RMIME, SEMI, mime-compose etc., will
+probably no longer work; remove them and use the native facilities.
 
 *** Gnus has also been multilingualized.  This also affects too many
-parts of Gnus to summarize here, and adds many new variables.
-Separate MIME packages like SEMI will not work.  There are built-in
-facilities equivalent to those of gnus-mule.el, which is now just a
-compatibility layer.
+parts of Gnus to summarize here, and adds many new variables.  There
+are built-in facilities equivalent to those of gnus-mule.el, which is
+now just a compatibility layer.
 
 *** gnus-auto-select-first can now be a function to be
 called to position point.
@@ -1824,6 +1825,9 @@
 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
 (Display-related features are described in a page of their own below.)
 
+** Function `md5' calculates the MD5 "message digest"/"checksum",
+currently using the `md5sum' program.
+
 ** Function `delete-frame' runs `delete-frame-hook' before actually
 deleting the frame.  The hook is called with one arg, the frame
 being deleted.