summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
* Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen2020-01-301-0/+3
* Make iso8601.el understand two obsolete formsLars Ingebrigtsen2020-01-301-0/+6
* Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert2020-01-242-11/+14
* Fix parse-time-string bug with ISO 8601 defaultsBastien2020-01-241-1/+1
* Support solar and lunar eclipses in CalendarNicholas Strauss2020-01-221-3/+24
* Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
* Refactor parse-time-stringPaul Eggert2020-01-151-41/+38
* parse-time-string now parses ISO 8601 format stringsPaul Eggert2020-01-151-11/+14
* Merge from origin/emacs-27Paul Eggert2020-01-0128-28/+28
|\
| * Update copyright year to 2020Paul Eggert2020-01-0128-28/+28
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-261-1/+1
|/
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-112-4/+4
* Clean up previous icalendar.el changeStefan Kangas2019-10-211-6/+2
* Remove XEmacs compat code from icalendar.el (Bug#37816)Stefan Kangas2019-10-211-25/+20
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-2/+3
* diary-mark-entries-hook doc string clarificationLars Ingebrigtsen2019-10-121-1/+4
* Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert2019-10-051-32/+17
* Improve documentation for year-zero issuesPaul Eggert2019-10-051-5/+6
* Fix bugs found by 2019-09-29 regexp scannerPaul Eggert2019-10-041-9/+9
* Make iso8601-parse take a FORM parameter like `decode-time'Lars Ingebrigtsen2019-09-291-8/+9
* Add support for sub-second ISO8601 stringsLars Ingebrigtsen2019-09-291-6/+29
* Fix up iso8601 time match regexpLars Ingebrigtsen2019-09-291-2/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-214-24/+27
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-2/+2
* Handle missing start-time when importing ical event (Bug#33277)Ulf Jasper2019-09-091-3/+4
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-201-11/+21
* Add FIXMEs for subsecond supportPaul Eggert2019-08-172-3/+9
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-164-66/+33
* Broaden format-seconds to Lisp timestampsPaul Eggert2019-08-161-1/+1
* Make diary-european-date-forms elements mutually exclusiveAndreas Merziger2019-08-151-1/+1
* decode-time now returns subsec tooPaul Eggert2019-08-054-10/+30
* New function time-convertPaul Eggert2019-08-054-6/+6
* Fix 2019-08-04 regex lintPaul Eggert2019-08-041-1/+1
* Improve time function docPaul Eggert2019-08-042-3/+3
* ; Use more decoded time accessors in time-date.elBasil L. Contovounesios2019-08-011-3/+3
* format-time-string subsumes time-zone-formatPaul Eggert2019-07-311-14/+0
* Rewrite `parse-iso8601-time-string' to use `iso8601-parse'Lars Ingebrigtsen2019-07-311-65/+9
* Allow timezone defaults in decoded-time-set-defaultsLars Ingebrigtsen2019-07-311-1/+5
* Default DST to "undecided" in decoded-time-set-defaultsLars Ingebrigtsen2019-07-311-0/+6
* Make time-zone-format take a SHORT parameterLars Ingebrigtsen2019-07-311-3/+7
* Add new function time-zone-formatLars Ingebrigtsen2019-07-311-0/+10
* `decoded-time-set-defaults' refactored out from iso8601 codeLars Ingebrigtsen2019-07-312-15/+21
* Use decoded time accessors in timeclockLars Ingebrigtsen2019-07-301-3/+3
* Use decoded time accessors in time-dateLars Ingebrigtsen2019-07-301-1/+1
* Use decoded time accessors in apptLars Ingebrigtsen2019-07-301-2/+3
* Use decoded time accessors in calendarLars Ingebrigtsen2019-07-303-12/+15
* Add an ISO 8601 parsing libraryLars Ingebrigtsen2019-07-291-0/+370
* Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+149
* Remove no-longer-needed integer overflow codePaul Eggert2019-07-221-7/+1
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-2/+2