Skip to content

Commit

Permalink
* etc/NEWS: Small calc edits.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rgmorris committed Jan 27, 2014
1 parent 2f04f4e commit ea6fa26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea6fa26

Please sign in to comment.