comparison lisp/calendar/calendar.el @ 61148:7f7db25577d9

Update reference to "Calendrical Calculations" book; there's a new edition.
author Paul Eggert <eggert@twinsun.com>
date Wed, 30 Mar 2005 16:55:58 +0000
parents 4e6ed80c0af2
children 31aa9a390538 4da4a09e8b1b
comparison
equal deleted inserted replaced
61147:1b53cb31445f 61148:7f7db25577d9
73 ;; holidays.el Holiday functions 73 ;; holidays.el Holiday functions
74 ;; lunar.el Phases of the moon 74 ;; lunar.el Phases of the moon
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.
88 88
89 ;; Hard copies of these two papers can be obtained by sending email to 89 ;; Hard copies of these two papers can be obtained by sending email to
2761 The order should be the same as that of the full names specified 2761 The order should be the same as that of the full names specified
2762 in `calendar-day-name-array'. These abbreviations may be used 2762 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
2770 ["January" "February" "March" "April" "May" "June" 2770 ["January" "February" "March" "April" "May" "June"
2771 "July" "August" "September" "October" "November" "December"] 2771 "July" "August" "September" "October" "November" "December"]