diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 422d1936eea..f233d629670 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * calendar/cal-bahai.el (calendar-bahai-month-name-array) | ||
| 4 | (calendar-bahai-epoch, calendar-bahai-leap-year-p) | ||
| 5 | (calendar-bahai-leap-base, calendar-bahai-prompt-for-date) | ||
| 6 | (diary-list-bahai-entries, diary-bahai-mark-entries) | ||
| 7 | (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry) | ||
| 8 | (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry): | ||
| 9 | New names to clean up namespace. | ||
| 10 | (list-bahai-diary-entries, mark-bahai-diary-entries) | ||
| 11 | (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry) | ||
| 12 | (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern): | ||
| 13 | Add compatibility aliases. | ||
| 14 | |||
| 3 | * calendar/appt.el: Don't wrap defvar within eval-when-compile. | 15 | * calendar/appt.el: Don't wrap defvar within eval-when-compile. |
| 4 | 16 | ||
| 5 | * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right) | 17 | * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right) |