1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

Add calendar-date-style.

This commit is contained in:
Glenn Morris 2008-03-29 02:47:48 +00:00
parent f2b4643502
commit dc7f8d5723

View File

@ -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