summaryrefslogtreecommitdiff
path: root/test/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
...
* Use lexical-binding in cal-julian.el and add testsStefan Kangas2020-05-131-0/+72
* Test iso8601-parse-zone vs format-time-string %zStephen Gildea2020-04-291-0/+31
* Use lexical-binding in calendar testsStefan Kangas2020-04-272-8/+7
* Improve last changeEli Zaretskii2020-04-031-1/+2
* Error out if 'date-days-in-month' is given an invalid monthAlex Branham2020-04-031-1/+2
* Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen2020-01-301-3/+7
* Make iso8601.el understand two obsolete formsLars Ingebrigtsen2020-01-301-0/+8
* Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert2020-01-241-71/+71
* Update copyright year to 2020Paul Eggert2020-01-015-5/+5
* Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert2019-10-051-1/+1
* Update iso8601-tests for new interfaceLars Ingebrigtsen2019-09-291-7/+7
* Add support for sub-second ISO8601 stringsLars Ingebrigtsen2019-09-291-19/+19
* Add some commented-out tests for iso8601Lars Ingebrigtsen2019-09-291-7/+19
* Handle missing start-time when importing ical event (Bug#33277)Ulf Jasper2019-09-091-0/+18
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-163-108/+108
* Subtracting “now” from “now” should yield zeroPaul Eggert2019-08-161-1/+2
* decode-time now returns subsec tooPaul Eggert2019-08-053-108/+108
* Port standard-test-interval to Los AngelesPaul Eggert2019-08-011-6/+6
* format-time-string subsumes time-zone-formatPaul Eggert2019-07-311-6/+0
* Add more icalendar tests (for the isodatetime parser)Lars Ingebrigtsen2019-07-311-0/+26
* Add new function time-zone-formatLars Ingebrigtsen2019-07-311-0/+6
* Adjust time-date tests to tweaked formatLars Ingebrigtsen2019-07-301-4/+4
* Add an ISO 8601 parsing libraryLars Ingebrigtsen2019-07-291-0/+291
* Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+109
* Fix warnings in todo-mode-tests.el (Bug#36569)Stefan Kangas2019-07-101-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-313-3/+3
|\
| * Update copyright year to 2019Paul Eggert2019-01-013-3/+3
* | Remove some assumptions about timestamp formatPaul Eggert2018-09-241-14/+28
* | Fix ambiguity in nil DST flagPaul Eggert2018-09-211-9/+11
* | Fix icalendar tests to match new behaviorPaul Eggert2018-09-151-6/+5
* | Make todo-show work when adding and deleting a new todo fileStephen Berman2018-09-031-16/+60
* | Fix last todo-edit-mode changeStephen Berman2018-08-151-0/+23
* | Fix exiting from editing todo archive file (bug#32437)Stephen Berman2018-08-141-0/+18
* | Fix todo-mode commands called on done items separatorStephen Berman2018-08-011-4/+186
|/
* Update copyright year to 2018Paul Eggert2018-01-013-3/+3
* Fix some doc typosGlenn Morris2017-10-271-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-133-3/+3
* Fix a minor todo-mode regressionStephen Berman2017-08-111-9/+41
* Add new todo-mode.el testsStephen Berman2017-07-073-33/+457
* Fix with-todo-testGlenn Morris2017-06-021-2/+4
* Correct and isolate the todo-mode test environmentStephen Berman2017-06-011-51/+59
* todo-mode: don't assume an ordering of testsGlenn Morris2017-05-291-3/+7
* Add initial tests for todo-mode.elStephen Berman2017-05-293-0/+149
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
* Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-241-1/+17
* Fix Bug#24199.Ulf Jasper2016-11-231-0/+44
* Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macroMichal Nazarewicz2016-06-081-2/+1
* Remove buggy parse-time testLars Ingebrigtsen2016-03-021-4/+1
* Add some tests for parse-time.elLars Ingebrigtsen2016-02-281-0/+52