summaryrefslogtreecommitdiff
path: root/lisp/calendar/calendar.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-06
* Make some defcustom types more restrictiveStefan Kangas2022-07-05
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-24
* Make calendar-exit actually respect the KILL parameterLars Ingebrigtsen2022-02-09
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix mode-line display in Calendar modeEli Zaretskii2021-12-08
* Fix quoting style in Lisp commentsEli Zaretskii2021-09-12
* ; Fix symbol quoting typosStefan Kangas2021-09-12
* Make multi-frame `M-x calendar' setup work when `pop-up-frames'Lars Ingebrigtsen2021-09-04
* Make dlet work like let, not let*Mattias Engdegård2021-08-01
* * lisp/calendar/calendar.el (calendar-read-sexp): New functionStefan Monnier2021-01-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in calendar/*.elStefan Kangas2020-12-07
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-06
* | Rename recent calendar user optionGlenn Morris2020-08-12
* | ; Fix typo in last change to calendar.elBasil L. Contovounesios2020-08-09
* | Add a variable to allow displaying numeric time zonesLars Ingebrigtsen2020-08-09
* | * lisp/subr.el (dlet): New macroStefan Monnier2020-03-10
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Make diary-european-date-forms elements mutually exclusiveAndreas Merziger2019-08-15
* Use decoded time accessors in calendarLars Ingebrigtsen2019-07-30
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-21
* ; UnmaintainGlenn Morris2019-06-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add missing calendar-dlet* (Bug#31267)Noam Postavsky2018-04-26
* | Merge from origin/emacs-26Glenn Morris2018-04-04
|\|
| * Update "Calendrical Calculations" citesPaul Eggert2018-04-02
* | * lisp/calendar/calendar.el: Use lexical-bindingStefan Monnier2018-01-18
* | Remove some obsolete calendar functions and variablesGlenn Morris2018-01-09
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | * lisp/calendar/solar.el: Use lexical-bindingStefan Monnier2017-12-04
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Replace some uses of evalMark Oteiza2017-08-08
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Obsolete calendar-load-hook in favor of eval-after-loadGlenn Morris2016-12-03
|/
* ; Spelling fixesPaul Eggert2016-08-30
* Mark some risky calendar variables.Glenn Morris2016-02-01
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* * lisp/calendar/calendar.el: Display buffer before executing body.Mark Oteiza2015-10-10
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-29
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-03
* Escape ` and ' in docPaul Eggert2015-09-01