diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b76c78acff..d7eec6d8dfc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -83,6 +83,25 @@ | |||
| 83 | * calendar/cal-x.el (make-fancy-diary-buffer): | 83 | * calendar/cal-x.el (make-fancy-diary-buffer): |
| 84 | * calendar/holidays.el (calendar-absolute-from-julian): | 84 | * calendar/holidays.el (calendar-absolute-from-julian): |
| 85 | * calendar/todo-mode.el (calendar-current-date): | 85 | * calendar/todo-mode.el (calendar-current-date): |
| 86 | * calendar/cal-menu.el (calendar-increment-month) | ||
| 87 | (calendar-month-name, extract-calendar-year) | ||
| 88 | (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset) | ||
| 89 | (calendar-current-date, calendar-cursor-holidays) | ||
| 90 | (calendar-date-string, insert-diary-entry, calendar-set-mark) | ||
| 91 | (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2) | ||
| 92 | (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday) | ||
| 93 | (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week) | ||
| 94 | (cal-tex-cursor-filofax-week, cal-tex-cursor-month) | ||
| 95 | (cal-tex-cursor-month-landscape, cal-tex-cursor-year) | ||
| 96 | (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape) | ||
| 97 | (calendar-day-of-year-string, calendar-iso-date-string) | ||
| 98 | (calendar-julian-date-string, calendar-astro-date-string) | ||
| 99 | (calendar-absolute-from-gregorian, calendar-hebrew-date-string) | ||
| 100 | (calendar-persian-date-string, calendar-bahai-date-string) | ||
| 101 | (calendar-islamic-date-string, calendar-chinese-date-string) | ||
| 102 | (calendar-coptic-date-string, calendar-ethiopic-date-string) | ||
| 103 | (calendar-french-date-string, calendar-mayan-date-string) | ||
| 104 | (calendar-print-chinese-date, calendar-goto-date): | ||
| 86 | Declare as functions. | 105 | Declare as functions. |
| 87 | 106 | ||
| 88 | * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix. | 107 | * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix. |