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
*
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
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
2
-2
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-09-09
1
-1
/
+1
|
\
|
|
*
; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
Stefan Kangas
2020-09-02
1
-1
/
+1
*
|
Use format-prompt in some read-string calls
Lars Ingebrigtsen
2020-09-06
1
-3
/
+2
*
|
Use format-prompt in read-string calls (that have default values)
Lars Ingebrigtsen
2020-09-06
1
-4
/
+5
*
|
Use format-prompt in calls to completing-read with a default value
Lars Ingebrigtsen
2020-09-06
2
-2
/
+4
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-3
/
+3
*
|
Apply icalendar.el patch by Thomas Plass <thunk2@arcor.de>. Fix bug#34315.
Ulf Jasper
2020-09-02
1
-13
/
+43
*
|
Prevent spurious tabs by RET in todo-edit-mode (bug#43068)
Stephen Berman
2020-08-27
1
-4
/
+2
*
|
Fix several todo-mode.el editing bugs (bug#42976)
Stephen Berman
2020-08-21
1
-26
/
+47
*
|
Fix off-by-one error in decoded-time-add (with months)
Lars Ingebrigtsen
2020-08-21
1
-3
/
+3
*
|
Tweak recent solar.el change
Glenn Morris
2020-08-12
1
-2
/
+2
*
|
Rename recent calendar user option
Glenn Morris
2020-08-12
3
-8
/
+12
*
|
Make solar commands in Calendar less beepy
Lars Ingebrigtsen
2020-08-09
1
-1
/
+0
*
|
; Fix typo in last change to calendar.el
Basil L. Contovounesios
2020-08-09
1
-1
/
+1
*
|
Add a variable to allow displaying numeric time zones
Lars Ingebrigtsen
2020-08-09
3
-4
/
+28
*
|
Add new function decoded-time-period
Lars Ingebrigtsen
2020-08-05
1
-0
/
+15
*
|
Use lexical-binding in lunar.el and add tests
Stefan Kangas
2020-06-07
1
-8
/
+9
*
|
; Fix warning after last change in cal-julian.el
Stefan Kangas
2020-05-14
1
-8
/
+12
*
|
Use lexical-binding in cal-julian.el and add tests
Stefan Kangas
2020-05-13
1
-1
/
+1
*
|
Use proper digraphs in Bahá’í month names
Paul Eggert
2020-05-12
1
-2
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-15
1
-7
/
+7
|
\
|
|
*
Fix edge case errors in filename-matching regexps
Mattias Engdegård
2020-04-14
1
-7
/
+7
*
|
Improve last change
Eli Zaretskii
2020-04-03
1
-2
/
+2
*
|
Error out if 'date-days-in-month' is given an invalid month
Alex Branham
2020-04-03
1
-0
/
+2
*
|
Declare some <package>-version variables obsolete
Stefan Kangas
2020-03-21
1
-0
/
+1
*
|
Add "Old-" prefix to "Version" header in some cases
Stefan Kangas
2020-03-21
1
-1
/
+1
*
|
* lisp/subr.el (dlet): New macro
Stefan Monnier
2020-03-10
1
-7
/
+6
*
|
Give fuller support for obsolete ---12 dates in iso8601
Lars Ingebrigtsen
2020-01-30
1
-0
/
+3
*
|
Make iso8601.el understand two obsolete forms
Lars Ingebrigtsen
2020-01-30
1
-0
/
+6
*
|
Fix iso8601-parse so unknown DST is -1, not nil
Paul Eggert
2020-01-24
2
-11
/
+14
*
|
Fix parse-time-string bug with ISO 8601 defaults
Bastien
2020-01-24
1
-1
/
+1
*
|
Support solar and lunar eclipses in Calendar
Nicholas Strauss
2020-01-22
1
-3
/
+24
*
|
Make more load-hooks obsolete
Glenn Morris
2020-01-16
1
-0
/
+2
*
|
Refactor parse-time-string
Paul Eggert
2020-01-15
1
-41
/
+38
*
|
parse-time-string now parses ISO 8601 format strings
Paul Eggert
2020-01-15
1
-11
/
+14
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
28
-28
/
+28
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
28
-28
/
+28
*
|
Use regexp type for regexps in defcustom declarations
Mattias Engdegård
2019-12-26
1
-1
/
+1
|
/
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
2
-4
/
+4
*
Clean up previous icalendar.el change
Stefan Kangas
2019-10-21
1
-6
/
+2
*
Remove XEmacs compat code from icalendar.el (Bug#37816)
Stefan Kangas
2019-10-21
1
-25
/
+20
[next]