Mercurial > emacs
comparison etc/NEWS @ 93380:0dca8f796277
Add calendar-date-style.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 29 Mar 2008 02:47:48 +0000 |
parents | ed10c3092847 |
children | ea007865fdec |
comparison
equal
deleted
inserted
replaced
93379:45f55c611456 | 93380:0dca8f796277 |
---|---|
528 | 528 |
529 *** Success of remote copy is checked. | 529 *** Success of remote copy is checked. |
530 When the variable `file-precious-flag' is set, the success of a remote | 530 When the variable `file-precious-flag' is set, the success of a remote |
531 file copy is checked via the file's checksum. | 531 file 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. | |
536 The variable `european-calendar-style' is obsolete - use `calendar-date-style'. | |
537 Similarly, the commands `american-calendar' and `european-calendar' | |
538 should 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 |
536 that either version can be used as inferior Python by python.el. | 543 that either version can be used as inferior Python by python.el. |
537 | 544 |