diff options
| author | Glenn Morris | 2008-08-10 01:51:23 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-10 01:51:23 +0000 |
| commit | a43a8a2e815da1aa665e67b229d438259890fc32 (patch) | |
| tree | 8fc9ac37cbbe26d4c2d71421b8cb359117f4feeb /etc | |
| parent | 5c94b31cbcebc400e64b14b7b60666d5995780e4 (diff) | |
| download | emacs-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/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 | |||
| 614 | directly still exist, for the time being, as aliases, but please start | 614 | directly still exist, for the time being, as aliases, but please start |
| 615 | using the new names. | 615 | using 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. |
| 618 | See the variables: | 619 | See the variables: |
| 619 | calendar-left-margin, calendar-intermonth-spacing, calendar-column-width, | 620 | calendar-left-margin, calendar-intermonth-spacing, calendar-column-width, |
| 620 | calendar-day-header-width, and calendar-day-digit-width. | 621 | calendar-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. |
| 623 | See the variables calendar-intermonth-header and calendar-intermonth-text. | 625 | See 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. |
| 626 | It has been used to add items to the list `holiday-oriental-holidays'. | 629 | It 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 |
| 629 | the list (1 2 ... DAYS). | 633 | the list (1 2 ... DAYS). |
| 630 | 634 | ||