summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-2/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-6/+1
* Doc string fixLars Ingebrigtsen2019-06-191-1/+1
* Remove XEmacs compat code from timeclock.elLars Ingebrigtsen2019-06-191-10/+6
* Suppress warning about `entry' in calendarLars Ingebrigtsen2019-06-152-2/+8
* Suppress warning about prefixless date variable in calendarLars Ingebrigtsen2019-06-1511-22/+63
* Avoid using registerv-make in senator.elLars Ingebrigtsen2019-06-141-1/+2
* todo-mode.el compilation warning fixLars Ingebrigtsen2019-06-131-0/+1
* Make icalendar-import-buffer not show diary file bufferThomas Fitzsimmons2019-06-072-33/+30
* ; UnmaintainGlenn Morris2019-06-0120-20/+20
* Update author/maintainer infoPaul Eggert2019-05-262-2/+2
* Remove time-date debugging scaffoldingPaul Eggert2019-05-211-1/+1
* * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-191-3/+3
* * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13