]> git.eshelyaron.com Git - emacs.git/commitdiff
Add calendar-date-style.
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Mar 2008 02:47:48 +0000 (02:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Mar 2008 02:47:48 +0000 (02:47 +0000)
etc/NEWS

index 285b7428b2c694292e45f48f4b0a956b1233072a..dff4b8010e1024cd99006b0425be33f030e1fd95 100644 (file)
--- 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