aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2005-02-27 22:54:12 +0000
committerGlenn Morris2005-02-27 22:54:12 +0000
commitf43ae016822a121eee313180bc4788154f897b42 (patch)
tree2dd44c3acd6e73d7543ee8e8958e4f375780dfcd
parent07a66b979b9f3ccc1ffd8ee87377b3e434f86151 (diff)
downloademacs-f43ae016822a121eee313180bc4788154f897b42.tar.gz
emacs-f43ae016822a121eee313180bc4788154f897b42.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3ca9d1e0da5..f1d17ef58bf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1599,6 +1599,9 @@ count backward from the end of the year.
1599prompts for a year and a week number, and moves to the first 1599prompts for a year and a week number, and moves to the first
1600day of that ISO week. 1600day of that ISO week.
1601 1601
1602** The new variable `calendar-minimum-window-height' affects the
1603window generated by the function `generate-calendar-window'.
1604
1602--- 1605---
1603** The functions `holiday-easter-etc' and `holiday-advent' now take 1606** The functions `holiday-easter-etc' and `holiday-advent' now take
1604optional arguments, in order to only report on the specified holiday 1607optional arguments, in order to only report on the specified holiday
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1e195944963..716f6e5a42f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * calendar/diary-lib.el (diary-remind): Discard any mark portion
4 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5
12005-02-27 Luc Teirlinck <teirllm@auburn.edu> 62005-02-27 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * cus-edit.el: Comment change. 8 * cus-edit.el: Comment change.