aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2007-11-27 08:36:25 +0000
committerGlenn Morris2007-11-27 08:36:25 +0000
commit225ccf92ab6e475c8a6ae3067da60f661fb163d7 (patch)
tree1ba50cff0e5b2d3c49763f10c58c0d4b32fac47e /lisp/ChangeLog
parentf08c8cbe1ee8eada1022a67a56d268e61c7d7c26 (diff)
downloademacs-225ccf92ab6e475c8a6ae3067da60f661fb163d7.tar.gz
emacs-225ccf92ab6e475c8a6ae3067da60f661fb163d7.zip
(calendar-increment-month)
(calendar-month-name, extract-calendar-year) (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset) (calendar-current-date, calendar-cursor-holidays) (calendar-date-string, insert-diary-entry, calendar-set-mark) (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2) (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday) (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week) (cal-tex-cursor-filofax-week, cal-tex-cursor-month) (cal-tex-cursor-month-landscape, cal-tex-cursor-year) (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape) (calendar-day-of-year-string, calendar-iso-date-string) (calendar-julian-date-string, calendar-astro-date-string) (calendar-absolute-from-gregorian, calendar-hebrew-date-string) (calendar-persian-date-string, calendar-bahai-date-string) (calendar-islamic-date-string, calendar-chinese-date-string) (calendar-coptic-date-string, calendar-ethiopic-date-string) (calendar-french-date-string, calendar-mayan-date-string) (calendar-print-chinese-date, calendar-goto-date): Declare as functions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
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.