aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-08-10 01:51:23 +0000
committerGlenn Morris2008-08-10 01:51:23 +0000
commita43a8a2e815da1aa665e67b229d438259890fc32 (patch)
tree8fc9ac37cbbe26d4c2d71421b8cb359117f4feeb /etc
parent5c94b31cbcebc400e64b14b7b60666d5995780e4 (diff)
downloademacs-a43a8a2e815da1aa665e67b229d438259890fc32.tar.gz
emacs-a43a8a2e815da1aa665e67b229d438259890fc32.zip
(Calendar Customizing): Mention whitespace variables and intermonth text.
(Holiday Customizing): Add holiday-chinese.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f8c021c41f7..db33c03eef0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -614,17 +614,21 @@ prefixes, eg `calendar-french-'. The old names you are likely to use
614directly still exist, for the time being, as aliases, but please start 614directly still exist, for the time being, as aliases, but please start
615using the new names. 615using the new names.
616 616
617+++
617*** The whitespace in the calendar layout can be customized. 618*** The whitespace in the calendar layout can be customized.
618See the variables: 619See the variables:
619calendar-left-margin, calendar-intermonth-spacing, calendar-column-width, 620calendar-left-margin, calendar-intermonth-spacing, calendar-column-width,
620calendar-day-header-width, and calendar-day-digit-width. 621calendar-day-header-width, and calendar-day-digit-width.
621 622
623+++
622*** Text (e.g. ISO weeks) can be displayed between the calendar months. 624*** Text (e.g. ISO weeks) can be displayed between the calendar months.
623See the variables calendar-intermonth-header and calendar-intermonth-text. 625See the variables calendar-intermonth-header and calendar-intermonth-text.
624 626
627+++
625*** The function `holiday-chinese' computes holidays on the Chinese calendar. 628*** The function `holiday-chinese' computes holidays on the Chinese calendar.
626It has been used to add items to the list `holiday-oriental-holidays'. 629It has been used to add items to the list `holiday-oriental-holidays'.
627 630
631---
628*** `diary-remind' accepts a negative number -DAYS as a shorthand for 632*** `diary-remind' accepts a negative number -DAYS as a shorthand for
629the list (1 2 ... DAYS). 633the list (1 2 ... DAYS).
630 634