From: Dave Love Date: Wed, 12 Jul 2000 11:55:03 +0000 (+0000) Subject: make-obsolete, plist-member changes X-Git-Tag: emacs-pretest-21.0.90~2877 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fce7efba210165607ce631f6b31ee99eab1cfd4;p=emacs.git make-obsolete, plist-member changes --- diff --git a/etc/NEWS b/etc/NEWS index 27940ad53ab..cc0c27501cc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1250,6 +1250,12 @@ functionality with aliases for the mldrag functions. * 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 `make-obsolete' now has an optional arg to say when the +function was declared obsolete. + +** Function plist-member is renamed from widget-plist-member (which is +retained as an alias). + ** Easy-menu's :filter now works as in XEmacs. It takes the unconverted (i.e. XEmacs) form of the menu and the result is automatically converted to Emacs' form.