diff options
| author | Glenn Morris | 2008-04-05 20:59:44 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-05 20:59:44 +0000 |
| commit | 7e25454801160bd9ec2cd07967f415733c5db4f3 (patch) | |
| tree | 9038e073e62dd18bb3021e51c5d24007112d1f01 | |
| parent | 192e3e20470daef3ff5990a294a3bd14e33f39b9 (diff) | |
| download | emacs-7e25454801160bd9ec2cd07967f415733c5db4f3.tar.gz emacs-7e25454801160bd9ec2cd07967f415733c5db4f3.zip | |
Update for chinese and hebrew name changes.
| -rw-r--r-- | lisp/ChangeLog | 139 | ||||
| -rw-r--r-- | lisp/calendar/cal-menu.el | 10 |
2 files changed, 144 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a87bd8621d3..937a10021ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -90,6 +90,145 @@ | |||
| 90 | * calendar/cal-menu.el, calendar/calendar.el: | 90 | * calendar/cal-menu.el, calendar/calendar.el: |
| 91 | Update for Coptic and French name changes. | 91 | Update for Coptic and French name changes. |
| 92 | 92 | ||
| 93 | * calendar/cal-china.el (calendar-chinese): Rename custom group | ||
| 94 | from chinese-calendar. Update users. | ||
| 95 | (calendar-chinese-time-zone): Rename chinese-calendar-time-zone. | ||
| 96 | Keep old name as alias, update users. | ||
| 97 | (calendar-chinese-location-name): Rename chinese-calendar-location-name. | ||
| 98 | Keep old name as alias. | ||
| 99 | (calendar-chinese-daylight-time-offset): | ||
| 100 | Rename chinese-calendar-daylight-time-offset. Keep old name as alias, | ||
| 101 | update users. | ||
| 102 | (calendar-chinese-standard-time-zone-name): | ||
| 103 | Rename chinese-calendar-standard-time-zone-name. | ||
| 104 | Keep old name as alias, update users. | ||
| 105 | (calendar-chinese-daylight-saving-start): | ||
| 106 | Rename chinese-calendar-daylight-savings-starts. | ||
| 107 | Keep old name as alias, update users. | ||
| 108 | (calendar-chinese-daylight-saving-end): | ||
| 109 | Rename chinese-calendar-daylight-savings-ends. Keep old name as alias, | ||
| 110 | update users. | ||
| 111 | (calendar-chinese-daylight-saving-start-time): | ||
| 112 | Rename chinese-calendar-daylight-savings-starts-time. | ||
| 113 | Keep old name as alias, update users. | ||
| 114 | (calendar-chinese-daylight-saving-end-time): | ||
| 115 | Rename chinese-calendar-daylight-savings-ends-time. | ||
| 116 | Keep old name as alias, update users. | ||
| 117 | (calendar-chinese-celestial-stem): Rename | ||
| 118 | calendar-chinese-celestial-stem. Keep old name as alias, update users. | ||
| 119 | (calendar-chinese-terrestrial-branch): | ||
| 120 | Rename calendar-chinese-terrestrial-branch. Keep old name as alias, | ||
| 121 | update users. | ||
| 122 | (calendar-chinese-zodiac-sign-on-or-after): | ||
| 123 | Rename chinese-zodiac-sign-on-or-after. Update callers. | ||
| 124 | (calendar-chinese-new-moon-on-or-after): | ||
| 125 | Rename chinese-new-moon-on-or-after. Update callers. | ||
| 126 | (calendar-chinese-month-list): Rename chinese-month-list. | ||
| 127 | Update callers. | ||
| 128 | (calendar-chinese-number-months): Rename number-chinese-months. | ||
| 129 | Update callers. | ||
| 130 | (calendar-chinese-compute-year): Rename compute-chinese-year. | ||
| 131 | Update callers. | ||
| 132 | (calendar-chinese-year-cache): Rename chinese-year-cache. Update users. | ||
| 133 | (calendar-chinese-year): Rename chinese-year. Update callers. | ||
| 134 | (calendar-chinese-year-cache-init): Rename chinese-year-cache-init. | ||
| 135 | (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese. | ||
| 136 | Keep old name as alias, update callers. | ||
| 137 | (calendar-chinese-print-date): Rename calendar-print-chinese-date. | ||
| 138 | Keep old name as alias, update callers. | ||
| 139 | (calendar-chinese-months-to-alist): | ||
| 140 | Rename make-chinese-month-assoc-list. Update callers. | ||
| 141 | (calendar-chinese-months): Rename chinese-months. Update callers. | ||
| 142 | (calendar-chinese-goto-date): Rename calendar-goto-chinese-date. | ||
| 143 | Keep old name as alias, update callers. | ||
| 144 | |||
| 145 | * cal-hebrew.el (calendar-hebrew-leap-year-p): | ||
| 146 | Rename hebrew-calendar-leap-year-p. Update callers. | ||
| 147 | (calendar-hebrew-last-month-of-year): | ||
| 148 | Rename hebrew-calendar-last-month-of-year. Update callers. | ||
| 149 | (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days. | ||
| 150 | Update callers. | ||
| 151 | (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year. | ||
| 152 | Update callers. | ||
| 153 | (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p. | ||
| 154 | Update callers. | ||
| 155 | (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p. | ||
| 156 | Update callers. | ||
| 157 | (calendar-hebrew-last-day-of-month): | ||
| 158 | Rename hebrew-calendar-last-day-of-month. Update callers. | ||
| 159 | (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew. | ||
| 160 | Keep old name as alias, update callers. | ||
| 161 | (calendar-hebrew-print-date): Rename calendar-print-hebrew-date. | ||
| 162 | Keep old name as alias, update callers. | ||
| 163 | (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit. | ||
| 164 | Keep old name as alias, update callers. | ||
| 165 | (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date. | ||
| 166 | Keep old name as alias. | ||
| 167 | (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc. | ||
| 168 | Keep old name as alias. | ||
| 169 | (holiday-hebrew-hanukkah): Rename holiday-hanukkah. | ||
| 170 | Keep old name as alias. | ||
| 171 | (holiday-hebrew-passover): Rename holiday-passover-etc. | ||
| 172 | Keep old name as alias. | ||
| 173 | (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc. | ||
| 174 | Keep old name as alias, update callers. | ||
| 175 | (diary-hebrew-list-entries): Rename list-hebrew-diary-entries. | ||
| 176 | Keep old name as alias. | ||
| 177 | (calendar-hebrew-mark-date-pattern): | ||
| 178 | Rename mark-hebrew-calendar-date-pattern. Keep old name as alias, | ||
| 179 | update callers. | ||
| 180 | (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries. | ||
| 181 | Keep old name as alias. | ||
| 182 | (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry. | ||
| 183 | Keep old name as alias. | ||
| 184 | (diary-hebrew-insert-monthly-entry): | ||
| 185 | Rename insert-monthly-hebrew-diary-entry. Keep old name as alias. | ||
| 186 | (diary-hebrew-insert-yearly-entry): | ||
| 187 | Rename insert-yearly-hebrew-diary-entry. Keep old name as alias. | ||
| 188 | (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates. | ||
| 189 | Keep old name as alias. | ||
| 190 | (diary-hebrew-omer): Rename diary-omer. Keep old name as alias. | ||
| 191 | (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias. | ||
| 192 | (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh. | ||
| 193 | Keep old name as alias. | ||
| 194 | (calendar-hebrew-parashiot-names): | ||
| 195 | Rename hebrew-calendar-parashiot-names. Update callers. | ||
| 196 | (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name. | ||
| 197 | (calendar-hebrew-year-Saturday-incomplete-Sunday): | ||
| 198 | Rename hebrew-calendar-year-Saturday-incomplete-Sunday. | ||
| 199 | (calendar-hebrew-year-Saturday-complete-Tuesday): | ||
| 200 | Rename hebrew-calendar-year-Saturday-complete-Tuesday. | ||
| 201 | (calendar-hebrew-year-Monday-incomplete-Tuesday): | ||
| 202 | Rename hebrew-calendar-year-Monday-incomplete-Tuesday. | ||
| 203 | (calendar-hebrew-year-Monday-complete-Thursday): | ||
| 204 | Rename hebrew-calendar-year-Monday-complete-Thursday. | ||
| 205 | (calendar-hebrew-year-Tuesday-regular-Thursday): | ||
| 206 | Rename hebrew-calendar-year-Tuesday-regular-Thursday. | ||
| 207 | (calendar-hebrew-year-Thursday-regular-Saturday): | ||
| 208 | Rename hebrew-calendar-year-Thursday-regular-Saturday. | ||
| 209 | (calendar-hebrew-year-Thursday-complete-Sunday): | ||
| 210 | Rename hebrew-calendar-year-Thursday-complete-Sunday. | ||
| 211 | (calendar-hebrew-year-Saturday-incomplete-Tuesday): | ||
| 212 | Rename hebrew-calendar-year-Saturday-incomplete-Tuesday. | ||
| 213 | (calendar-hebrew-year-Saturday-complete-Thursday): | ||
| 214 | Rename hebrew-calendar-year-Saturday-complete-Thursday. | ||
| 215 | (calendar-hebrew-year-Monday-incomplete-Thursday): | ||
| 216 | Rename hebrew-calendar-year-Monday-incomplete-Thursday. | ||
| 217 | (calendar-hebrew-year-Monday-complete-Saturday): | ||
| 218 | Rename hebrew-calendar-year-Monday-complete-Saturday. | ||
| 219 | (calendar-hebrew-year-Tuesday-regular-Saturday): | ||
| 220 | Rename hebrew-calendar-year-Tuesday-regular-Saturday. | ||
| 221 | (calendar-hebrew-year-Thursday-incomplete-Sunday): | ||
| 222 | Rename hebrew-calendar-year-Thursday-incomplete-Sunday. | ||
| 223 | (calendar-hebrew-year-Thursday-complete-Tuesday): | ||
| 224 | Rename hebrew-calendar-year-Thursday-complete-Tuesday. | ||
| 225 | (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias. | ||
| 226 | Update for above name changes of constants. | ||
| 227 | |||
| 228 | * calendar/cal-menu.el, calendar/calendar.el: | ||
| 229 | Update for chinese and hebrew name changes. | ||
| 230 | * diary-lib.el: Update for hebrew name changes. | ||
| 231 | |||
| 93 | 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> | 232 | 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 94 | 233 | ||
| 95 | * subr.el (keymap-canonicalize): Correct thinko. | 234 | * subr.el (keymap-canonicalize): Correct thinko. |
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index d872ba8b8ed..4d43b98f662 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -60,9 +60,9 @@ | |||
| 60 | ["Monthly" diary-islamic-insert-monthly-entry] | 60 | ["Monthly" diary-islamic-insert-monthly-entry] |
| 61 | ["Yearly" diary-islamic-insert-yearly-entry]) | 61 | ["Yearly" diary-islamic-insert-yearly-entry]) |
| 62 | ("Insert Hebrew" | 62 | ("Insert Hebrew" |
| 63 | ["One time" insert-hebrew-diary-entry] | 63 | ["One time" diary-hebrew-insert-entry] |
| 64 | ["Monthly" insert-monthly-hebrew-diary-entry] | 64 | ["Monthly" diary-hebrew--insert-monthly-entry] |
| 65 | ["Yearly" insert-yearly-hebrew-diary-entry]))) | 65 | ["Yearly" diary-hebrew-insert-yearly-entry]))) |
| 66 | 66 | ||
| 67 | (defun cal-menu-holiday-window-suffix () | 67 | (defun cal-menu-holiday-window-suffix () |
| 68 | "Return a string suffix for the \"Window\" entry in `cal-menu-holidays-menu'." | 68 | "Return a string suffix for the \"Window\" entry in `cal-menu-holidays-menu'." |
| @@ -124,12 +124,12 @@ | |||
| 124 | ["ISO Week" calendar-iso-goto-week] | 124 | ["ISO Week" calendar-iso-goto-week] |
| 125 | ["ISO Date" calendar-iso-goto-date] | 125 | ["ISO Date" calendar-iso-goto-date] |
| 126 | ["Astronomical Date" calendar-astro-goto-day-number] | 126 | ["Astronomical Date" calendar-astro-goto-day-number] |
| 127 | ["Hebrew Date" calendar-goto-hebrew-date] | 127 | ["Hebrew Date" calendar-hebrew-goto-date] |
| 128 | ["Persian Date" calendar-persian-goto-date] | 128 | ["Persian Date" calendar-persian-goto-date] |
| 129 | ["Baha'i Date" calendar-bahai-goto-date] | 129 | ["Baha'i Date" calendar-bahai-goto-date] |
| 130 | ["Islamic Date" calendar-islamic-goto-date] | 130 | ["Islamic Date" calendar-islamic-goto-date] |
| 131 | ["Julian Date" calendar-julian-goto-date] | 131 | ["Julian Date" calendar-julian-goto-date] |
| 132 | ["Chinese Date" calendar-goto-chinese-date] | 132 | ["Chinese Date" calendar-chinese-goto-date] |
| 133 | ["Coptic Date" calendar-coptic-goto-date] | 133 | ["Coptic Date" calendar-coptic-goto-date] |
| 134 | ["Ethiopic Date" calendar-ethiopic-goto-date] | 134 | ["Ethiopic Date" calendar-ethiopic-goto-date] |
| 135 | ("Mayan Date" | 135 | ("Mayan Date" |