aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-05 19:16:40 +0000
committerGlenn Morris2008-04-05 19:16:40 +0000
commit06bfc9822af39c7a7720bc7349d52c7a45fc0909 (patch)
tree6668b81851717906b82992ffa8dbf47e628dc1ea
parentd8e55af8b2ec4462931c8cc06ef2a659ab68597d (diff)
downloademacs-06bfc9822af39c7a7720bc7349d52c7a45fc0909.tar.gz
emacs-06bfc9822af39c7a7720bc7349d52c7a45fc0909.zip
Update for coptic and french name changes.
-rw-r--r--lisp/ChangeLog54
-rw-r--r--lisp/calendar/cal-menu.el6
-rw-r--r--lisp/calendar/calendar.el12
3 files changed, 63 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 14fb413f41a..d80057d3c78 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,6 +15,60 @@
15 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather 15 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
16 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>. 16 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
17 17
18 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
19 Rename coptic-calendar-month-name-array. Update callers.
20 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
21 (calendar-coptic-name): Rename coptic-name. Update callers.
22 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
23 Update callers.
24 (calendar-coptic-last-day-of-month): Rename
25 coptic-calendar-last-day-of-month. Update callers.
26 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
27 Keep old name as alias, update callers.
28 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
29 Keep old name as alias, update callers.
30 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
31 Keep old name as alias.
32 (calendar-ethiopic-month-name-array): Rename
33 ethiopic-calendar-month-name-array. Update callers.
34 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
35 Update callers.
36 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
37 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
38 Keep old name as alias, update callers.
39 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
40 Keep old name as alias, update callers.
41 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
42 Keep old name as alias.
43
44 * calendar/cal-french.el (calendar-french-epoch): Rename
45 french-calendar-epoch. Update callers.
46 (calendar-french-month-name-array): Rename variable and function
47 french-calendar-month-name-array. Update callers.
48 (calendar-french-multibyte-month-name-array): Rename
49 french-calendar-multibyte-month-name-array. Update callers.
50 (calendar-french-day-name-array): Rename variable and function
51 french-calendar-day-name-array. Update callers.
52 (calendar-french-special-days-array): Rename variable and function
53 french-calendar-special-days-array. Update callers.
54 (calendar-french-multibyte-special-days-array): Rename
55 french-calendar-multibyte-special-days-array. Update callers.
56 (calendar-french-accents-p): Rename french-calendar-accents.
57 Update callers.
58 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
59 Update callers.
60 (calendar-french-last-day-of-month): Rename
61 french-calendar-last-day-of-month. Update callers.
62 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
63 Keep old name as alias, update callers.
64 (calendar-french-print-date): Rename calendar-print-french-date.
65 Keep old name as alias, update callers.
66 (calendar-french-goto-date): Rename calendar-goto-french-date.
67 Keep old name as alias.
68
69 * calendar/cal-menu.el, calendar/calendar.el:
70 Update for coptic and french name changes.
71
182008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> 722008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
19 73
20 * server.el: Undo part of the multi-tty change, which is only 74 * server.el: Undo part of the multi-tty change, which is only
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el
index c8f22596a7c..d872ba8b8ed 100644
--- a/lisp/calendar/cal-menu.el
+++ b/lisp/calendar/cal-menu.el
@@ -130,8 +130,8 @@
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-goto-chinese-date]
133 ["Coptic Date" calendar-goto-coptic-date] 133 ["Coptic Date" calendar-coptic-goto-date]
134 ["Ethiopic Date" calendar-goto-ethiopic-date] 134 ["Ethiopic Date" calendar-ethiopic-goto-date]
135 ("Mayan Date" 135 ("Mayan Date"
136 ["Next Tzolkin" calendar-mayan-next-tzolkin-date] 136 ["Next Tzolkin" calendar-mayan-next-tzolkin-date]
137 ["Previous Tzolkin" calendar-mayan-previous-tzolkin-date] 137 ["Previous Tzolkin" calendar-mayan-previous-tzolkin-date]
@@ -139,7 +139,7 @@
139 ["Previous Haab" calendar-mayan-previous-haab-date] 139 ["Previous Haab" calendar-mayan-previous-haab-date]
140 ["Next Round" calendar-mayan-next-round-date] 140 ["Next Round" calendar-mayan-next-round-date]
141 ["Previous Round" calendar-mayan-previous-round-date]) 141 ["Previous Round" calendar-mayan-previous-round-date])
142 ["French Date" calendar-goto-french-date])) 142 ["French Date" calendar-french-goto-date]))
143 143
144(defconst cal-menu-scroll-menu 144(defconst cal-menu-scroll-menu
145 '("Scroll" 145 '("Scroll"
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 0ec489f80ca..72a70cddf6d 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1602,12 +1602,12 @@ after the inserted text. Returns t."
1602 (define-key map "gi" 'calendar-islamic-goto-date) 1602 (define-key map "gi" 'calendar-islamic-goto-date)
1603 (define-key map "gb" 'calendar-bahai-goto-date) 1603 (define-key map "gb" 'calendar-bahai-goto-date)
1604 (define-key map "gC" 'calendar-goto-chinese-date) 1604 (define-key map "gC" 'calendar-goto-chinese-date)
1605 (define-key map "gk" 'calendar-goto-coptic-date) 1605 (define-key map "gk" 'calendar-coptic-goto-date)
1606 (define-key map "ge" 'calendar-goto-ethiopic-date) 1606 (define-key map "ge" 'calendar-ethiopic-goto-date)
1607 (define-key map "gp" 'calendar-persian-goto-date) 1607 (define-key map "gp" 'calendar-persian-goto-date)
1608 (define-key map "gc" 'calendar-iso-goto-date) 1608 (define-key map "gc" 'calendar-iso-goto-date)
1609 (define-key map "gw" 'calendar-iso-goto-week) 1609 (define-key map "gw" 'calendar-iso-goto-week)
1610 (define-key map "gf" 'calendar-goto-french-date) 1610 (define-key map "gf" 'calendar-french-goto-date)
1611 (define-key map "gml" 'calendar-mayan-goto-long-count-date) 1611 (define-key map "gml" 'calendar-mayan-goto-long-count-date)
1612 (define-key map "gmpc" 'calendar-mayan-previous-round-date) 1612 (define-key map "gmpc" 'calendar-mayan-previous-round-date)
1613 (define-key map "gmnc" 'calendar-mayan-next-round-date) 1613 (define-key map "gmnc" 'calendar-mayan-next-round-date)
@@ -1635,8 +1635,8 @@ after the inserted text. Returns t."
1635 (define-key map "s" 'diary-show-all-entries) 1635 (define-key map "s" 'diary-show-all-entries)
1636 (define-key map "pd" 'calendar-print-day-of-year) 1636 (define-key map "pd" 'calendar-print-day-of-year)
1637 (define-key map "pC" 'calendar-print-chinese-date) 1637 (define-key map "pC" 'calendar-print-chinese-date)
1638 (define-key map "pk" 'calendar-print-coptic-date) 1638 (define-key map "pk" 'calendar-coptic-print-date)
1639 (define-key map "pe" 'calendar-print-ethiopic-date) 1639 (define-key map "pe" 'calendar-ethiopic-print-date)
1640 (define-key map "pp" 'calendar-persian-print-date) 1640 (define-key map "pp" 'calendar-persian-print-date)
1641 (define-key map "pc" 'calendar-iso-print-date) 1641 (define-key map "pc" 'calendar-iso-print-date)
1642 (define-key map "pj" 'calendar-julian-print-date) 1642 (define-key map "pj" 'calendar-julian-print-date)
@@ -1644,7 +1644,7 @@ after the inserted text. Returns t."
1644 (define-key map "ph" 'calendar-print-hebrew-date) 1644 (define-key map "ph" 'calendar-print-hebrew-date)
1645 (define-key map "pi" 'calendar-islamic-print-date) 1645 (define-key map "pi" 'calendar-islamic-print-date)
1646 (define-key map "pb" 'calendar-bahai-print-date) 1646 (define-key map "pb" 'calendar-bahai-print-date)
1647 (define-key map "pf" 'calendar-print-french-date) 1647 (define-key map "pf" 'calendar-french-print-date)
1648 (define-key map "pm" 'calendar-mayan-print-date) 1648 (define-key map "pm" 'calendar-mayan-print-date)
1649 (define-key map "po" 'calendar-print-other-dates) 1649 (define-key map "po" 'calendar-print-other-dates)
1650 (define-key map "id" 'insert-diary-entry) 1650 (define-key map "id" 'insert-diary-entry)