From: Glenn Morris Date: Mon, 27 Jan 2014 19:56:13 +0000 (-0500) Subject: * etc/NEWS: Small calc edits. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~241^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68d01ccc30b04692993748185f9a65b4867a219e;p=emacs.git * etc/NEWS: Small calc edits. In general, it is not necessary for NEWS to repeat information from an option's doc-string. All NEWS really has to do is advertise that the option exists. --- diff --git a/etc/NEWS b/etc/NEWS index 14dcb3eaf58..4c31e628056 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -378,18 +378,18 @@ and `calendar-month-header'. ** 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. ++++ +*** The new option `calc-gregorian-switch' lets you configure if +(and when) Calc switches from the Julian to the Gregorian calendar. ++++ *** Support for ISO 8601 dates. ** CEDET