; ChangeLog.3 fixes
This commit is contained in:
parent
f9e53947c7
commit
009c6a1767
1 changed files with 10 additions and 10 deletions
20
ChangeLog.3
20
ChangeLog.3
|
@ -11090,7 +11090,7 @@
|
||||||
|
|
||||||
Expand testing of time-stamp format "%y"
|
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 and time-stamp-test-year-4digit. Expand
|
||||||
time-stamp-test-year-2digit to look more like tests for other 2-digit
|
time-stamp-test-year-2digit to look more like tests for other 2-digit
|
||||||
conversions.
|
conversions.
|
||||||
|
@ -12640,24 +12640,24 @@
|
||||||
|
|
||||||
Move undocumented time-stamp formats closer to format-time-string
|
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)
|
formatting characters of time-stamp format for closer (still incomplete)
|
||||||
alignment with format-time-string. They have displayed a warning since
|
alignment with format-time-string. They have displayed a warning since
|
||||||
Emacs 20 (released in 1997), so it is unlikely anyone is using them.
|
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>
|
2019-09-30 Stephen Gildea <stepheng+savannah@gildea.com>
|
||||||
|
|
||||||
time-stamp doc: recommend formats closer to format-time-string
|
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.
|
recommended (documented) formats. No code changes, just documentation.
|
||||||
All recommended formats are compatible at least as far back as Emacs
|
All recommended formats are compatible at least as far back as Emacs
|
||||||
22.1 (released in 2007) and are now closer to compatibility with
|
22.1 (released in 2007) and are now closer to compatibility with
|
||||||
format-time-string.
|
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>
|
2019-09-30 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
@ -12975,7 +12975,7 @@
|
||||||
|
|
||||||
Reorganize time-stamp tests
|
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.
|
documented. Add tests for a few more undocumented, volatile formats.
|
||||||
Change AM hours test time to be a different hour from PM test time.
|
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
|
(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
|
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
|
These tests validate time-stamp-pattern formatting that has existed
|
||||||
since at least Emacs 22 (released in 2007). The tests cover both
|
since at least Emacs 22 (released in 2007). The tests cover both
|
||||||
documented behavior and behavior implemented to support future migrations.
|
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.
|
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
|
Remove the second pass through time-string--format. (Previously both
|
||||||
functions called it.) It was used only to handle "%", but this is now
|
functions called it.) It was used only to handle "%", but this is now
|
||||||
handled by having time-stamp-string-preprocess not double it.
|
handled by having time-stamp-string-preprocess not double it.
|
||||||
|
@ -139426,7 +139426,7 @@
|
||||||
|
|
||||||
This file records repository revisions from
|
This file records repository revisions from
|
||||||
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
|
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
|
||||||
commit af519a634878dd8e72f8276d82601b6562029107 (inclusive).
|
commit f9e53947c71ddf7f8d176a23c0a585fafa13b952 (inclusive).
|
||||||
See ChangeLog.2 for earlier changes.
|
See ChangeLog.2 for earlier changes.
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue