summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-0128-28/+28
* Fix mode-line display in Calendar modeEli Zaretskii2021-12-081-1/+2
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-4/+3
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-212-5/+4
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-161-7/+7
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-163-4/+4
* Fix quoting style in Lisp commentsEli Zaretskii2021-09-121-2/+2
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Fix byte-compilation warningsMattias Engdegård2021-09-111-1/+1
* Make multi-frame `M-x calendar' setup work when `pop-up-frames'Lars Ingebrigtsen2021-09-041-1/+3
* Add diary-offset to diary-lib.elYuchen Pei2021-09-041-0/+11
* Enable setting timeclock-workday after switching mode onLars Ingebrigtsen2021-08-271-3/+11
* timeclock.el: Update example configurationPhilip Kaludercic2021-08-261-7/+7
* Fix space at the start of appt mode line elementLars Ingebrigtsen2021-08-191-5/+6
* Make icalendar parse multi-line items correctlyRajeev Narang2021-08-111-1/+1
* Fix icalendar-import-file promptLars Ingebrigtsen2021-08-111-3/+1
* Fix variable binding in calendar (bug#49945)Mattias Engdegård2021-08-091-9/+9
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-086-13/+13
* Make dlet work like let, not let*Mattias Engdegård2021-08-0110-31/+31
* ; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix.Eli Zaretskii2021-07-231-2/+2
* Add more support for the French Revolutionary CalendarJean Forget2021-07-231-21/+171
* Get fractional seconds in iso8601 parsing rightLars Ingebrigtsen2021-06-141-6/+11
* * lisp/calendar/cal-menu.el (cal-menu-holidays-menu): Use a proper closureStefan Monnier2021-05-181-3/+3
* Default to 1970 in decoded-time-set-defaultsBasil L. Contovounesios2021-05-091-1/+3
* Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-092-44/+44
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-4/+5
* Delete empty "History" sectionsStefan Kangas2021-03-301-2/+0
* Convert many more links to use HTTPSStefan Kangas2021-03-243-3/+3
* Revert "* lisp/calendar/appt.el (appt-activate): Set the local `write-file-fu...Stefan Monnier2021-03-141-2/+2
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-4/+4
* Delete two more items obsoleted in Emacs 23.1Stefan Kangas2021-03-081-3/+0
* Normalize version specifiers for make-obsolete and friendsStefan Kangas2021-03-081-1/+1
* Fix typosMattias Engdegård2021-02-181-1/+1
* Display yearly ical events from first year on. Fix Bug#23100.Ulf Jasper2021-02-151-9/+17
* Use `lexical-binding` in all the cal-*.el filesStefan Monnier2021-01-2014-96/+125
* Use `calendar-read-sexp` instead of the now obsolete `calendar-read`Stefan Monnier2021-01-2013-122/+131
* * lisp/calendar/cal-french.el (calendar-french-accents-p): Obsolete functionStefan Monnier2021-01-201-37/+22
* * lisp/calendar/calendar.el (calendar-read-sexp): New functionStefan Monnier2021-01-201-16/+41
* * lisp/calendar/appt.el (appt-activate): Set the local `write-file-functions`Stefan Monnier2021-01-031-2/+2
* Update copyright year to 2021Paul Eggert2021-01-0128-28/+28
* Allow mixing attributes and comments in the diary fileLars Ingebrigtsen2020-12-291-12/+12
* Fix messages with plural forms in todo-mode.elEli Zaretskii2020-12-261-12/+15
* Prefer setq-local in calendar/*.elStefan Kangas2020-12-072-13/+12
* Remove redundant installation instructionsStefan Kangas2020-11-121-2/+0
* `format-time' can now do sub-second timesLars Ingebrigtsen2020-10-301-8/+32
* Fix sunrise and sunset calculation (bug#44237)Mattias Engdegård2020-10-271-2/+2
* Use lexical-binding in time-date.el and expand testsStefan Kangas2020-10-221-1/+1
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-181-1/+1
* Make diary fontify headers correctly (if the date has been customized)Lars Ingebrigtsen2020-10-131-11/+16
* Merge from origin/emacs-27Glenn Morris2020-10-022-2/+2
|\