summaryrefslogtreecommitdiff
path: root/lisp/calendar/solar.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Update for calendar.el name changes.Glenn Morris2008-04-071-3/+3
|
* Comment.Glenn Morris2008-04-061-1/+2
|
* (diary-sabbath-candles-minutes, diary-sabbath-candles): Move to cal-hebrew.Glenn Morris2008-04-051-28/+0
|
* Update for cal-julian name changes.Glenn Morris2008-04-041-4/+4
|
* (Commentary): Point to calendar.el.Glenn Morris2008-04-011-48/+44
| | | | (solar-equinoxes-solstices): Reduce nesting of some lets.
* Remove floating-point check.Glenn Morris2008-03-261-5/+3
| | | | Explicitly require calendar, not cal-julian.
* (calendar-location-name, calendar-latitude)Glenn Morris2008-03-201-50/+50
| | | | | (calendar-longitude, solar-arctan, sunrise-sunset) (solar-mean-equinoxes/solstices): Use the appropriate equality test.
* Small formatting change.Glenn Morris2008-03-161-2/+1
|
* (solar-n-hemi-seasons, solar-s-hemi-seasons): Make constants.Glenn Morris2008-03-151-10/+10
| | | | | | (solar-sunrise-sunset): Rename some local variables for clarity. (sunrise-sunset): Use zerop. (solar-mean-equinoxes/solstices): Doc fix.
* Reorder so that functions are defined before use.Glenn Morris2008-03-141-275/+274
| | | | | | | | (displayed-month, displayed-year): Move declarations where needed. (solar-get-number): Move definition before use. Use unless. (solar-equatorial-coordinates): Simplify. (solar-sunrise-and-sunset): Use let rather than let*. (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
* Add calendar-specific autoload cookies.Glenn Morris2008-03-131-0/+4
|
* (solar-moment, solar-exact-local-noon)Glenn Morris2008-03-131-248/+234
| | | | | | | | (solar-sunrise-sunset, solar-sunrise-sunset-string) (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time): (diary-sabbath-candles, solar-equinoxes/solstices) (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop. (solar-time-equation, solar-date-to-et): Simplify.
* (calendar-location-name, calendar-latitude)Glenn Morris2008-03-081-113/+102
| | | | | | | | | | | | | | | | | | | (calendar-longitude, solar-setup, solar-sin-degrees) (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant) (solar-degrees-to-quadrant, solar-atn2, solar-arccos) (solar-sunrise-and-sunset, solar-moment, solar-daylight) (solar-exact-local-noon, solar-julian-ut-centuries) (solar-ephemeris-time, solar-date-next-longitude) (solar-horizontal-coordinates, solar-equatorial-coordinates) (solar-ecliptic-coordinates, solar-data-list, solar-longitude) (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et) (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices): Doc fixes. (solar-horizontal-coordinates, solar-equatorial-coordinates) (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'. (solar-ecliptic-coordinates): Use unless. (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles): Use or.
* Formatting changes only.Glenn Morris2008-03-081-46/+46
|
* Unquote lambda functions.Glenn Morris2008-03-081-3/+3
|
* Remove leading `*' from defcustom doc-strings.Glenn Morris2008-03-071-61/+56
| | | | | | | | | | | | | (calendar-time-display-form, calendar-latitude) (calendar-longitude, solar-equinoxes-solstices): Remove autoload cookies. (calendar-latitude, calendar-longitude): Move functions after variables. (diary-sabbath-candles-minutes): Move to start. (solar-setup): Use or rather than if. (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees): Remove condition-case. (solar-atn2): Use zerop. (solar-equinoxes-solstices): Doc fix.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (Commentary): No longer maintained by original author, bug reports asGlenn Morris2007-04-171-6/+0
| | | | for the rest of emacs.
* (solar-date-next-longitude): "daylight savings" -> "daylight saving"Chong Yidong2007-03-171-1/+1
| | | | doc fix.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Add 2006 to copyright years.Glenn Morris2006-02-081-2/+2
|
* Update copyright pending Emacs 22.Glenn Morris2005-12-101-1/+2
|
* Update maintainer email address.Glenn Morris2005-10-081-1/+1
|
* (date): Add defvar.Juanma Barranquero2005-08-261-0/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* (solar-data-list): Move definition up.Richard M. Stallman2005-05-141-42/+42
|
* (solar-setup): Revert previous change.Glenn Morris2005-05-071-5/+0
|
* Update maintainer.Glenn Morris2005-05-061-0/+6
| | | | (solar-setup): Throw error if called non-interactively.
* Update reference to "Calendrical Calculations" book; there's a new edition.Paul Eggert2005-03-301-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (displayed-month, displayed-year): Define for compiler.Glenn Morris2003-08-031-28/+31
| | | | (solar-seasons-data): Move definition before use.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-29/+29
|
* (solar-atn2): Give correct quadrant for arctan.Richard M. Stallman2002-12-051-1/+1
|
* (solar-equinoxes-solstices): Use time properly adjusted for DST in the result.Richard M. Stallman2002-09-261-3/+4
|
* (calendar-time-display-form): Fix spacing.Juanma Barranquero2002-09-061-2/+2
|
* (diary-sabbath-candles): Add optional MARKRichard M. Stallman2002-07-221-4/+8
| | | | | parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY).
* (solar-northern-spring-or-summer-season): Doc fix.Richard M. Stallman2002-04-041-1/+1
|
* (solar-spring-or-summer-season): Deleted.Richard M. Stallman2002-04-031-39/+57
| | | | | | | | (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.
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* (solar-sunrise-and-sunset): Exchange the two extreme values of day-length.Richard M. Stallman2001-11-111-2/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* Add reference to new Calendrical Calculations book.Paul Eggert1997-12-161-0/+4
|
* (calendar-location-name): Doc fix.Richard M. Stallman1997-09-121-1/+1
|
* Use defcustom.Richard M. Stallman1997-05-031-11/+35
|
* Double DST correction removed!Edward M. Reingold1996-04-271-6/+4
|
* Fixed solar-arcsin/arcos stuff.Edward M. Reingold1996-03-301-15/+17
|
* (sunrise-sunset): Pass proper format string to message.Karl Heuer1996-01-251-2/+3
|