diff options
| author | Glenn Morris | 2008-06-26 03:43:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-26 03:43:18 +0000 |
| commit | e889393b2e5594a11a55147bb99ef1d0cc3c91f6 (patch) | |
| tree | 3ee3ea0c98f3f250574e8a837a7c21fafee4e052 /etc | |
| parent | 0fa9d7e26ceaebb72dca7bffba49a7f5113a5f2c (diff) | |
| download | emacs-e889393b2e5594a11a55147bb99ef1d0cc3c91f6.tar.gz emacs-e889393b2e5594a11a55147bb99ef1d0cc3c91f6.zip | |
(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 | |||
| 521 | directly still exist, for the time being, as aliases, but please start | 521 | directly still exist, for the time being, as aliases, but please start |
| 522 | using the new names. | 522 | using the new names. |
| 523 | 523 | ||
| 524 | *** The whitespace in the calendar layout can be customized. | ||
| 525 | See the variables: | ||
| 526 | calendar-left-margin, calendar-intermonth-spacing, calendar-column-width, | ||
| 527 | calendar-day-header-width, and calendar-day-digit-width. | ||
| 528 | |||
| 529 | *** Text (e.g. ISO weeks) can be displayed between the calendar months. | ||
| 530 | See 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. |
| 525 | It has been used to add items to the list `holiday-oriental-holidays'. | 533 | It has been used to add items to the list `holiday-oriental-holidays'. |
| 526 | 534 | ||