summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2020-02-27 17:16:43 +0100
committerNicolas Petton <nicolas@petton.fr>2020-02-27 17:21:45 +0100
commit009c6a17676ff9a6d4664acdb174f332238db64c (patch)
treeb2bc305788d9b3ada75dc3258c6ce2e223edcd91 /ChangeLog.3
parentf9e53947c71ddf7f8d176a23c0a585fafa13b952 (diff)
downloademacs-009c6a17676ff9a6d4664acdb174f332238db64c.tar.gz
; ChangeLog.3 fixes
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.320
1 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 07f7be4f2e6..df23430c8df 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -11090,7 +11090,7 @@
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.
@@ -12640,24 +12640,24 @@
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>
@@ -12975,7 +12975,7 @@
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
@@ -13797,15 +13797,15 @@
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.
@@ -139426,7 +139426,7 @@
This file records repository revisions from
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit af519a634878dd8e72f8276d82601b6562029107 (inclusive).
+commit f9e53947c71ddf7f8d176a23c0a585fafa13b952 (inclusive).
See ChangeLog.2 for earlier changes.
;; Local Variables: