From: Glenn Morris Date: Wed, 4 Nov 2009 03:15:43 +0000 (+0000) Subject: Add "Incompatible Lisp Changes in Emacs 23.2". X-Git-Tag: emacs-pretest-23.1.90~577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3429475871bdf0237278e396e14adf2a0b66ce7;p=emacs.git Add "Incompatible Lisp Changes in Emacs 23.2". --- diff --git a/etc/NEWS b/etc/NEWS index 9726f52a1de..0d5eb1dea0d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -256,6 +256,22 @@ Command*'. ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. + +* Incompatible Lisp Changes in Emacs 23.2 + +** Several obsolete functions removed. +The functions have been obsolete since Emacs 19, and are unlikely to +be in use: + + time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy + time-stamp-dd-mon-yy, time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, + time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss, + time-stamp-hhmm, baud-rate + +--- +** Support for generating Emacs 18 compatible bytecode (by setting +the variable `byte-compile-compatibility') has been removed. + * Lisp changes in Emacs 23.2 @@ -326,15 +342,6 @@ Instead, customize byte-compile-dest-file-function. --- ** `byte-compile-warnings' can have a new member, `constants'. -** Several obsolete functions removed. -The functions have been obsolete since Emacs 19, and are unlikely to -be in use: - - time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy - time-stamp-dd-mon-yy, time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, - time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss, - time-stamp-hhmm, baud-rate - ** `delete-directory' has an optional parameter RECURSIVE. ** New function `copy-directory', which copies a directory recursively.