Mercurial > emacs
changeset 105112:d2b9d18c1008
Note removed obsolete functions.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 19 Sep 2009 19:55:00 +0000 |
parents | 5113b774dd11 |
children | 1a0de48a918c |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Sep 19 19:54:36 2009 +0000 +++ b/etc/NEWS Sat Sep 19 19:55:00 2009 +0000 @@ -264,6 +264,15 @@ the function `byte-compile-dest-file' before loading bytecomp.el is obsolete. Instead, customize byte-compile-dest-file-function. +** 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 + * Changes in Emacs 23.2 on non-free operating systems ---