aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Delete redundant lambdas around unary functionsStefan Kangas2025-02-112-2/+2
* | Improve format-seconds on negative argsPaul Eggert2025-02-011-5/+8
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-14/+7
|\ \
| * | Delete remaining calls to purecopyStefan Kangas2024-12-121-14/+7
* | | Merge from origin/emacs-30Eli Zaretskii2025-01-251-1/+1
|\ \ \ | | |/ | |/|
| * | ; Fix typosStefan Kangas2025-01-231-1/+1
| * | Update copyright year to 2025Stefan Kangas2025-01-0228-28/+28
* | | Move calendar-month metadata to calendar-read-date (bug#68214)Juri Linkov2025-01-071-1/+2
* | | Update copyright year to 2025Paul Eggert2025-01-0128-28/+28
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-211-0/+13
|\ \ \ | |/ /
| * | ; Improve commentary in calendar.elEli Zaretskii2024-12-211-4/+7
| * | Document representation of dates in calendar.elRichard Lawrence2024-12-211-0/+10
* | | 'seconds-to-string': new optional arguments for readable stringsJD Smith2024-12-211-4/+78
* | | Use `completion-table-with-metadata' (bug#74865)Daniel Mendler2024-12-161-7/+7
* | | Check for presuppositions in `calendar-date-is-valid-p'Richard Lawrence2024-12-141-13/+16
| |/ |/|
* | Merge from origin/emacs-30Eli Zaretskii2024-11-301-2/+4
|\ \ | |/
| * Fix user options for listing and marking diary filesEli Zaretskii2024-11-241-2/+4
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-08-172-5/+23
|\ \ | |/
| * Improve documentation of time-parsing functionsEli Zaretskii2024-08-142-1/+15
* | Drop fallback code in date-to-time, update documentationUlrich Müller2024-08-151-15/+4
* | * lisp/calendar/time-date.el: Add comment.Paul Eggert2024-08-141-0/+5
* | Document time-parsing functions a bit betterPaul Eggert2024-08-122-8/+7
|/
* ; Fix typosStefan Kangas2024-06-161-1/+1
* ; Avoid byte-compiler warning in todo-mode.el differentlyStephen Berman2024-05-211-144/+149