# HG changeset patch # User Chong Yidong # Date 1253390100 0 # Node ID d2b9d18c1008a541658bf739bd8344e2c9801f0f # Parent 5113b774dd115eee9067cd3d01b31e5321057693 Note removed obsolete functions. diff -r 5113b774dd11 -r d2b9d18c1008 etc/NEWS --- 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 ---