diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-26 03:43:18 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-26 03:43:18 +0000 |
commit | e889393b2e5594a11a55147bb99ef1d0cc3c91f6 (patch) | |
tree | 3ee3ea0c98f3f250574e8a837a7c21fafee4e052 /etc | |
parent | 0fa9d7e26ceaebb72dca7bffba49a7f5113a5f2c (diff) | |
download | emacs-e889393b2e5594a11a55147bb99ef1d0cc3c91f6.tar.gz |
(calendar-iso-from-absolute): Add autoload cookie.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -521,6 +521,14 @@ prefixes, eg `calendar-french-'. The old names you are likely to use directly still exist, for the time being, as aliases, but please start using the new names. +*** The whitespace in the calendar layout can be customized. +See the variables: +calendar-left-margin, calendar-intermonth-spacing, calendar-column-width, +calendar-day-header-width, and calendar-day-digit-width. + +*** Text (e.g. ISO weeks) can be displayed between the calendar months. +See the variables calendar-intermonth-header and calendar-intermonth-text. + *** The function `holiday-chinese' computes holidays on the Chinese calendar. It has been used to add items to the list `holiday-oriental-holidays'. |