aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/calendar/icalendar-recur.el (eval-when-compile): Fix a typo.Eli Zaretskii19 hours1-1/+1
* Fix `diary-rrule' recurrence rule calculation (Bug#80460)Richard Lawrence3 days2-6/+8
* calendar-check-holidays: Call calendar-increment-monthLiu Hui4 days1-0/+1
* Support displaying more months in the calendarLiu Hui7 days12-613/+767
* Fix failing iCalendar tests when TZ=UTCRichard Lawrence2026-02-151-7/+15
* lisp/calendar/diary-icalendar.el (di:summary-regexp): Fix `:type`Stefan Monnier2026-02-121-2/+2
* lisp/calendar: Style changesStefan Monnier2026-02-0824-366/+276
* Merge branch 'main' into icalendarStefan Monnier2026-02-0828-275/+57
|\
| * Fix inconsistent definition and usage of 'calendar-buffer'Liu Hui2026-01-242-2/+2
| * ; calendar-bahai: Move tests and convert to ERTJacob S. Gordon2026-01-241-226/+0
| * ; 'holiday-float': Improve documentation of edge caseJacob S. Gordon2026-01-101-4/+11
| * Fix cursor position in calendar-generate-window (bug#80069)Liu Hui2026-01-101-3/+6
| * ; Add 2026 to copyright years.Sean Whitton2026-01-0128-28/+28
| * Fix the date in the calendar mode line (bug#80069)Liu Hui2025-12-292-13/+11
* | Fix iCalendar macro (debug ...) forms and indentationscratch/icalendarRichard Lawrence2026-02-014-38/+38
* | Some minor code improvements in iCalendar libraryRichard Lawrence2026-01-037-156/+205
* | Change the format function calling conventions in diary-icalendar.elRichard Lawrence2025-12-291-426/+310
* | iCalendar code improvementsRichard Lawrence2025-12-298-192/+220
* | Add full support for iCalendar (RFC5545) dataRichard Lawrence2025-12-2012-97/+14825
|/
* calendar-mode-line-format: Fix regexpLiu Hui2025-12-172-5/+7
* Improve support for non-default calendar buffer (bug#79994)Liu Hui2025-12-163-40/+54
* ; (calendar-bahai--twin-birthdays-reference-dates): Fix quoting.Eli Zaretskii2025-12-061-1/+1
* Update Bahá'í calendar for 2014 calendar reformJohn Wiegley2025-12-062-49/+518
* ; Fix last change (bug#79629)Eli Zaretskii2025-10-251-8/+32
* Recompute calendar-holidays when its components are set (bug#79629)Amin Bandali2025-10-251-7/+16
* decoded-time-add: Use 'floor'Ilya Chernyshov2025-10-071-1/+1
* Use variables to store marking stateManuel Giraud2025-08-073-9/+18
* Fix mode-line string width in diary viewManuel Giraud2025-08-021-11/+14
* Saner defaults for `calendar-read-sexp' (Bug#78964)Manuel Giraud2025-07-1911-17/+25
* Avoid flicker when marking diary entries (bug#78861)Manuel Giraud2025-06-281-4/+2
* Avoid rebuilding a static alist inside a loopManuel Giraud2025-06-211-12/+10
* Add simpler binds for calendar month/year navigationPaul Nelson2025-06-121-0/+4
* Merge from origin/emacs-30Eli Zaretskii2025-05-311-4/+4
|\
| * Fix bug in 'todo-jump-to-category' (bug#78608)Stephen Berman2025-05-281-4/+4
* | Merge from origin/emacs-30Eli Zaretskii2025-05-241-1/+7
|\ \ | |/
| * Fix todo-mode item insertion bug (bug#78506)Stephen Berman2025-05-201-1/+7
* | Fix DTSTART date when exporting `diary-float'Richard Lawrence2025-05-171-21/+18
* | Scroll with mouse wheel in calendar (bug#78298)Manuel Giraud2025-05-141-0/+6
* | Recenter for the calendar (bug#78205)Manuel Giraud2025-05-082-0/+34
* | Reuse calendar temporary facesManuel Giraud2025-04-261-6/+8
* | Recenter calendar-chinese-year-cache on 2028Stefan Kangas2025-03-201-33/+32
* | Recommend using 'keymap-set' in CommentariesStefan Kangas2025-03-151-6/+6
* | Fix handling of delta values with negative month fieldŁukasz Stelmach2025-03-011-1/+1
* | Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-262-7/+7
* | Fix diary not displaying some entries in european styleMichael Heerdegen2025-02-231-3/+4
* | Prefer decf to cl-decfStefan Kangas2025-02-231-4/+4
* | ; Fix typosStefan Kangas2025-02-221-1/+1
* | Prefer '(oddp A)' to '(= 1 (logand A 1))'Stefan Kangas2025-02-171-1/+1
* | Prefer '(evenp A)' to '(= 0 (% A 2))'evenp-oddpStefan Kangas2025-02-171-3/+3
* | Prefer oddp/evenp to cl-oddp/cl-evenpStefan Kangas2025-02-171-4/+4