diff options
author | Glenn Morris <rgm@gnu.org> | 2008-08-10 01:51:23 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-08-10 01:51:23 +0000 |
commit | a43a8a2e815da1aa665e67b229d438259890fc32 (patch) | |
tree | 8fc9ac37cbbe26d4c2d71421b8cb359117f4feeb /etc | |
parent | 5c94b31cbcebc400e64b14b7b60666d5995780e4 (diff) | |
download | emacs-a43a8a2e815da1aa665e67b229d438259890fc32.tar.gz |
(Calendar Customizing): Mention whitespace variables and intermonth text.
(Holiday Customizing): Add holiday-chinese.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -614,17 +614,21 @@ 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'. +--- *** `diary-remind' accepts a negative number -DAYS as a shorthand for the list (1 2 ... DAYS). |