changeset 105848:c03773b7acd7

Add "Incompatible Lisp Changes in Emacs 23.2".
author Glenn Morris <rgm@gnu.org>
date Wed, 04 Nov 2009 03:15:43 +0000
parents ca4611bcf0d4
children e7f7399383e9
files etc/NEWS
diffstat 1 files changed, 16 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Nov 04 03:15:14 2009 +0000
+++ b/etc/NEWS	Wed Nov 04 03:15:43 2009 +0000
@@ -257,6 +257,22 @@
 ** 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
 
 ** The 4th arg to all-completions (aka hide-spaces) is declared obsolete.
@@ -326,15 +342,6 @@
 ---
 ** `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.