index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
calendar
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
28
-28
/
+28
*
Fix mode-line display in Calendar mode
Eli Zaretskii
2021-12-08
1
-1
/
+2
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-4
/
+3
*
Don't use `format' on strings without % format directives
Lars Ingebrigtsen
2021-09-21
2
-5
/
+4
*
Docfix: use command substitution for 'universal-argument'
Stefan Kangas
2021-09-16
1
-7
/
+7
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
3
-4
/
+4
*
Fix quoting style in Lisp comments
Eli Zaretskii
2021-09-12
1
-2
/
+2
*
; Fix symbol quoting typos
Stefan Kangas
2021-09-12
1
-1
/
+1
*
Fix byte-compilation warnings
Mattias Engdegård
2021-09-11
1
-1
/
+1
*
Make multi-frame `M-x calendar' setup work when `pop-up-frames'
Lars Ingebrigtsen
2021-09-04
1
-1
/
+3
*
Add diary-offset to diary-lib.el
Yuchen Pei
2021-09-04
1
-0
/
+11
*
Enable setting timeclock-workday after switching mode on
Lars Ingebrigtsen
2021-08-27
1
-3
/
+11
*
timeclock.el: Update example configuration
Philip Kaludercic
2021-08-26
1
-7
/
+7
*
Fix space at the start of appt mode line element
Lars Ingebrigtsen
2021-08-19
1
-5
/
+6
*
Make icalendar parse multi-line items correctly
Rajeev Narang
2021-08-11
1
-1
/
+1
*
Fix icalendar-import-file prompt
Lars Ingebrigtsen
2021-08-11
1
-3
/
+1
*
Fix variable binding in calendar (bug#49945)
Mattias Engdegård
2021-08-09
1
-9
/
+9
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
6
-13
/
+13
*
Make dlet work like let, not let*
Mattias Engdegård
2021-08-01
10
-31
/
+31
*
; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix.
Eli Zaretskii
2021-07-23
1
-2
/
+2
*
Add more support for the French Revolutionary Calendar
Jean Forget
2021-07-23
1
-21
/
+171
*
Get fractional seconds in iso8601 parsing right
Lars Ingebrigtsen
2021-06-14
1
-6
/
+11
*
* lisp/calendar/cal-menu.el (cal-menu-holidays-menu): Use a proper closure
Stefan Monnier
2021-05-18
1
-3
/
+3
*
Default to 1970 in decoded-time-set-defaults
Basil L. Contovounesios
2021-05-09
1
-1
/
+3
*
Remove redundant #' before lambda in {calendar,erc,mh-e}/*.el
Stefan Kangas
2021-04-09
2
-44
/
+44
*
Use emacs-version instead of obsolete version variables
Stefan Kangas
2021-04-01
1
-4
/
+5
*
Delete empty "History" sections
Stefan Kangas
2021-03-30
1
-2
/
+0
*
Convert many more links to use HTTPS
Stefan Kangas
2021-03-24
3
-3
/
+3
*
Revert "* lisp/calendar/appt.el (appt-activate): Set the local `write-file-fu...
Stefan Monnier
2021-03-14
1
-2
/
+2
*
* lisp: Remove yet more always-nil variables
Stefan Monnier
2021-03-11
1
-4
/
+4
*
Delete two more items obsoleted in Emacs 23.1
Stefan Kangas
2021-03-08
1
-3
/
+0
*
Normalize version specifiers for make-obsolete and friends
Stefan Kangas
2021-03-08
1
-1
/
+1
*
Fix typos
Mattias Engdegård
2021-02-18
1
-1
/
+1
*
Display yearly ical events from first year on. Fix Bug#23100.
Ulf Jasper
2021-02-15
1
-9
/
+17
*
Use `lexical-binding` in all the cal-*.el files
Stefan Monnier
2021-01-20
14
-96
/
+125
*
Use `calendar-read-sexp` instead of the now obsolete `calendar-read`
Stefan Monnier
2021-01-20
13
-122
/
+131
*
* lisp/calendar/cal-french.el (calendar-french-accents-p): Obsolete function
Stefan Monnier
2021-01-20
1
-37
/
+22
*
* lisp/calendar/calendar.el (calendar-read-sexp): New function
Stefan Monnier
2021-01-20
1
-16
/
+41
*
* lisp/calendar/appt.el (appt-activate): Set the local `write-file-functions`
Stefan Monnier
2021-01-03
1
-2
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
28
-28
/
+28
*
Allow mixing attributes and comments in the diary file
Lars Ingebrigtsen
2020-12-29
1
-12
/
+12
*
Fix messages with plural forms in todo-mode.el
Eli Zaretskii
2020-12-26
1
-12
/
+15
*
Prefer setq-local in calendar/*.el
Stefan Kangas
2020-12-07
2
-13
/
+12
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-2
/
+0
*
`format-time' can now do sub-second times
Lars Ingebrigtsen
2020-10-30
1
-8
/
+32
*
Fix sunrise and sunset calculation (bug#44237)
Mattias Engdegård
2020-10-27
1
-2
/
+2
*
Use lexical-binding in time-date.el and expand tests
Stefan Kangas
2020-10-22
1
-1
/
+1
*
Add "Old-" prefix to "Version" header in more cases
Stefan Kangas
2020-10-18
1
-1
/
+1
*
Make diary fontify headers correctly (if the date has been customized)
Lars Ingebrigtsen
2020-10-13
1
-11
/
+16
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
2
-2
/
+2
|
\
[next]