summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-022-2/+2
* | 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