summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAge
* Use `lexical-binding` in all the cal-*.el filesStefan Monnier2021-01-20
* Use `calendar-read-sexp` instead of the now obsolete `calendar-read`Stefan Monnier2021-01-20
* * lisp/calendar/cal-french.el (calendar-french-accents-p): Obsolete functionStefan Monnier2021-01-20
* * lisp/calendar/calendar.el (calendar-read-sexp): New functionStefan Monnier2021-01-20
* * lisp/calendar/appt.el (appt-activate): Set the local `write-file-functions`Stefan Monnier2021-01-03
* Update copyright year to 2021Paul Eggert2021-01-01
* Allow mixing attributes and comments in the diary fileLars Ingebrigtsen2020-12-29
* Fix messages with plural forms in todo-mode.elEli Zaretskii2020-12-26
* Prefer setq-local in calendar/*.elStefan Kangas2020-12-07
* Remove redundant installation instructionsStefan Kangas2020-11-12
* `format-time' can now do sub-second timesLars Ingebrigtsen2020-10-30
* Fix sunrise and sunset calculation (bug#44237)Mattias Engdegård2020-10-27
* Use lexical-binding in time-date.el and expand testsStefan Kangas2020-10-22
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-18
* Make diary fontify headers correctly (if the date has been customized)Lars Ingebrigtsen2020-10-13
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Merge from origin/emacs-27Glenn Morris2020-09-09
|\|
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-02
* | Use format-prompt in some read-string callsLars Ingebrigtsen2020-09-06
* | Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-06
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-06
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* | Apply icalendar.el patch by Thomas Plass <thunk2@arcor.de>. Fix bug#34315.Ulf Jasper2020-09-02
* | Prevent spurious tabs by RET in todo-edit-mode (bug#43068)Stephen Berman2020-08-27
* | Fix several todo-mode.el editing bugs (bug#42976)Stephen Berman2020-08-21
* | Fix off-by-one error in decoded-time-add (with months)Lars Ingebrigtsen2020-08-21
* | Tweak recent solar.el changeGlenn Morris2020-08-12
* | Rename recent calendar user optionGlenn Morris2020-08-12
* | Make solar commands in Calendar less beepyLars Ingebrigtsen2020-08-09
* | ; Fix typo in last change to calendar.elBasil L. Contovounesios2020-08-09
* | Add a variable to allow displaying numeric time zonesLars Ingebrigtsen2020-08-09
* | Add new function decoded-time-periodLars Ingebrigtsen2020-08-05
* | Use lexical-binding in lunar.el and add testsStefan Kangas2020-06-07
* | ; Fix warning after last change in cal-julian.elStefan Kangas2020-05-14
* | Use lexical-binding in cal-julian.el and add testsStefan Kangas2020-05-13
* | Use proper digraphs in Bahá’í month namesPaul Eggert2020-05-12
* | Merge from origin/emacs-27Glenn Morris2020-04-15
|\|
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-14
* | Improve last changeEli Zaretskii2020-04-03
* | Error out if 'date-days-in-month' is given an invalid monthAlex Branham2020-04-03
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-21
* | Add "Old-" prefix to "Version" header in some casesStefan Kangas2020-03-21
* | * lisp/subr.el (dlet): New macroStefan Monnier2020-03-10
* | Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen2020-01-30
* | Make iso8601.el understand two obsolete formsLars Ingebrigtsen2020-01-30
* | Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert2020-01-24
* | Fix parse-time-string bug with ISO 8601 defaultsBastien2020-01-24
* | Support solar and lunar eclipses in CalendarNicholas Strauss2020-01-22
* | Make more load-hooks obsoleteGlenn Morris2020-01-16