diff options
| author | Paul Eggert | 2005-03-30 16:55:58 +0000 |
|---|---|---|
| committer | Paul Eggert | 2005-03-30 16:55:58 +0000 |
| commit | fffaba7760cc11b784c80f42d69229fc127a5070 (patch) | |
| tree | a33e30fcd05ec623a68a715d234679c22bf643b1 | |
| parent | 0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9 (diff) | |
| download | emacs-fffaba7760cc11b784c80f42d69229fc127a5070.tar.gz emacs-fffaba7760cc11b784c80f42d69229fc127a5070.zip | |
Update reference to "Calendrical Calculations" book; there's a new edition.
| -rw-r--r-- | lisp/ChangeLog | 20 | ||||
| -rw-r--r-- | lisp/calendar/cal-china.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-coptic.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-french.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-hebrew.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-islam.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-iso.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-julian.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-mayan.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-persia.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/calendar.el | 8 | ||||
| -rw-r--r-- | lisp/calendar/holidays.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/lunar.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/solar.el | 4 |
14 files changed, 48 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51a8e3cdb13..c6dd55c8fe4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2005-03-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * calendar/cal-china.el: Update reference to "Calendrical | ||
| 4 | Calculations" book; there's a new edition. | ||
| 5 | * calendar/cal-coptic.el: Likewise. | ||
| 6 | * calendar/cal-french.el: Likewise. | ||
| 7 | * calendar/cal-hebrew.el: Likewise. | ||
| 8 | * calendar/cal-islam.el: Likewise. | ||
| 9 | * calendar/cal-iso.el: Likewise. | ||
| 10 | * calendar/cal-julian.el: Likewise. | ||
| 11 | * calendar/cal-mayan.el: Likewise. | ||
| 12 | * calendar/cal-persia.el: Likewise. | ||
| 13 | * calendar/calendar.el: Likewise. | ||
| 14 | * calendar/holidays.el: Likewise. | ||
| 15 | * calendar/lunar.el: Likewise. | ||
| 16 | * calendar/solar.el: Likewise. | ||
| 17 | |||
| 18 | * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing | ||
| 19 | white space from doc string. | ||
| 20 | |||
| 1 | 2005-03-30 Jay Belanger <belanger@truman.edu> | 21 | 2005-03-30 Jay Belanger <belanger@truman.edu> |
| 2 | 22 | ||
| 3 | * calc/calc-help.el (calc-full-help): Remove email address. | 23 | * calc/calc-help.el (calc-full-help): Remove email address. |
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index 6e506b93f7d..303193e3d73 100644 --- a/lisp/calendar/cal-china.el +++ b/lisp/calendar/cal-china.el | |||
| @@ -38,8 +38,8 @@ | |||
| 38 | ;; The date of Chinese New Year is correct from 1644-2051. | 38 | ;; The date of Chinese New Year is correct from 1644-2051. |
| 39 | 39 | ||
| 40 | ;; Technical details of all the calendrical calculations can be found in | 40 | ;; Technical details of all the calendrical calculations can be found in |
| 41 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 41 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 42 | ;; Cambridge University Press (1997). | 42 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 43 | 43 | ||
| 44 | ;; Comments, corrections, and improvements should be sent to | 44 | ;; Comments, corrections, and improvements should be sent to |
| 45 | ;; Edward M. Reingold Department of Computer Science | 45 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el index df1201a23c4..2aa111f2109 100644 --- a/lisp/calendar/cal-coptic.el +++ b/lisp/calendar/cal-coptic.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | ;; diary.el that deal with the Coptic and Ethiopic calendars. | 29 | ;; diary.el that deal with the Coptic and Ethiopic calendars. |
| 30 | 30 | ||
| 31 | ;; Technical details of all the calendrical calculations can be found in | 31 | ;; Technical details of all the calendrical calculations can be found in |
| 32 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 32 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 33 | ;; Cambridge University Press (1997). | 33 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 34 | 34 | ||
| 35 | ;; Comments, corrections, and improvements should be sent to | 35 | ;; Comments, corrections, and improvements should be sent to |
| 36 | ;; Edward M. Reingold Department of Computer Science | 36 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index d988b008f53..c42e415eb25 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | ;; diary.el that deal with the French Revolutionary calendar. | 29 | ;; diary.el that deal with the French Revolutionary calendar. |
| 30 | 30 | ||
| 31 | ;; Technical details of the French Revolutionary calendar can be found in | 31 | ;; Technical details of the French Revolutionary calendar can be found in |
| 32 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 32 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 33 | ;; Cambridge University Press (1997), and in | 33 | ;; and Nachum Dershowitz, Cambridge University Press (2001), and in |
| 34 | ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' by | 34 | ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' by |
| 35 | ;; E. M. Reingold, N. Dershowitz, and S. M. Clamen, Software--Practice and | 35 | ;; E. M. Reingold, N. Dershowitz, and S. M. Clamen, Software--Practice and |
| 36 | ;; Experience, Volume 23, Number 4 (April, 1993), pages 383-404. | 36 | ;; Experience, Volume 23, Number 4 (April, 1993), pages 383-404. |
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index 776868159be..f66b4966e57 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el | |||
| @@ -30,8 +30,8 @@ | |||
| 30 | ;; diary.el that deal with the Hebrew calendar. | 30 | ;; diary.el that deal with the Hebrew calendar. |
| 31 | 31 | ||
| 32 | ;; Technical details of all the calendrical calculations can be found in | 32 | ;; Technical details of all the calendrical calculations can be found in |
| 33 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 33 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 34 | ;; Cambridge University Press (1997). | 34 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 35 | 35 | ||
| 36 | ;; Comments, corrections, and improvements should be sent to | 36 | ;; Comments, corrections, and improvements should be sent to |
| 37 | ;; Edward M. Reingold Department of Computer Science | 37 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index 8dcf5c29b1f..1ac6f0677b1 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | ;; diary.el that deal with the Islamic calendar. | 29 | ;; diary.el that deal with the Islamic calendar. |
| 30 | 30 | ||
| 31 | ;; Technical details of all the calendrical calculations can be found in | 31 | ;; Technical details of all the calendrical calculations can be found in |
| 32 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 32 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 33 | ;; Cambridge University Press (1997). | 33 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 34 | 34 | ||
| 35 | ;; Comments, corrections, and improvements should be sent to | 35 | ;; Comments, corrections, and improvements should be sent to |
| 36 | ;; Edward M. Reingold Department of Computer Science | 36 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 058bdf071d7..8a40442e4fe 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el | |||
| @@ -30,8 +30,8 @@ | |||
| 30 | ;; diary.el that deal with the ISO calendar. | 30 | ;; diary.el that deal with the ISO calendar. |
| 31 | 31 | ||
| 32 | ;; Technical details of all the calendrical calculations can be found in | 32 | ;; Technical details of all the calendrical calculations can be found in |
| 33 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 33 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 34 | ;; Cambridge University Press (1997). | 34 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 35 | 35 | ||
| 36 | ;; Comments, corrections, and improvements should be sent to | 36 | ;; Comments, corrections, and improvements should be sent to |
| 37 | ;; Edward M. Reingold Department of Computer Science | 37 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el index 67fb8515b24..2b7278f8ea6 100644 --- a/lisp/calendar/cal-julian.el +++ b/lisp/calendar/cal-julian.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | ;; diary.el that deal with the Julian calendar. | 29 | ;; diary.el that deal with the Julian calendar. |
| 30 | 30 | ||
| 31 | ;; Technical details of all the calendrical calculations can be found in | 31 | ;; Technical details of all the calendrical calculations can be found in |
| 32 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 32 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 33 | ;; Cambridge University Press (1997). | 33 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 34 | 34 | ||
| 35 | ;; Comments, corrections, and improvements should be sent to | 35 | ;; Comments, corrections, and improvements should be sent to |
| 36 | ;; Edward M. Reingold Department of Computer Science | 36 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index c2c3e027c4b..92bbb5df23e 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el | |||
| @@ -44,8 +44,8 @@ | |||
| 44 | ;; Comments, improvements, and bug reports should be sent to Reingold. | 44 | ;; Comments, improvements, and bug reports should be sent to Reingold. |
| 45 | 45 | ||
| 46 | ;; Technical details of the Mayan calendrical calculations can be found in | 46 | ;; Technical details of the Mayan calendrical calculations can be found in |
| 47 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 47 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 48 | ;; Cambridge University Press (1997), and in | 48 | ;; and Nachum Dershowitz, Cambridge University Press (2001), and in |
| 49 | ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' | 49 | ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' |
| 50 | ;; by E. M. Reingold, N. Dershowitz, and S. M. Clamen, | 50 | ;; by E. M. Reingold, N. Dershowitz, and S. M. Clamen, |
| 51 | ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993), | 51 | ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993), |
diff --git a/lisp/calendar/cal-persia.el b/lisp/calendar/cal-persia.el index ff09c14b47d..dcbbcbd637e 100644 --- a/lisp/calendar/cal-persia.el +++ b/lisp/calendar/cal-persia.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | ;; diary.el that deal with the Persian calendar. | 29 | ;; diary.el that deal with the Persian calendar. |
| 30 | 30 | ||
| 31 | ;; Technical details of all the calendrical calculations can be found in | 31 | ;; Technical details of all the calendrical calculations can be found in |
| 32 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 32 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 33 | ;; Cambridge University Press (1997). | 33 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 34 | 34 | ||
| 35 | ;; Comments, corrections, and improvements should be sent to | 35 | ;; Comments, corrections, and improvements should be sent to |
| 36 | ;; Edward M. Reingold Department of Computer Science | 36 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 89d32c4952b..5fc23a15cc9 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -75,13 +75,13 @@ | |||
| 75 | ;; solar.el Sunrise/sunset, equinoxes/solstices | 75 | ;; solar.el Sunrise/sunset, equinoxes/solstices |
| 76 | 76 | ||
| 77 | ;; Technical details of all the calendrical calculations can be found in | 77 | ;; Technical details of all the calendrical calculations can be found in |
| 78 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 78 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 79 | ;; Cambridge University Press (1997). | 79 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 80 | 80 | ||
| 81 | ;; An earlier version of the technical details appeared in | 81 | ;; An earlier version of the technical details appeared in |
| 82 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 82 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, |
| 83 | ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990), | 83 | ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990), |
| 84 | ;; pages 899-928. ``Calendrical Calculations, Part II: Three Historical | 84 | ;; pages 899-928, and in ``Calendrical Calculations, Part II: Three Historical |
| 85 | ;; Calendars'' by E. M. Reingold, N. Dershowitz, and S. M. Clamen, | 85 | ;; Calendars'' by E. M. Reingold, N. Dershowitz, and S. M. Clamen, |
| 86 | ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993), | 86 | ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993), |
| 87 | ;; pages 383-404. | 87 | ;; pages 383-404. |
| @@ -2763,7 +2763,7 @@ in `calendar-day-name-array'. These abbreviations may be used | |||
| 2763 | instead of the full names in the diary file. Do not include a | 2763 | instead of the full names in the diary file. Do not include a |
| 2764 | trailing `.' in the strings specified in this variable, though | 2764 | trailing `.' in the strings specified in this variable, though |
| 2765 | you may use such in the diary file. If any element of this array | 2765 | you may use such in the diary file. If any element of this array |
| 2766 | is nil, then the abbreviation will be constructed as the first | 2766 | is nil, then the abbreviation will be constructed as the first |
| 2767 | `calendar-abbrev-length' characters of the corresponding full name.") | 2767 | `calendar-abbrev-length' characters of the corresponding full name.") |
| 2768 | 2768 | ||
| 2769 | (defvar calendar-month-name-array | 2769 | (defvar calendar-month-name-array |
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 4493bd02a9c..6596657d454 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -30,8 +30,8 @@ | |||
| 30 | ;; in calendar.el. | 30 | ;; in calendar.el. |
| 31 | 31 | ||
| 32 | ;; Technical details of all the calendrical calculations can be found in | 32 | ;; Technical details of all the calendrical calculations can be found in |
| 33 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 33 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 34 | ;; Cambridge University Press (1997). | 34 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 35 | 35 | ||
| 36 | ;; An earlier version of the technical details appeared in | 36 | ;; An earlier version of the technical details appeared in |
| 37 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 37 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, |
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 7efed3ff275..057419969fc 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el | |||
| @@ -38,8 +38,8 @@ | |||
| 38 | ;; person rewrite the code for the lunar calculations in this file! | 38 | ;; person rewrite the code for the lunar calculations in this file! |
| 39 | 39 | ||
| 40 | ;; Technical details of all the calendrical calculations can be found in | 40 | ;; Technical details of all the calendrical calculations can be found in |
| 41 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 41 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 42 | ;; Cambridge University Press (1997). | 42 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 43 | 43 | ||
| 44 | ;; Comments, corrections, and improvements should be sent to | 44 | ;; Comments, corrections, and improvements should be sent to |
| 45 | ;; Edward M. Reingold Department of Computer Science | 45 | ;; Edward M. Reingold Department of Computer Science |
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 8a514fa6415..57a6c6a40a8 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el | |||
| @@ -48,8 +48,8 @@ | |||
| 48 | ;; 1951--2050. For other years the times will be within +/- 1 minute. | 48 | ;; 1951--2050. For other years the times will be within +/- 1 minute. |
| 49 | 49 | ||
| 50 | ;; Technical details of all the calendrical calculations can be found in | 50 | ;; Technical details of all the calendrical calculations can be found in |
| 51 | ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, | 51 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
| 52 | ;; Cambridge University Press (1997). | 52 | ;; and Nachum Dershowitz, Cambridge University Press (2001). |
| 53 | 53 | ||
| 54 | ;; Comments, corrections, and improvements should be sent to | 54 | ;; Comments, corrections, and improvements should be sent to |
| 55 | ;; Edward M. Reingold Department of Computer Science | 55 | ;; Edward M. Reingold Department of Computer Science |