1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Glenn Morris
8b72699e88 Add 2008 to copyright years. 2008-01-07 01:14:52 +00:00
Glenn Morris
075969b476 Switch license to GPLv3 or later. 2007-07-25 03:51:22 +00:00
Glenn Morris
11dd1e5ee4 (Commentary): No longer maintained by original author, bug reports as
for the rest of emacs.
2007-04-17 02:35:44 +00:00
Chong Yidong
31685caa25 (solar-date-next-longitude): "daylight savings" -> "daylight saving"
doc fix.
2007-03-17 17:53:34 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Glenn Morris
a20b384860 Add 2006 to copyright years. 2006-02-08 07:54:11 +00:00
Glenn Morris
dbfca9c444 Update copyright pending Emacs 22. 2005-12-10 05:46:09 +00:00
Glenn Morris
aff88519c0 Update maintainer email address. 2005-10-08 04:49:48 +00:00
Juanma Barranquero
04ec34141f (date): Add defvar. 2005-08-26 11:25:56 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Richard M. Stallman
7fde7268e1 (solar-data-list): Move definition up. 2005-05-14 11:25:00 +00:00
Glenn Morris
d908da3364 (solar-setup): Revert previous change. 2005-05-07 22:43:46 +00:00
Glenn Morris
c5d164dc62 Update maintainer.
(solar-setup): Throw error if called non-interactively.
2005-05-06 20:56:52 +00:00
Paul Eggert
fffaba7760 Update reference to "Calendrical Calculations" book; there's a new edition. 2005-03-30 16:55:58 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Glenn Morris
3f762917b0 (displayed-month, displayed-year): Define for compiler.
(solar-seasons-data): Move definition before use.
2003-08-03 13:58:01 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Richard M. Stallman
bd0f7fd3df (solar-atn2): Give correct quadrant for arctan. 2002-12-05 15:30:52 +00:00
Richard M. Stallman
9475e724a2 (solar-equinoxes-solstices): Use time properly adjusted for DST in the result. 2002-09-26 21:57:53 +00:00
Juanma Barranquero
4f7bf99054 (calendar-time-display-form): Fix spacing. 2002-09-06 07:12:06 +00:00
Richard M. Stallman
16cd607da7 (diary-sabbath-candles): Add optional MARK
parameter, specifying what face or character to use in the
calendar display.  These will now return (MARK . ENTRY).
2002-07-22 15:30:24 +00:00
Richard M. Stallman
85fd0d8498 (solar-northern-spring-or-summer-season): Doc fix. 2002-04-04 20:52:47 +00:00
Richard M. Stallman
651f440818 (solar-spring-or-summer-season): Deleted.
(solar-northern-spring-or-summer-season): New variable.
(solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset): Rewritten.

(diary-sabbath-candles-minutes): New variable.
(diary-sabbath-candles): Use it instead of fixed 18 minutes.
2002-04-03 14:33:57 +00:00
Pavel Janík
110c171f4d Fix typo. 2002-01-13 10:09:20 +00:00
Richard M. Stallman
10f9c35dea (solar-sunrise-and-sunset): Exchange the two extreme values of day-length. 2001-11-11 20:14:47 +00:00
Pavel Janík
3afbc435ac Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
Paul Eggert
a96a5fca07 Add reference to new Calendrical Calculations book. 1997-12-16 19:12:36 +00:00
Richard M. Stallman
52f4a7f751 (calendar-location-name): Doc fix. 1997-09-12 22:41:48 +00:00
Richard M. Stallman
5e11a170e7 Use defcustom. 1997-05-03 04:58:13 +00:00
Edward M. Reingold
2396dbcbdd Double DST correction removed! 1996-04-27 00:13:07 +00:00
Edward M. Reingold
b92f6988fa Fixed solar-arcsin/arcos stuff. 1996-03-30 00:07:35 +00:00
Karl Heuer
498020d2b5 (sunrise-sunset): Pass proper format string to message. 1996-01-25 00:57:33 +00:00
Erik Naggum
371ea94f55 (solar-moment, solar-ephemeris-time, solar-equatorial-coordinates,
solar-horizontal-coordinates): Doc fixes.
1996-01-24 19:09:39 +00:00
Edward M. Reingold
556b41d2af Fixed doc strings and references to calendar-latitude and calendar-longitude. 1996-01-24 15:55:55 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Edward M. Reingold
087c56fa31 Rewrote completely for better accuracy. 1995-12-27 17:21:34 +00:00
Paul Eggert
ac138dc079 Fix misspelling in comment. 1995-12-17 03:32:19 +00:00
Paul Eggert
aaffc2657a (solar-longitude): Doc fix. 1995-11-30 03:25:04 +00:00
Edward M. Reingold
75af4a4adc Added code to support Chinese calendar. Minor fixes as well. 1995-09-21 02:47:50 +00:00
Richard M. Stallman
9a1221bc9c Doc fixes. 1995-08-21 05:19:39 +00:00
Edward M. Reingold
562a94a041 Fix bug in determination of output string. 1995-06-19 15:36:11 +00:00
Edward M. Reingold
89719ce9c5 Check for nil time before trying to adjust it for dst. 1994-11-07 16:39:17 +00:00
Edward M. Reingold
6ff099c3c6 Allow vector form of latitude/longitude. Fix documentation. 1994-10-26 15:34:14 +00:00
Edward M. Reingold
c68488d2f7 (solar-sunrise, solar-sunset): Fix doc string.
(solar-time-string): Rewritten.
(solar-adj-time-for-dst): New function.
(solar-sunrise-sunset, diary-sabbath-candles,
 solar-equinoxes-solstices): Revised to use the rewritten and new fcns.
1994-06-03 20:26:33 +00:00
Richard M. Stallman
ec4dfb6bfb (sunrise-sunset): Undo previous change. 1994-05-01 20:18:39 +00:00
Richard M. Stallman
2d2bdb7aba (solar-degrees-to-hours, solar-hours-to-days): Force floating result.
(sunrise-sunset): Don't alter calendar-daylight-savings-starts
and calendar-daylight-savings-ends.
1994-05-01 07:39:02 +00:00
Richard M. Stallman
5924340384 Fix copying conditions for current GPL version. 1994-04-07 20:30:18 +00:00
Richard M. Stallman
6a6e6405ef (calendar-sunrise-sunset): Use new error arg to calendar-cursor-to-date.
(sunrise-sunset): Allow it to be called without an argument (as advertized).
1994-02-07 20:56:46 +00:00
Richard M. Stallman
abd93e6653 (calendar-sunrise-sunset): Add date to message. 1994-01-30 00:29:09 +00:00