Mercurial > emacs
changeset 20462:d179de7ad92e
Add reference to new Calendrical Calculations book.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Tue, 16 Dec 1997 19:12:36 +0000 |
parents | 3965832648d3 |
children | 08329ac11410 |
files | lisp/calendar/cal-china.el lisp/calendar/cal-coptic.el lisp/calendar/cal-french.el lisp/calendar/cal-hebrew.el lisp/calendar/cal-islam.el lisp/calendar/cal-iso.el lisp/calendar/cal-julian.el lisp/calendar/cal-mayan.el lisp/calendar/cal-persia.el lisp/calendar/calendar.el lisp/calendar/holidays.el lisp/calendar/lunar.el lisp/calendar/solar.el |
diffstat | 13 files changed, 70 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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.
--- 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 <nachum@cs.uiuc.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu> @@ -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
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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 <clamen@cs.cmu.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu> @@ -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),
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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 ()
--- 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 <reingold@cs.uiuc.edu> ;; 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)
--- 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 <reingold@cs.uiuc.edu> ;; 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
--- 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