From 29e415d6b04775b4b731cd70f11f353c3f64053e Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Wed, 26 Feb 2020 18:32:43 +0100 Subject: [PATCH] ; ChangeLog.3 fixes --- ChangeLog.3 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ChangeLog.3 b/ChangeLog.3 index 7a07f753b08..07f7be4f2e6 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -5590,7 +5590,7 @@ Backwards-compatibility function definitions for so-long.el - * so-long.el (so-long-inhibit-whitespace-mode) + * lisp/so-long.el (so-long-inhibit-whitespace-mode) (so-long-make-buffer-read-only, so-long-revert-buffer-read-only) (so-long-inhibit-global-hl-line-mode): Restore dummy definitions of now-obsolete hook functions used by earlier versions of so-long.el, @@ -7915,7 +7915,7 @@ time-stamp-time-zone: update customization - * time-stamp.el (time-stamp-time-zone): Support customization with + * lisp/time-stamp.el (time-stamp-time-zone): Support customization with an integer offset (a new possible value of the ZONE argument to format-time-string in Emacs 27). Update the safe-local-variable predicate from string-or-null-p @@ -8077,7 +8077,7 @@ time-stamp-tests: add name prefix to tests of formatting - * time-stamp-tests.el: rename all the time-stamp-string formatting tests + * test/lisp/time-stamp-tests.el: rename all the time-stamp-string formatting tests to have the word "format" in their name, to make room in the namespace for other, future tests. @@ -8278,7 +8278,7 @@ time-stamp-tests: consistently name the time vars - * time-stamp-tests.el (with-time-stamp-test-env): rename local variable + * test/lisp/time-stamp-tests.el (with-time-stamp-test-env): rename local variable 'ref-time' to 'ref-time1', for parallelism with ref-time2 and ref-time3. 2019-10-25 Michael Albinus @@ -10416,12 +10416,12 @@ Minor tweaks to time-stamp documentation strings - * time-stamp.el (time-stamp): Reformat the explanation of the + * lisp/time-stamp.el (time-stamp): Reformat the explanation of the variables that affect time-stamp, for easier reading. In particular, wrap the documentation to 75 characters, so that it displays neatly as a before-save-hook customization option. - * time-stamp-tests.el (with-time-stamp-test-env): Use imperative voice, + * test/lisp/time-stamp-tests.el (with-time-stamp-test-env): Use imperative voice, per checkdoc. 2019-10-13 Alan Mackenzie @@ -10918,7 +10918,7 @@ Remove tabs from time-stamp-format documentation - * time-stamp.el (time-stamp-format): Untabify the doc string, so + * lisp/time-stamp.el (time-stamp-format): Untabify the doc string, so the two-column layout displays consistently in several contexts, in particular when displayed by customize-variable. @@ -11070,13 +11070,13 @@ time-stamp: revert recent change to "%04y" - * time-stamp.el (time-stamp-string-preprocess): Revert change to "%04y" + * lisp/time-stamp.el (time-stamp-string-preprocess): Revert change to "%04y" format made 2 weeks ago by commit 0e56883878 (the previous commit to this file). Although undocumented, "%04y" was discovered to be in use in the wild (2016) and had not issued a warning that it would change. Add a warning that it will change. - * time-stamp-tests.el (time-stamp-test-year-2digit): add test of "%04y" + * test/lisp/time-stamp-tests.el (time-stamp-test-year-2digit): add test of "%04y" 2019-10-09 Simen Heggestøyl @@ -40969,7 +40969,7 @@ Fix regexp issues introduced in last trunk commit. - * verilog-mode.el (verilog-coverpoint-re): Fix regexp issues introduced + * lisp/progmodes/verilog-mode.el (verilog-coverpoint-re): Fix regexp issues introduced in last trunk commit. 2019-03-05 Eli Zaretskii @@ -50825,7 +50825,7 @@ (Fencode_time): Add new two-arg functionality. * src/systime.h (struct lisp_time): Now ticks+hz rather than hi+lo+us+ps, since ticks+hz does not lose info. - * test/src/time-stamp-tests.el (time-equal-p-nil-nil): + * test/lisp/time-stamp-tests.el (time-equal-p-nil-nil): New test. 2018-10-06 Paul Eggert @@ -52920,7 +52920,7 @@ This happened when the type of the previous function was a struct, etc., declaration. - * lisp/progmodes/cc-mode (c-guess-basic-syntax CASE 5N): Check here (for + * lisp/progmodes/cc-mode.el (c-guess-basic-syntax CASE 5N): Check here (for 'topmost-intro-cont) that the first opening brace after BOD is the opening brace preceding the starting point. @@ -59501,7 +59501,7 @@ bibtex-format-entry: Preserve opt-alt if possible. - * textmodes/bibtex.el (bibtex-format-entry): + * lisp/textmodes/bibtex.el (bibtex-format-entry): Preserve opt-alt unless its removal is selected. (bibtex-parse-entry): New optional arg keep-opt-alt. -- 2.39.5