summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-09-091-1/+1
|\
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-021-1/+1
* | Use format-prompt in some read-string callsLars Ingebrigtsen2020-09-061-3/+2
* | Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-4/+5
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-062-2/+4
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-3/+3
* | Apply icalendar.el patch by Thomas Plass <thunk2@arcor.de>. Fix bug#34315.Ulf Jasper2020-09-021-13/+43
* | Prevent spurious tabs by RET in todo-edit-mode (bug#43068)Stephen Berman2020-08-271-4/+2
* | Fix several todo-mode.el editing bugs (bug#42976)Stephen Berman2020-08-211-26/+47
* | Fix off-by-one error in decoded-time-add (with months)Lars Ingebrigtsen2020-08-211-3/+3
* | Tweak recent solar.el changeGlenn Morris2020-08-121-2/+2
* | Rename recent calendar user optionGlenn Morris2020-08-123-8/+12
* | Make solar commands in Calendar less beepyLars Ingebrigtsen2020-08-091-1/+0
* | ; Fix typo in last change to calendar.elBasil L. Contovounesios2020-08-091-1/+1
* | Add a variable to allow displaying numeric time zonesLars Ingebrigtsen2020-08-093-4/+28
* | Add new function decoded-time-periodLars Ingebrigtsen2020-08-051-0/+15
* | Use lexical-binding in lunar.el and add testsStefan Kangas2020-06-071-8/+9
* | ; Fix warning after last change in cal-julian.elStefan Kangas2020-05-141-8/+12
* | Use lexical-binding in cal-julian.el and add testsStefan Kangas2020-05-131-1/+1
* | Use proper digraphs in Bahá’í month namesPaul Eggert2020-05-121-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-151-7/+7
|\ \ | |/
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-141-7/+7
* | Improve last changeEli Zaretskii2020-04-031-2/+2
* | Error out if 'date-days-in-month' is given an invalid monthAlex Branham2020-04-031-0/+2
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-211-0/+1
* | Add "Old-" prefix to "Version" header in some casesStefan Kangas2020-03-211-1/+1
* | * lisp/subr.el (dlet): New macroStefan Monnier2020-03-101-7/+6
* | 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