aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog10
2 files changed, 15 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c06fed6a5cf..18fb4f5ebd4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1409,6 +1409,11 @@ appointments, paydays or anything else using a sexp.
1409year and day number, and moves to that date. Negative day numbers 1409year and day number, and moves to that date. Negative day numbers
1410count backward from the end of the year. 1410count backward from the end of the year.
1411 1411
1412** The functions `holiday-easter-etc' and `holiday-advent' now take
1413arguments, and only report on the specified holiday rather than all.
1414This makes customization of the variable `christian-holidays' simpler,
1415but existing customizations may need to be updated.
1416
1412** The function `simple-diary-display' now by default sets a header line. 1417** The function `simple-diary-display' now by default sets a header line.
1413This can be controlled through the variables `diary-header-line-flag' 1418This can be controlled through the variables `diary-header-line-flag'
1414and `diary-header-line-format'. 1419and `diary-header-line-format'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 24bceedc33c..0842def464e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12004-09-23 H,Ae(Bkon Malmedal <hmalmedal@yahoo.no>
2
3 * calendar/holidays.el (holiday-advent): Report on a specified day
4 offset from advent, not just advent.
5 (holiday-easter-etc): Report on one specified day offset from
6 easter, not all easter holidays. Various Easter holidays moved to
7 `christian-holidays' variable in calendar.el.
8 * calendar/calendar.el (christian-holidays): Adapt for new
9 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10
12004-09-23 Kim F. Storm <storm@cua.dk> 112004-09-23 Kim F. Storm <storm@cua.dk>
2 12
3 * image.el (insert-sliced-image): Add doc string. 13 * image.el (insert-sliced-image): Add doc string.