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
*
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
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-14
1
-2
/
+3
*
diary-mark-entries-hook doc string clarification
Lars Ingebrigtsen
2019-10-12
1
-1
/
+4
*
Fix off-by-one bug in ISO 8601 BC years
Paul Eggert
2019-10-05
1
-32
/
+17
*
Improve documentation for year-zero issues
Paul Eggert
2019-10-05
1
-5
/
+6
*
Fix bugs found by 2019-09-29 regexp scanner
Paul Eggert
2019-10-04
1
-9
/
+9
*
Make iso8601-parse take a FORM parameter like `decode-time'
Lars Ingebrigtsen
2019-09-29
1
-8
/
+9
*
Add support for sub-second ISO8601 strings
Lars Ingebrigtsen
2019-09-29
1
-6
/
+29
*
Fix up iso8601 time match regexp
Lars Ingebrigtsen
2019-09-29
1
-2
/
+2
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
4
-24
/
+27
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-2
/
+2
*
Handle missing start-time when importing ical event (Bug#33277)
Ulf Jasper
2019-09-09
1
-3
/
+4
*
Avoid some excess precision in time arithmetic
Paul Eggert
2019-08-20
1
-11
/
+21
*
Add FIXMEs for subsecond support
Paul Eggert
2019-08-17
2
-3
/
+9
*
More-compatible subsecond calendrical timestamps
Paul Eggert
2019-08-16
4
-66
/
+33
*
Broaden format-seconds to Lisp timestamps
Paul Eggert
2019-08-16
1
-1
/
+1
*
Make diary-european-date-forms elements mutually exclusive
Andreas Merziger
2019-08-15
1
-1
/
+1
*
decode-time now returns subsec too
Paul Eggert
2019-08-05
4
-10
/
+30
*
New function time-convert
Paul Eggert
2019-08-05
4
-6
/
+6
*
Fix 2019-08-04 regex lint
Paul Eggert
2019-08-04
1
-1
/
+1
*
Improve time function doc
Paul Eggert
2019-08-04
2
-3
/
+3
*
; Use more decoded time accessors in time-date.el
Basil L. Contovounesios
2019-08-01
1
-3
/
+3
*
format-time-string subsumes time-zone-format
Paul Eggert
2019-07-31
1
-14
/
+0
*
Rewrite `parse-iso8601-time-string' to use `iso8601-parse'
Lars Ingebrigtsen
2019-07-31
1
-65
/
+9
*
Allow timezone defaults in decoded-time-set-defaults
Lars Ingebrigtsen
2019-07-31
1
-1
/
+5
*
Default DST to "undecided" in decoded-time-set-defaults
Lars Ingebrigtsen
2019-07-31
1
-0
/
+6
[next]