aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/calendar (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-13Tag a test as unstableGlenn Morris1-0/+5
2020-06-07Use lexical-binding in lunar.el and add testsStefan Kangas1-0/+70
2020-05-13Use lexical-binding in cal-julian.el and add testsStefan Kangas1-0/+72
2020-04-29Test iso8601-parse-zone vs format-time-string %zStephen Gildea1-0/+31
2020-04-27Use lexical-binding in calendar testsStefan Kangas2-8/+7
2020-04-03Improve last changeEli Zaretskii1-1/+2
2020-04-03Error out if 'date-days-in-month' is given an invalid monthAlex Branham1-1/+2
2020-01-30Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen1-3/+7
2020-01-30Make iso8601.el understand two obsolete formsLars Ingebrigtsen1-0/+8
2020-01-24Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert1-71/+71
2020-01-01Update copyright year to 2020Paul Eggert5-5/+5
2019-10-05Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert1-1/+1
2019-09-29Update iso8601-tests for new interfaceLars Ingebrigtsen1-7/+7
2019-09-29Add support for sub-second ISO8601 stringsLars Ingebrigtsen1-19/+19
2019-09-29Add some commented-out tests for iso8601Lars Ingebrigtsen1-7/+19
2019-09-09Handle missing start-time when importing ical event (Bug#33277)Ulf Jasper1-0/+18
2019-08-16More-compatible subsecond calendrical timestampsPaul Eggert3-108/+108
2019-08-16Subtracting “now” from “now” should yield zeroPaul Eggert1-1/+2
2019-08-05decode-time now returns subsec tooPaul Eggert3-108/+108
2019-08-01Port standard-test-interval to Los AngelesPaul Eggert1-6/+6
2019-07-31format-time-string subsumes time-zone-formatPaul Eggert1-6/+0
2019-07-31Add more icalendar tests (for the isodatetime parser)Lars Ingebrigtsen1-0/+26
2019-07-31Add new function time-zone-formatLars Ingebrigtsen1-0/+6
2019-07-30Adjust time-date tests to tweaked formatLars Ingebrigtsen1-4/+4
2019-07-29Add an ISO 8601 parsing libraryLars Ingebrigtsen1-0/+291
2019-07-29Add support for dealing with decoded time structuresLars Ingebrigtsen1-0/+109
2019-07-10Fix warnings in todo-mode-tests.el (Bug#36569)Stefan Kangas1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert3-3/+3
2018-09-24Remove some assumptions about timestamp formatPaul Eggert1-14/+28
2018-09-21Fix ambiguity in nil DST flagPaul Eggert1-9/+11
2018-09-15Fix icalendar tests to match new behaviorPaul Eggert1-6/+5
2018-09-03Make todo-show work when adding and deleting a new todo fileStephen Berman1-16/+60
2018-08-15Fix last todo-edit-mode changeStephen Berman1-0/+23
2018-08-14Fix exiting from editing todo archive file (bug#32437)Stephen Berman1-0/+18
2018-08-01Fix todo-mode commands called on done items separatorStephen Berman1-4/+186
2018-01-01Update copyright year to 2018Paul Eggert3-3/+3
2017-10-27Fix some doc typosGlenn Morris1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert3-3/+3
2017-08-11Fix a minor todo-mode regressionStephen Berman1-9/+41
2017-07-07Add new todo-mode.el testsStephen Berman3-33/+457
2017-06-02Fix with-todo-testGlenn Morris1-2/+4
2017-06-01Correct and isolate the todo-mode test environmentStephen Berman1-51/+59
2017-05-29todo-mode: don't assume an ordering of testsGlenn Morris1-3/+7
2017-05-29Add initial tests for todo-mode.elStephen Berman3-0/+149
2017-01-01Update copyright year to 2017 in masterPaul Eggert1-1/+1
2016-12-24Fix timezone detection of parse-iso8601-time-stringHong Xu1-1/+17
2016-11-23Fix Bug#24199.Ulf Jasper1-0/+44
2016-06-08Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macroMichal Nazarewicz1-2/+1
2016-03-02Remove buggy parse-time testLars Ingebrigtsen1-4/+1
2016-02-28Add some tests for parse-time.elLars Ingebrigtsen1-0/+52