# HG changeset patch # User Paul Eggert # Date 882299556 0 # Node ID d179de7ad92e81868fb653ccfd19436fd30e144f # Parent 3965832648d37d778bcebbca19483588282e6810 Add reference to new Calendrical Calculations book. diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-china.el --- a/lisp/calendar/cal-china.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-china.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-china.el --- calendar functions for the Chinese calendar. -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -37,6 +37,10 @@ ;; rules produce a calendar for 2033 which is not accepted by all authorities. ;; The date of Chinese New Year is correct from 1644-2051. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-coptic.el --- a/lisp/calendar/cal-coptic.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-coptic.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars. -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -28,6 +28,10 @@ ;; This collection of functions implements the features of calendar.el and ;; diary.el that deal with the Coptic and Ethiopic calendars. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-french.el --- a/lisp/calendar/cal-french.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-french.el Tue Dec 16 19:12:36 1997 +0000 @@ -29,6 +29,8 @@ ;; diary.el that deal with the French Revolutionary calendar. ;; Technical details of the French Revolutionary calendar can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997), and in ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' by ;; E. M. Reingold, N. Dershowitz, and S. M. Clamen, Software--Practice and ;; Experience, Volume 23, Number 4 (April, 1993), pages 383-404. diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-hebrew.el --- a/lisp/calendar/cal-hebrew.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-hebrew.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar. -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. ;; Author: Nachum Dershowitz ;; Edward M. Reingold @@ -29,6 +29,10 @@ ;; This collection of functions implements the features of calendar.el and ;; diary.el that deal with the Hebrew calendar. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-islam.el --- a/lisp/calendar/cal-islam.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-islam.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-islam.el --- calendar functions for the Islamic calendar. -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -28,6 +28,10 @@ ;; This collection of functions implements the features of calendar.el and ;; diary.el that deal with the Islamic calendar. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-iso.el --- a/lisp/calendar/cal-iso.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-iso.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-iso.el --- calendar functions for the ISO calendar. -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -28,6 +28,10 @@ ;; This collection of functions implements the features of calendar.el and ;; diary.el that deal with the ISO calendar. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-julian.el --- a/lisp/calendar/cal-julian.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-julian.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-julian.el --- calendar functions for the Julian calendar. -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -28,6 +28,10 @@ ;; This collection of functions implements the features of calendar.el and ;; diary.el that deal with the Julian calendar. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-mayan.el --- a/lisp/calendar/cal-mayan.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-mayan.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-mayan.el --- calendar functions for the Mayan calendars. -;; Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc. ;; Author: Stewart M. Clamen ;; Edward M. Reingold @@ -44,6 +44,8 @@ ;; Comments, improvements, and bug reports should be sent to Reingold. ;; Technical details of the Mayan calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997), and in ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' ;; by E. M. Reingold, N. Dershowitz, and S. M. Clamen, ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993), diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/cal-persia.el --- a/lisp/calendar/cal-persia.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/cal-persia.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; cal-persia.el --- calendar functions for the Persian calendar. -;; Copyright (C) 1996 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -28,6 +28,10 @@ ;; This collection of functions implements the features of calendar.el and ;; diary.el that deal with the Persian calendar. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/calendar.el Tue Dec 16 19:12:36 1997 +0000 @@ -69,14 +69,11 @@ ;; lunar.el Phases of the moon ;; solar.el Sunrise/sunset, equinoxes/solstices -;; Comments, corrections, and improvements should be sent to -;; Edward M. Reingold Department of Computer Science -;; (217) 333-6733 University of Illinois at Urbana-Champaign -;; reingold@cs.uiuc.edu 1304 West Springfield Avenue -;; Urbana, Illinois 61801 +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). -;; Technical details of all the calendrical calculations can be found in - +;; An earlier version of the technical details appeared in ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990), ;; pages 899-928. ``Calendrical Calculations, Part II: Three Historical @@ -88,6 +85,12 @@ ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and ;; the message BODY containing your mailing address (snail). +;; Comments, corrections, and improvements should be sent to +;; Edward M. Reingold Department of Computer Science +;; (217) 333-6733 University of Illinois at Urbana-Champaign +;; reingold@cs.uiuc.edu 1304 West Springfield Avenue +;; Urbana, Illinois 61801 + ;;; Code: (defun calendar-version () diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/holidays.el --- a/lisp/calendar/holidays.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/holidays.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; holidays.el --- holiday functions for the calendar package -;; Copyright (C) 1989, 1990, 1992, 1993, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1989, 90, 92, 93, 94, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: holidays, calendar @@ -27,13 +27,11 @@ ;; This collection of functions implements the holiday features as described ;; in calendar.el. -;; Comments, corrections, and improvements should be sent to -;; Edward M. Reingold Department of Computer Science -;; (217) 333-6733 University of Illinois at Urbana-Champaign -;; reingold@cs.uiuc.edu 1304 West Springfield Avenue -;; Urbana, Illinois 61801 +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). -;; Technical details of all the calendrical calculations can be found in +;; An earlier version of the technical details appeared in ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990), ;; pages 899-928. ``Calendrical Calculations, Part II: Three Historical @@ -45,6 +43,12 @@ ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and ;; the message BODY containing your mailing address (snail). +;; Comments, corrections, and improvements should be sent to +;; Edward M. Reingold Department of Computer Science +;; (217) 333-6733 University of Illinois at Urbana-Champaign +;; reingold@cs.uiuc.edu 1304 West Springfield Avenue +;; Urbana, Illinois 61801 + ;;; Code: (require 'calendar) diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/lunar.el --- a/lisp/calendar/lunar.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/lunar.el Tue Dec 16 19:12:36 1997 +0000 @@ -1,6 +1,6 @@ ;;; lunar.el --- calendar functions for phases of the moon. -;; Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -37,6 +37,10 @@ ;; The author would be delighted to have an astronomically more sophisticated ;; person rewrite the code for the lunar calculations in this file! +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign diff -r 3965832648d3 -r d179de7ad92e lisp/calendar/solar.el --- a/lisp/calendar/solar.el Sat Dec 13 22:21:03 1997 +0000 +++ b/lisp/calendar/solar.el Tue Dec 16 19:12:36 1997 +0000 @@ -47,6 +47,10 @@ ;; 2. Equinox/solstice times will be accurate to the minute for years ;; 1951--2050. For other years the times will be within +/- 1 minute. +;; Technical details of all the calendrical calculations can be found in +;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, +;; Cambridge University Press (1997). + ;; Comments, corrections, and improvements should be sent to ;; Edward M. Reingold Department of Computer Science ;; (217) 333-6733 University of Illinois at Urbana-Champaign