diff options
| author | Glenn Morris | 2007-09-16 02:26:29 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-16 02:26:29 +0000 |
| commit | c8d2eff3accc1233d01761532a5cca6102e1c8b8 (patch) | |
| tree | 43c7dc65270729bdd94f9b75f84ffcd0aa785af4 | |
| parent | 4aefe5e2dc1b94656384bfaac48cc001550e2c70 (diff) | |
| download | emacs-c8d2eff3accc1233d01761532a5cca6102e1c8b8.tar.gz emacs-c8d2eff3accc1233d01761532a5cca6102e1c8b8.zip | |
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.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/calendar/calendar.el | 22 |
2 files changed, 15 insertions, 11 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-09-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: File gfdl.1 has been removed. | ||
| 4 | |||
| 1 | 2007-09-15 Glenn Morris <rgm@gnu.org> | 5 | 2007-09-15 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in: Fix makeinfo version regexp. | 7 | * configure.in: Fix makeinfo version regexp. |
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index af713762d7b..c252341526a 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -823,7 +823,7 @@ 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 |
| @@ -855,7 +855,7 @@ 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 |
| @@ -1825,7 +1825,7 @@ Driven by the variable `calendar-date-display-form'.") | |||
| 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) |
| @@ -1955,17 +1955,17 @@ to the date indicated by point." | |||
| 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) |
| @@ -2259,7 +2259,7 @@ movement commands will not work correctly." | |||
| 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) |
| @@ -2302,7 +2302,7 @@ movement commands will not work correctly." | |||
| 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) |
| @@ -2319,9 +2319,9 @@ movement commands will not work correctly." | |||
| 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) |