aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-07Use lexical-binding in lunar.el and add testsStefan Kangas1-8/+9
2020-05-14; Fix warning after last change in cal-julian.elStefan Kangas1-8/+12
2020-05-13Use lexical-binding in cal-julian.el and add testsStefan Kangas1-1/+1
2020-05-12Use proper digraphs in Bahá’í month namesPaul Eggert1-2/+2
2020-04-14Fix edge case errors in filename-matching regexpsMattias Engdegård1-7/+7
2020-04-03Improve last changeEli Zaretskii1-2/+2
2020-04-03Error out if 'date-days-in-month' is given an invalid monthAlex Branham1-0/+2
2020-03-21Declare some <package>-version variables obsoleteStefan Kangas1-0/+1
2020-03-21Add "Old-" prefix to "Version" header in some casesStefan Kangas1-1/+1
2020-03-10* lisp/subr.el (dlet): New macroStefan Monnier1-7/+6
2020-01-30Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen1-0/+3
2020-01-30Make iso8601.el understand two obsolete formsLars Ingebrigtsen1-0/+6
2020-01-24Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert2-11/+14
2020-01-24Fix parse-time-string bug with ISO 8601 defaultsBastien1-1/+1
2020-01-22Support solar and lunar eclipses in CalendarNicholas Strauss1-3/+24
2020-01-16Make more load-hooks obsoleteGlenn Morris1-0/+2
2020-01-15Refactor parse-time-stringPaul Eggert1-41/+38
2020-01-15parse-time-string now parses ISO 8601 format stringsPaul Eggert1-11/+14
2020-01-01Update copyright year to 2020Paul Eggert28-28/+28
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård1-1/+1
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert2-4/+4
2019-10-21Clean up previous icalendar.el changeStefan Kangas1-6/+2
2019-10-21Remove XEmacs compat code from icalendar.el (Bug#37816)Stefan Kangas1-25/+20
2019-10-14lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero1-2/+3
2019-10-12diary-mark-entries-hook doc string clarificationLars Ingebrigtsen1-1/+4
2019-10-05Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert1-32/+17
2019-10-05Improve documentation for year-zero issuesPaul Eggert1-5/+6
2019-10-04Fix bugs found by 2019-09-29 regexp scannerPaul Eggert1-9/+9
2019-09-29Make iso8601-parse take a FORM parameter like `decode-time'Lars Ingebrigtsen1-8/+9
2019-09-29Add support for sub-second ISO8601 stringsLars Ingebrigtsen1-6/+29
2019-09-29Fix up iso8601 time match regexpLars Ingebrigtsen1-2/+2
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero4-24/+27
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero1-2/+2
2019-09-09Handle missing start-time when importing ical event (Bug#33277)Ulf Jasper1-3/+4
2019-08-20Avoid some excess precision in time arithmeticPaul Eggert1-11/+21
2019-08-17Add FIXMEs for subsecond supportPaul Eggert2-3/+9
2019-08-16More-compatible subsecond calendrical timestampsPaul Eggert4-66/+33
2019-08-16Broaden format-seconds to Lisp timestampsPaul Eggert1-1/+1
2019-08-15Make diary-european-date-forms elements mutually exclusiveAndreas Merziger1-1/+1
2019-08-05decode-time now returns subsec tooPaul Eggert4-10/+30
2019-08-05New function time-convertPaul Eggert4-6/+6
2019-08-04Fix 2019-08-04 regex lintPaul Eggert1-1/+1
2019-08-04Improve time function docPaul Eggert2-3/+3
2019-08-01; Use more decoded time accessors in time-date.elBasil L. Contovounesios1-3/+3
2019-07-31format-time-string subsumes time-zone-formatPaul Eggert1-14/+0
2019-07-31Rewrite `parse-iso8601-time-string' to use `iso8601-parse'Lars Ingebrigtsen1-65/+9
2019-07-31Allow timezone defaults in decoded-time-set-defaultsLars Ingebrigtsen1-1/+5
2019-07-31Default DST to "undecided" in decoded-time-set-defaultsLars Ingebrigtsen1-0/+6
2019-07-31Make time-zone-format take a SHORT parameterLars Ingebrigtsen1-3/+7
2019-07-31Add new function time-zone-formatLars Ingebrigtsen1-0/+10