* doc/misc/calc.texi (Free-Form Dates): Expand on the date reading
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 2 Jan 2013 02:54:33 +0000 (20:54 -0600)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 2 Jan 2013 02:54:33 +0000 (20:54 -0600)
  algorithm.

* lisp/calc/README: Mention ISO 8601 week-numbering dates.

doc/misc/ChangeLog
doc/misc/calc.texi
lisp/ChangeLog
lisp/calc/README

index ce55656..eafa466 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Free-Form Dates): Expand on the date reading
+       algorithm.
+
 2012-12-27  Glenn Morris  <rgm@gnu.org>
 
        * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
index a59ce37..2bf130f 100644 (file)
@@ -13717,15 +13717,21 @@ abbreviated to one letter, and the alternate forms @samp{a.m.},
 @samp{p.m.}, and @samp{mid} are also understood.  Obviously
 @samp{noon} and @samp{midnight} are allowed only on 12:00:00.
 The words @samp{noon}, @samp{mid}, and @samp{midnight} are also
-recognized with no number attached.
+recognized with no number attached.  Midnight will represent the
+beginning of a day.
 
 If there is no AM/PM indicator, the time is interpreted in 24-hour
 format.
 
-To read the date portion, all words and numbers are isolated
-from the string; other characters are ignored.  All words must
-be either month names or day-of-week names (the latter of which
-are ignored).  Names can be written in full or as three-letter
+When reading the date portion, Calc first checks to see if it is an
+ISO 8601 week-numbering date; if the string contains an integer
+representing the year, a ``W'' followed by two digits for the week
+number, and an integer from 1 to 7 representing the weekday (in that
+order), then all other characters are ignored and this information
+determines the date.  Otherwise, all words and numbers are isolated
+from the string; other characters are ignored.  All words must be
+either month names or day-of-week names (the latter of which are
+ignored). Names can be written in full or as three-letter
 abbreviations.
 
 Large numbers, or numbers with @samp{+} or @samp{-} signs,
index e4ecda0..f3a8496 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/README: Mention ISO 8601 week-numbering dates.
+
 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
 
        * view.el (view-mode-enable): New argument run-view-mode-hook.
index 638b482..d72b9ef 100644 (file)
@@ -77,6 +77,7 @@ Emacs 24.4
   dates.)  This can be configured with the customizable variable
   `calc-gregorian-switch'.
 
+* Support for ISO 8601 dates added.
 Emacs 24.3
 
 * Algebraic simplification mode is now the default.