diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-17 20:20:13 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-17 20:20:13 -0700 |
commit | e565dd3789e0ef5589035034893d99de239c87a2 (patch) | |
tree | b28b46a59e1bcbce370f4928f7c380566420ad47 /etc | |
parent | 3c24731f34709a8a3ed11a5546ff6b0c7a958f2a (diff) | |
download | emacs-e565dd3789e0ef5589035034893d99de239c87a2.tar.gz |
Rationalize calendar handling of day and month abbrev-arrays.
* lisp/calendar/calendar.el (calendar-customized-p): New function.
(calendar-abbrev-construct, calendar-make-alist): Change what it does.
(calendar-day-name-array, calendar-month-name-array): Doc fix.
Add :set function.
(calendar-abbrev-length, calendar-day-abbrev-array)
(calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
(calendar-day-abbrev-array, calendar-month-abbrev-array):
Elements may no longer be nil.
(calendar-day-name, calendar-month-name):
Update for changed nature of abbrev arrays.
* calendar/diary-lib.el (diary-name-pattern):
Update for changed nature of abbrev arrays.
(diary-mark-entries-1): Update calendar-make-alist calls.
(diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
* calendar/cal-html.el (cal-html-day-abbrev-array):
Simply inherit from calendar-day-abbrev-array.
* etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -473,6 +473,10 @@ See the variable `appt-warning-time-regexp'. *** New function `diary-hebrew-birthday'. --- +*** Elements of `calendar-day-abbrev-array' and `calendar-month-abbrev-array' +may no longer be nil, but must all be strings. + +--- *** The obsolete (since Emacs 22.1) method of enabling the appt package by adding appt-make-list to diary-hook has been removed. Use appt-activate. |