# HG changeset patch # User Glenn Morris # Date 1206758868 0 # Node ID 0dca8f7962770ced3ad0239691b120264c41e67f # Parent 45f55c6114564ece9c894f233da0c7083e659d4d Add calendar-date-style. diff -r 45f55c611456 -r 0dca8f796277 etc/NEWS --- a/etc/NEWS Sat Mar 29 02:46:54 2008 +0000 +++ b/etc/NEWS Sat Mar 29 02:47:48 2008 +0000 @@ -530,6 +530,13 @@ 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