From: Glenn Morris Date: Tue, 7 Dec 2004 00:57:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94f1c41a48dad5de7e963cc075c08816efbf1597;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index d6a2943205b..aedd81d5fa7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1481,9 +1481,9 @@ day of that ISO week. --- ** The functions `holiday-easter-etc' and `holiday-advent' now take -arguments, and only report on the specified holiday rather than all. -This makes customization of the variable `christian-holidays' simpler, -but existing customizations may need to be updated. +optional arguments, in order to only report on the specified holiday +rather than all. This makes customization of variables such as +`christian-holidays' simpler. ** The function `simple-diary-display' now by default sets a header line. This can be controlled through the variables `diary-header-line-flag' diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 972f5768dfa..9b2b6727d4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,8 @@ * calendar/holidays.el (holiday-easter-etc): Make arguments optional for backwards compatability. Doc fix. Remove un-necessary local vars mandatory, output-list. + (holiday-advent): Make arguments optional for backwards + compatability. Doc fix. 2004-12-06 Stefan Monnier