comparison lisp/calendar/calendar.el @ 84593:6a5b534dceee

Following cal-bahai renaming, update all instances of list-bahai-diary-entries to diary-bahai-list-entries, mark-bahai-diary-entries to diary-bahai-mark-entries, calendar-goto-bahai-date to calendar-bahai-goto-date, insert-bahai-diary-entry to diary-bahai-insert-entry, insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry, insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and calendar-print-bahai-date to calendar-bahai-print-date.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 Sep 2007 02:22:46 +0000
parents 5bd5d06e4cf2
children 93da3d3f787e bdb3fe0ba9fa
comparison
equal deleted inserted replaced
84592:a2988c19b72c 84593:6a5b534dceee
821 `list-bahai-diary-entries'. The documentation for these functions 821 `list-bahai-diary-entries'. The documentation for these functions
822 describes the style of such diary entries." 822 describes the style of such diary entries."
823 :type 'hook 823 :type 'hook
824 :options '(list-hebrew-diary-entries 824 :options '(list-hebrew-diary-entries
825 list-islamic-diary-entries 825 list-islamic-diary-entries
826 list-bahai-diary-entries) 826 diary-bahai-list-entries)
827 :group 'diary) 827 :group 'diary)
828 828
829 ;;;###autoload 829 ;;;###autoload
830 (defcustom mark-diary-entries-hook nil 830 (defcustom mark-diary-entries-hook nil
831 "List of functions called after marking diary entries in the calendar. 831 "List of functions called after marking diary entries in the calendar.
853 `mark-bahai-diary-entries'. The documentation for these functions 853 `mark-bahai-diary-entries'. The documentation for these functions
854 describes the style of such diary entries." 854 describes the style of such diary entries."
855 :type 'hook 855 :type 'hook
856 :options '(mark-hebrew-diary-entries 856 :options '(mark-hebrew-diary-entries
857 mark-islamic-diary-entries 857 mark-islamic-diary-entries
858 mark-bahai-diary-entries) 858 diary-bahai-mark-entries)
859 :group 'diary) 859 :group 'diary)
860 860
861 ;;;###autoload 861 ;;;###autoload
862 (defcustom diary-list-include-blanks nil 862 (defcustom diary-list-include-blanks nil
863 "If nil, do not include days with no diary entry in the list of diary entries. 863 "If nil, do not include days with no diary entry in the list of diary entries.
1823 t) 1823 t)
1824 1824
1825 (autoload 'calendar-islamic-date-string "cal-islam" 1825 (autoload 'calendar-islamic-date-string "cal-islam"
1826 "String of Islamic date of Gregorian date.") 1826 "String of Islamic date of Gregorian date.")
1827 1827
1828 (autoload 'calendar-goto-bahai-date "cal-bahai" 1828 (autoload 'calendar-bahai-goto-date "cal-bahai"
1829 "Move cursor to Baha'i date DATE. 1829 "Move cursor to Baha'i date DATE.
1830 Echo Baha'i date unless NOECHO is t." 1830 Echo Baha'i date unless NOECHO is t."
1831 t) 1831 t)
1832 1832
1833 (autoload 'calendar-print-bahai-date "cal-bahai" 1833 (autoload 'calendar-print-bahai-date "cal-bahai"
1953 (autoload 'insert-yearly-islamic-diary-entry "cal-islam" 1953 (autoload 'insert-yearly-islamic-diary-entry "cal-islam"
1954 "Insert an annual diary entry for the day of the Islamic year corresponding 1954 "Insert an annual diary entry for the day of the Islamic year corresponding
1955 to the date indicated by point." 1955 to the date indicated by point."
1956 t) 1956 t)
1957 1957
1958 (autoload 'insert-bahai-diary-entry "cal-bahai" 1958 (autoload 'diary-bahai-insert-entry "cal-bahai"
1959 "Insert a diary entry for the Baha'i date corresponding to the date 1959 "Insert a diary entry for the Baha'i date corresponding to the date
1960 indicated by point." 1960 indicated by point."
1961 t) 1961 t)
1962 1962
1963 (autoload 'insert-monthly-bahai-diary-entry "cal-bahai" 1963 (autoload 'diary-bahai-insert-monthly-entry "cal-bahai"
1964 "Insert a monthly diary entry for the day of the Baha'i month corresponding 1964 "Insert a monthly diary entry for the day of the Baha'i month corresponding
1965 to the date indicated by point." 1965 to the date indicated by point."
1966 t) 1966 t)
1967 1967
1968 (autoload 'insert-yearly-bahai-diary-entry "cal-bahai" 1968 (autoload 'diary-bahai-insert-yearly-entry "cal-bahai"
1969 "Insert an annual diary entry for the day of the Baha'i year corresponding 1969 "Insert an annual diary entry for the day of the Baha'i year corresponding
1970 to the date indicated by point." 1970 to the date indicated by point."
1971 t) 1971 t)
1972 1972
1973 (autoload 'cal-tex-cursor-month "cal-tex" 1973 (autoload 'cal-tex-cursor-month "cal-tex"
2257 (define-key map "gD" 'calendar-goto-day-of-year) 2257 (define-key map "gD" 'calendar-goto-day-of-year)
2258 (define-key map "gj" 'calendar-goto-julian-date) 2258 (define-key map "gj" 'calendar-goto-julian-date)
2259 (define-key map "ga" 'calendar-goto-astro-day-number) 2259 (define-key map "ga" 'calendar-goto-astro-day-number)
2260 (define-key map "gh" 'calendar-goto-hebrew-date) 2260 (define-key map "gh" 'calendar-goto-hebrew-date)
2261 (define-key map "gi" 'calendar-goto-islamic-date) 2261 (define-key map "gi" 'calendar-goto-islamic-date)
2262 (define-key map "gb" 'calendar-goto-bahai-date) 2262 (define-key map "gb" 'calendar-bahai-goto-date)
2263 (define-key map "gC" 'calendar-goto-chinese-date) 2263 (define-key map "gC" 'calendar-goto-chinese-date)
2264 (define-key map "gk" 'calendar-goto-coptic-date) 2264 (define-key map "gk" 'calendar-goto-coptic-date)
2265 (define-key map "ge" 'calendar-goto-ethiopic-date) 2265 (define-key map "ge" 'calendar-goto-ethiopic-date)
2266 (define-key map "gp" 'calendar-goto-persian-date) 2266 (define-key map "gp" 'calendar-goto-persian-date)
2267 (define-key map "gc" 'calendar-goto-iso-date) 2267 (define-key map "gc" 'calendar-goto-iso-date)
2300 (define-key map "pc" 'calendar-print-iso-date) 2300 (define-key map "pc" 'calendar-print-iso-date)
2301 (define-key map "pj" 'calendar-print-julian-date) 2301 (define-key map "pj" 'calendar-print-julian-date)
2302 (define-key map "pa" 'calendar-print-astro-day-number) 2302 (define-key map "pa" 'calendar-print-astro-day-number)
2303 (define-key map "ph" 'calendar-print-hebrew-date) 2303 (define-key map "ph" 'calendar-print-hebrew-date)
2304 (define-key map "pi" 'calendar-print-islamic-date) 2304 (define-key map "pi" 'calendar-print-islamic-date)
2305 (define-key map "pb" 'calendar-print-bahai-date) 2305 (define-key map "pb" 'calendar-bahai-print-date)
2306 (define-key map "pf" 'calendar-print-french-date) 2306 (define-key map "pf" 'calendar-print-french-date)
2307 (define-key map "pm" 'calendar-print-mayan-date) 2307 (define-key map "pm" 'calendar-print-mayan-date)
2308 (define-key map "po" 'calendar-print-other-dates) 2308 (define-key map "po" 'calendar-print-other-dates)
2309 (define-key map "id" 'insert-diary-entry) 2309 (define-key map "id" 'insert-diary-entry)
2310 (define-key map "iw" 'insert-weekly-diary-entry) 2310 (define-key map "iw" 'insert-weekly-diary-entry)
2317 (define-key map "ihm" 'insert-monthly-hebrew-diary-entry) 2317 (define-key map "ihm" 'insert-monthly-hebrew-diary-entry)
2318 (define-key map "ihy" 'insert-yearly-hebrew-diary-entry) 2318 (define-key map "ihy" 'insert-yearly-hebrew-diary-entry)
2319 (define-key map "iid" 'insert-islamic-diary-entry) 2319 (define-key map "iid" 'insert-islamic-diary-entry)
2320 (define-key map "iim" 'insert-monthly-islamic-diary-entry) 2320 (define-key map "iim" 'insert-monthly-islamic-diary-entry)
2321 (define-key map "iiy" 'insert-yearly-islamic-diary-entry) 2321 (define-key map "iiy" 'insert-yearly-islamic-diary-entry)
2322 (define-key map "iBd" 'insert-bahai-diary-entry) 2322 (define-key map "iBd" 'diary-bahai-insert-entry)
2323 (define-key map "iBm" 'insert-monthly-bahai-diary-entry) 2323 (define-key map "iBm" 'diary-bahai-insert-monthly-entry)
2324 (define-key map "iBy" 'insert-yearly-bahai-diary-entry) 2324 (define-key map "iBy" 'diary-bahai-insert-yearly-entry)
2325 (define-key map "?" 'calendar-goto-info-node) 2325 (define-key map "?" 'calendar-goto-info-node)
2326 (define-key map "Hm" 'cal-html-cursor-month) 2326 (define-key map "Hm" 'cal-html-cursor-month)
2327 (define-key map "Hy" 'cal-html-cursor-year) 2327 (define-key map "Hy" 'cal-html-cursor-year)
2328 (define-key map "tm" 'cal-tex-cursor-month) 2328 (define-key map "tm" 'cal-tex-cursor-month)
2329 (define-key map "tM" 'cal-tex-cursor-month-landscape) 2329 (define-key map "tM" 'cal-tex-cursor-month-landscape)