emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/etc NEWS


From: Glenn Morris
Subject: [Emacs-diffs] emacs/etc NEWS
Date: Wed, 04 Nov 2009 03:15:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/11/04 03:15:44

Modified files:
        etc            : NEWS 

Log message:
        Add "Incompatible Lisp Changes in Emacs 23.2".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.2110&r2=1.2111

Patches:
Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.2110
retrieving revision 1.2111
diff -u -b -r1.2110 -r1.2111
--- NEWS        31 Oct 2009 02:12:06 -0000      1.2110
+++ NEWS        4 Nov 2009 03:15:43 -0000       1.2111
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]