]> git.eshelyaron.com Git - emacs.git/commitdiff
; ChangeLog.3 fixes
authorNicolas Petton <nicolas@petton.fr>
Thu, 27 Feb 2020 16:16:43 +0000 (17:16 +0100)
committerNicolas Petton <nicolas@petton.fr>
Thu, 27 Feb 2020 16:21:45 +0000 (17:21 +0100)
ChangeLog.3

index 07f7be4f2e6b6fd77150e321ae9278ec30db1735..df23430c8df517cb259a519deaa2f2277359454d 100644 (file)
 
        Expand testing of time-stamp format "%y"
 
-       * time-stamp-tests.el (time-stamp-test-year): break into two tests,
+       * test/lisp/time-stamp-tests.el (time-stamp-test-year): break into two tests,
        time-stamp-test-year-2digit and time-stamp-test-year-4digit.  Expand
        time-stamp-test-year-2digit to look more like tests for other 2-digit
        conversions.
 
        Move undocumented time-stamp formats closer to format-time-string
 
-       * time-stamp.el (time-stamp-string-preprocess): Update some undocumented
+       * lisp/time-stamp.el (time-stamp-string-preprocess): Update some undocumented
        formatting characters of time-stamp format for closer (still incomplete)
        alignment with format-time-string.  They have displayed a warning since
        Emacs 20 (released in 1997), so it is unlikely anyone is using them.
 
-       * time-stamp-tests.el: Update tests to match new expectations.
+       * test/lisp/time-stamp-tests.el: Update tests to match new expectations.
 
 2019-09-30  Stephen Gildea  <stepheng+savannah@gildea.com>
 
        time-stamp doc: recommend formats closer to format-time-string
 
-       * time-stamp.el (time-stamp-format, time-stamp-pattern): Update
+       * lisp/time-stamp.el (time-stamp-format, time-stamp-pattern): Update
        recommended (documented) formats.  No code changes, just documentation.
        All recommended formats are compatible at least as far back as Emacs
        22.1 (released in 2007) and are now closer to compatibility with
        format-time-string.
 
-       * time-stamp-tests.el: Update test comments to match.
+       * test/lisp/time-stamp-tests.el: Update test comments to match.
 
 2019-09-30  Juanma Barranquero  <lekktu@gmail.com>
 
 
        Reorganize time-stamp tests
 
-       * time-stamp-tests.el: Group tests by when the format was or will be
+       * test/lisp/time-stamp-tests.el: Group tests by when the format was or will be
        documented.  Add tests for a few more undocumented, volatile formats.
        Change AM hours test time to be a different hour from PM test time.
        (Making these changes to the tests now will minimize test changes
 
        Expand time-stamp unit tests to cover all formatting options
 
-       * time-stamp-tests.el: Expand unit tests to cover all formatting options.
+       * test/lisp/time-stamp-tests.el: Expand unit tests to cover all formatting options.
        These tests validate time-stamp-pattern formatting that has existed
        since at least Emacs 22 (released in 2007).  The tests cover both
        documented behavior and behavior implemented to support future migrations.
 
-       * time-stamp.el (time-stamp-string): Add a second argument (TIME) to
+       * test/lisp/time-stamp-tests.el (time-stamp-string): Add a second argument (TIME) to
        open a testing seam.  Have the unit tests call this public function.
 
-       * time-stamp.el (time-stamp-string, time-stamp-string-preprocess):
+       * test/lisp/time-stamp-tests.el (time-stamp-string, time-stamp-string-preprocess):
        Remove the second pass through time-string--format.  (Previously both
        functions called it.)  It was used only to handle "%", but this is now
        handled by having time-stamp-string-preprocess not double it.
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit af519a634878dd8e72f8276d82601b6562029107 (inclusive).
+commit f9e53947c71ddf7f8d176a23c0a585fafa13b952 (inclusive).
 See ChangeLog.2 for earlier changes.
 
 ;; Local Variables: