aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-29 02:47:48 +0000
committerGlenn Morris2008-03-29 02:47:48 +0000
commitdc7f8d5723beb0d947f77c30d1a4db31ee8f9a72 (patch)
treef5049032ccc1c296938f256cbd0b77b9b36ab899
parentf2b4643502f6a63b37b1c5287e2ff5114f7690b2 (diff)
downloademacs-dc7f8d5723beb0d947f77c30d1a4db31ee8f9a72.tar.gz
emacs-dc7f8d5723beb0d947f77c30d1a4db31ee8f9a72.zip
Add calendar-date-style.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
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
530When the variable `file-precious-flag' is set, the success of a remote 530When the variable `file-precious-flag' is set, the success of a remote
531file copy is checked via the file's checksum. 531file copy is checked via the file's checksum.
532 532
533** Calendar and diary
534
535*** There is a new date style, `iso', essentially year/month/day.
536The variable `european-calendar-style' is obsolete - use `calendar-date-style'.
537Similarly, the commands `american-calendar' and `european-calendar'
538should be replaced by `calendar-set-date-style'.
539
533** Miscellaneous programming mode changes 540** Miscellaneous programming mode changes
534 541
535*** The file etc/emacs.py now supports both Python 2 and 3, meaning 542*** The file etc/emacs.py now supports both Python 2 and 3, meaning