comparison etc/NEWS @ 33364:246e375abefb

md5. Modify Gnus entry.
author Dave Love <fx@gnu.org>
date Fri, 10 Nov 2000 11:37:09 +0000
parents d1bd6bb27342
children 701833d4b661
comparison
equal deleted inserted replaced
33363:1a5b4e0146bc 33364:246e375abefb
89 More information is available in the info doc at Select Methods -> 89 More information is available in the info doc at Select Methods ->
90 Getting Mail -> Mail Sources 90 Getting Mail -> Mail Sources
91 91
92 *** Gnus is now a MIME-capable reader. This affects many parts of 92 *** Gnus is now a MIME-capable reader. This affects many parts of
93 Gnus, and adds a slew of new commands. See the manual for details. 93 Gnus, and adds a slew of new commands. See the manual for details.
94 Separate MIME packages like RMIME, SEMI, mime-compose etc., will
95 probably no longer work; remove them and use the native facilities.
94 96
95 *** Gnus has also been multilingualized. This also affects too many 97 *** Gnus has also been multilingualized. This also affects too many
96 parts of Gnus to summarize here, and adds many new variables. 98 parts of Gnus to summarize here, and adds many new variables. There
97 Separate MIME packages like SEMI will not work. There are built-in 99 are built-in facilities equivalent to those of gnus-mule.el, which is
98 facilities equivalent to those of gnus-mule.el, which is now just a 100 now just a compatibility layer.
99 compatibility layer.
100 101
101 *** gnus-auto-select-first can now be a function to be 102 *** gnus-auto-select-first can now be a function to be
102 called to position point. 103 called to position point.
103 104
104 *** The user can now decide which extra headers should be included in 105 *** The user can now decide which extra headers should be included in
1821 *** ph.el has been obsoleted by EUDC and removed. 1822 *** ph.el has been obsoleted by EUDC and removed.
1822 1823
1823 1824
1824 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1825 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1825 (Display-related features are described in a page of their own below.) 1826 (Display-related features are described in a page of their own below.)
1827
1828 ** Function `md5' calculates the MD5 "message digest"/"checksum",
1829 currently using the `md5sum' program.
1826 1830
1827 ** Function `delete-frame' runs `delete-frame-hook' before actually 1831 ** Function `delete-frame' runs `delete-frame-hook' before actually
1828 deleting the frame. The hook is called with one arg, the frame 1832 deleting the frame. The hook is called with one arg, the frame
1829 being deleted. 1833 being deleted.
1830 1834