diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-22 00:39:27 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-22 00:39:27 -0800 |
commit | 0e70ce9335996bd21c6b7f4ae0bf6b2924b89d4f (patch) | |
tree | 970de43bc14b72184216fbc59a7f006940236fc9 /etc | |
parent | a14a5a40990df7637e6852d328cb16dc5c35ede0 (diff) | |
download | emacs-0e70ce9335996bd21c6b7f4ae0bf6b2924b89d4f.tar.gz |
Document Calc Gregorian in NEWS; fix manual a bit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 60d4a7aa271..6056336dff6 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2012-11-22 Paul Eggert <eggert@cs.ucla.edu> + + * NEWS: Document Calc changes for Gregorian calendar. + 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com> * refcards/orgcard.tex: Fix keybindings about @@ -29,6 +29,20 @@ so we will look at it and add it to the manual. * Changes in Specialized Modes and Packages in Emacs 24.4 +** Calc + +*** Calc by default now uses the Gregorian calendar for all dates, and +uses January 1, 1 AD as its day number 1. Previously Calc used the +Julian calendar for dates before September 14, 1752, and it used +December 31, 1 BC as its day number 1; the new scheme is more +consistent with Calendar's calendrical system and day numbering. + +*** The new variable `calc-gregorian-switch' lets you configure the +date when Calc switches from the Julian to the Gregorian calendar. +Nil, the default value, means to always use the Gregorian calendar. +The value (YEAR MONTH DAY) means to start using the Gregorian calendar +on the given date. + +++ ** New function `ses-rename-cell' to give SES cells arbitrary names. |