diff options
| author | Glenn Morris | 2005-02-27 22:54:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2005-02-27 22:54:12 +0000 |
| commit | f43ae016822a121eee313180bc4788154f897b42 (patch) | |
| tree | 2dd44c3acd6e73d7543ee8e8958e4f375780dfcd | |
| parent | 07a66b979b9f3ccc1ffd8ee87377b3e434f86151 (diff) | |
| download | emacs-f43ae016822a121eee313180bc4788154f897b42.tar.gz emacs-f43ae016822a121eee313180bc4788154f897b42.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
| @@ -1599,6 +1599,9 @@ count backward from the end of the year. | |||
| 1599 | prompts for a year and a week number, and moves to the first | 1599 | prompts for a year and a week number, and moves to the first |
| 1600 | day of that ISO week. | 1600 | day of that ISO week. |
| 1601 | 1601 | ||
| 1602 | ** The new variable `calendar-minimum-window-height' affects the | ||
| 1603 | window 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 |
| 1604 | optional arguments, in order to only report on the specified holiday | 1607 | optional 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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-02-27 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2005-02-27 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * cus-edit.el: Comment change. | 8 | * cus-edit.el: Comment change. |