summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2004-12-07 00:57:30 +0000
committerGlenn Morris <rgm@gnu.org>2004-12-07 00:57:30 +0000
commit94f1c41a48dad5de7e963cc075c08816efbf1597 (patch)
tree26d69c14c3dd9782e7bbe9475d22975af00e4e20
parent3cd74de74c368c0787e428890b5c360d5d2f9bd2 (diff)
downloademacs-94f1c41a48dad5de7e963cc075c08816efbf1597.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog2
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 <monnier@iro.umontreal.ca>