From: Glenn Morris Date: Sat, 29 Mar 2008 02:47:48 +0000 (+0000) Subject: Add calendar-date-style. X-Git-Tag: emacs-pretest-23.0.90~6800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc7f8d5723beb0d947f77c30d1a4db31ee8f9a72;p=emacs.git Add calendar-date-style. --- diff --git a/etc/NEWS b/etc/NEWS index 285b7428b2c..dff4b8010e1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -530,6 +530,13 @@ Running processes on a remote host can be controlled by settings in When the variable `file-precious-flag' is set, the success of a remote file copy is checked via the file's checksum. +** Calendar and diary + +*** There is a new date style, `iso', essentially year/month/day. +The variable `european-calendar-style' is obsolete - use `calendar-date-style'. +Similarly, the commands `american-calendar' and `european-calendar' +should be replaced by `calendar-set-date-style'. + ** Miscellaneous programming mode changes *** The file etc/emacs.py now supports both Python 2 and 3, meaning