From 94f1c41a48dad5de7e963cc075c08816efbf1597 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 7 Dec 2004 00:57:30 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 6 +++--- lisp/ChangeLog | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.11.4.GIT