diff options
| author | Paul Eggert | 2012-11-17 16:01:59 -0600 |
|---|---|---|
| committer | Jay Belanger | 2012-11-17 16:01:59 -0600 |
| commit | 310e60d9454fe2d7e6920cf51f20d438e57f7b28 (patch) | |
| tree | 53031f808541b9cdb2d17cc79a6b4168db5d0afc /doc/misc/ChangeLog | |
| parent | d7fe635216f7ac026ede427198dbb75b238d3142 (diff) | |
| download | emacs-310e60d9454fe2d7e6920cf51f20d438e57f7b28.tar.gz emacs-310e60d9454fe2d7e6920cf51f20d438e57f7b28.zip | |
Calc now uses the Gregorian calendar for all dates,
and uses January 1, 1 AD as its day number 1.
* doc/misc/calc.texi (Date Forms): Document this.
* lisp/calc/calc-forms.el (math-julian-date-beginning)
(math-julian-date-beginning-int): Implement this.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b31b67b5d84..39931f3a779 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-11-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Calc now uses the Gregorian calendar for all dates, | ||
| 4 | and uses January 1, 1 AD as its day number 1. | ||
| 5 | * calc.texi (Date Forms): Document this. | ||
| 6 | |||
| 1 | 2012-11-16 Glenn Morris <rgm@gnu.org> | 7 | 2012-11-16 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * cl.texi (Function Bindings): Clarify that cl-flet is lexical. | 9 | * cl.texi (Function Bindings): Clarify that cl-flet is lexical. |