Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fffaba77
Commit
fffaba77
authored
Mar 30, 2005
by
Paul Eggert
Browse files
Update reference to "Calendrical Calculations" book; there's a new edition.
parent
0a2bf0fa
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
48 additions
and
28 deletions
+48
-28
lisp/ChangeLog
lisp/ChangeLog
+20
-0
lisp/calendar/cal-china.el
lisp/calendar/cal-china.el
+2
-2
lisp/calendar/cal-coptic.el
lisp/calendar/cal-coptic.el
+2
-2
lisp/calendar/cal-french.el
lisp/calendar/cal-french.el
+2
-2
lisp/calendar/cal-hebrew.el
lisp/calendar/cal-hebrew.el
+2
-2
lisp/calendar/cal-islam.el
lisp/calendar/cal-islam.el
+2
-2
lisp/calendar/cal-iso.el
lisp/calendar/cal-iso.el
+2
-2
lisp/calendar/cal-julian.el
lisp/calendar/cal-julian.el
+2
-2
lisp/calendar/cal-mayan.el
lisp/calendar/cal-mayan.el
+2
-2
lisp/calendar/cal-persia.el
lisp/calendar/cal-persia.el
+2
-2
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+4
-4
lisp/calendar/holidays.el
lisp/calendar/holidays.el
+2
-2
lisp/calendar/lunar.el
lisp/calendar/lunar.el
+2
-2
lisp/calendar/solar.el
lisp/calendar/solar.el
+2
-2
No files found.
lisp/ChangeLog
View file @
fffaba77
2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
* calendar/cal-china.el: Update reference to "Calendrical
Calculations" book; there's a new edition.
* calendar/cal-coptic.el: Likewise.
* calendar/cal-french.el: Likewise.
* calendar/cal-hebrew.el: Likewise.
* calendar/cal-islam.el: Likewise.
* calendar/cal-iso.el: Likewise.
* calendar/cal-julian.el: Likewise.
* calendar/cal-mayan.el: Likewise.
* calendar/cal-persia.el: Likewise.
* calendar/calendar.el: Likewise.
* calendar/holidays.el: Likewise.
* calendar/lunar.el: Likewise.
* calendar/solar.el: Likewise.
* calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
white space from doc string.
2005-03-30 Jay Belanger <belanger@truman.edu>
* calc/calc-help.el (calc-full-help): Remove email address.
...
...
lisp/calendar/cal-china.el
View file @
fffaba77
...
...
@@ -38,8 +38,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/cal-coptic.el
View file @
fffaba77
...
...
@@ -29,8 +29,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/cal-french.el
View file @
fffaba77
...
...
@@ -29,8 +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
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
), 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.
...
...
lisp/calendar/cal-hebrew.el
View file @
fffaba77
...
...
@@ -30,8 +30,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/cal-islam.el
View file @
fffaba77
...
...
@@ -29,8 +29,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/cal-iso.el
View file @
fffaba77
...
...
@@ -30,8 +30,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/cal-julian.el
View file @
fffaba77
...
...
@@ -29,8 +29,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/cal-mayan.el
View file @
fffaba77
...
...
@@ -44,8 +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
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
), 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),
...
...
lisp/calendar/cal-persia.el
View file @
fffaba77
...
...
@@ -29,8 +29,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/calendar.el
View file @
fffaba77
...
...
@@ -75,13 +75,13 @@
;; solar.el Sunrise/sunset, equinoxes/solstices
;; Technical details of all the calendrical calculations can be found in
;; ``Calendrical Calculations
'' by Nachum Dershowitz and
Edward M. Reingold
,
;; Cambridge University Press (
1997
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; 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
;; pages 899-928
, 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.
...
...
@@ -2763,7 +2763,7 @@ in `calendar-day-name-array'. These abbreviations may be used
instead of the full names in the diary file. Do not include a
trailing `.' in the strings specified in this variable, though
you may use such in the diary file. If any element of this array
is nil, then the abbreviation will be constructed as the first
is nil, then the abbreviation will be constructed as the first
`calendar-abbrev-length' characters of the corresponding full name."
)
(
defvar
calendar-month-name-array
...
...
lisp/calendar/holidays.el
View file @
fffaba77
...
...
@@ -30,8 +30,8 @@
;; in calendar.el.
;; Technical details of all the calendrical calculations can be found in
;; ``Calendrical Calculations
'' by Nachum Dershowitz and
Edward M. Reingold
,
;; Cambridge University Press (
1997
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; An earlier version of the technical details appeared in
;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
...
...
lisp/calendar/lunar.el
View file @
fffaba77
...
...
@@ -38,8 +38,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
lisp/calendar/solar.el
View file @
fffaba77
...
...
@@ -48,8 +48,8 @@
;; 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
).
;; ``Calendrical Calculations
: The Millennium Edition'' by
Edward M. Reingold
;;
and Nachum Dershowitz,
Cambridge University Press (
2001
).
;; Comments, corrections, and improvements should be sent to
;; Edward M. Reingold Department of Computer Science
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment