1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00
emacs/doc
Mattias Engdegård 4ce9c6d0b5 Fix various Calc date conversions (bug#36822)
* lisp/calc/calc-forms.el (math-absolute-from-gregorian-dt):
Rewrite in a way that I understand, and that actually seems to work.
(math-absolute-from-julian-dt): Use Julian, not Gregorian, leap year
rules for counting days within a year.
(math-julian-date-beginning, math-julian-date-beginning-int):
Change constants to be consistent with their doc strings and the code:
use Rata Die epoch at Dec 31, 1 BC Gregorian proleptic, not Julian.
* doc/misc/calc.texi (Date Forms): Correct difference between Julian
Day and Rata Die.
* test/lisp/calc/calc-tests.el (calc-test-calendar): New test.
2019-08-06 13:59:28 +02:00
..
emacs Improved ChangeLog generation for vc log (Bug#16301) 2019-08-03 20:14:52 -04:00
lispintro Don't refer to non-existent functions in mode line examples 2019-08-03 14:59:53 +02:00
lispref Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
man Document that --eval makes emacsclient ignore -n 2019-08-02 00:15:13 +02:00
misc Fix various Calc date conversions (bug#36822) 2019-08-06 13:59:28 +02:00