aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-06-26 03:43:18 +0000
committerGlenn Morris2008-06-26 03:43:18 +0000
commite889393b2e5594a11a55147bb99ef1d0cc3c91f6 (patch)
tree3ee3ea0c98f3f250574e8a837a7c21fafee4e052 /etc
parent0fa9d7e26ceaebb72dca7bffba49a7f5113a5f2c (diff)
downloademacs-e889393b2e5594a11a55147bb99ef1d0cc3c91f6.tar.gz
emacs-e889393b2e5594a11a55147bb99ef1d0cc3c91f6.zip
(calendar-iso-from-absolute): Add autoload cookie.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a280ba94ac6..2b74494cccf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -521,6 +521,14 @@ prefixes, eg `calendar-french-'. The old names you are likely to use
521directly still exist, for the time being, as aliases, but please start 521directly still exist, for the time being, as aliases, but please start
522using the new names. 522using the new names.
523 523
524*** The whitespace in the calendar layout can be customized.
525See the variables:
526calendar-left-margin, calendar-intermonth-spacing, calendar-column-width,
527calendar-day-header-width, and calendar-day-digit-width.
528
529*** Text (e.g. ISO weeks) can be displayed between the calendar months.
530See the variables calendar-intermonth-header and calendar-intermonth-text.
531
524*** The function `holiday-chinese' computes holidays on the Chinese calendar. 532*** The function `holiday-chinese' computes holidays on the Chinese calendar.
525It has been used to add items to the list `holiday-oriental-holidays'. 533It has been used to add items to the list `holiday-oriental-holidays'.
526 534