aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2020-02-26 18:32:43 +0100
committerNicolas Petton2020-02-26 18:32:43 +0100
commit29e415d6b04775b4b731cd70f11f353c3f64053e (patch)
tree014c2140f1f0c448e059de449bc8b29dd10c6616
parent4653baa6a502b1b7e1892a9d0728293198e90653 (diff)
downloademacs-29e415d6b04775b4b731cd70f11f353c3f64053e.tar.gz
emacs-29e415d6b04775b4b731cd70f11f353c3f64053e.zip
; ChangeLog.3 fixes
-rw-r--r--ChangeLog.326
1 files 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 @@
5590 5590
5591 Backwards-compatibility function definitions for so-long.el 5591 Backwards-compatibility function definitions for so-long.el
5592 5592
5593 * so-long.el (so-long-inhibit-whitespace-mode) 5593 * lisp/so-long.el (so-long-inhibit-whitespace-mode)
5594 (so-long-make-buffer-read-only, so-long-revert-buffer-read-only) 5594 (so-long-make-buffer-read-only, so-long-revert-buffer-read-only)
5595 (so-long-inhibit-global-hl-line-mode): Restore dummy definitions of 5595 (so-long-inhibit-global-hl-line-mode): Restore dummy definitions of
5596 now-obsolete hook functions used by earlier versions of so-long.el, 5596 now-obsolete hook functions used by earlier versions of so-long.el,
@@ -7915,7 +7915,7 @@
7915 7915
7916 time-stamp-time-zone: update customization 7916 time-stamp-time-zone: update customization
7917 7917
7918 * time-stamp.el (time-stamp-time-zone): Support customization with 7918 * lisp/time-stamp.el (time-stamp-time-zone): Support customization with
7919 an integer offset (a new possible value of the ZONE argument to 7919 an integer offset (a new possible value of the ZONE argument to
7920 format-time-string in Emacs 27). 7920 format-time-string in Emacs 27).
7921 Update the safe-local-variable predicate from string-or-null-p 7921 Update the safe-local-variable predicate from string-or-null-p
@@ -8077,7 +8077,7 @@
8077 8077
8078 time-stamp-tests: add name prefix to tests of formatting 8078 time-stamp-tests: add name prefix to tests of formatting
8079 8079
8080 * time-stamp-tests.el: rename all the time-stamp-string formatting tests 8080 * test/lisp/time-stamp-tests.el: rename all the time-stamp-string formatting tests
8081 to have the word "format" in their name, to make room in the namespace 8081 to have the word "format" in their name, to make room in the namespace
8082 for other, future tests. 8082 for other, future tests.
8083 8083
@@ -8278,7 +8278,7 @@
8278 8278
8279 time-stamp-tests: consistently name the time vars 8279 time-stamp-tests: consistently name the time vars
8280 8280
8281 * time-stamp-tests.el (with-time-stamp-test-env): rename local variable 8281 * test/lisp/time-stamp-tests.el (with-time-stamp-test-env): rename local variable
8282 'ref-time' to 'ref-time1', for parallelism with ref-time2 and ref-time3. 8282 'ref-time' to 'ref-time1', for parallelism with ref-time2 and ref-time3.
8283 8283
82842019-10-25 Michael Albinus <michael.albinus@gmx.de> 82842019-10-25 Michael Albinus <michael.albinus@gmx.de>
@@ -10416,12 +10416,12 @@
10416 10416
10417 Minor tweaks to time-stamp documentation strings 10417 Minor tweaks to time-stamp documentation strings
10418 10418
10419 * time-stamp.el (time-stamp): Reformat the explanation of the 10419 * lisp/time-stamp.el (time-stamp): Reformat the explanation of the
10420 variables that affect time-stamp, for easier reading. In particular, 10420 variables that affect time-stamp, for easier reading. In particular,
10421 wrap the documentation to 75 characters, so that it displays neatly as 10421 wrap the documentation to 75 characters, so that it displays neatly as
10422 a before-save-hook customization option. 10422 a before-save-hook customization option.
10423 10423
10424 * time-stamp-tests.el (with-time-stamp-test-env): Use imperative voice, 10424 * test/lisp/time-stamp-tests.el (with-time-stamp-test-env): Use imperative voice,
10425 per checkdoc. 10425 per checkdoc.
10426 10426
104272019-10-13 Alan Mackenzie <acm@muc.de> 104272019-10-13 Alan Mackenzie <acm@muc.de>
@@ -10918,7 +10918,7 @@
10918 10918
10919 Remove tabs from time-stamp-format documentation 10919 Remove tabs from time-stamp-format documentation
10920 10920
10921 * time-stamp.el (time-stamp-format): Untabify the doc string, so 10921 * lisp/time-stamp.el (time-stamp-format): Untabify the doc string, so
10922 the two-column layout displays consistently in several contexts, 10922 the two-column layout displays consistently in several contexts,
10923 in particular when displayed by customize-variable. 10923 in particular when displayed by customize-variable.
10924 10924
@@ -11070,13 +11070,13 @@
11070 11070
11071 time-stamp: revert recent change to "%04y" 11071 time-stamp: revert recent change to "%04y"
11072 11072
11073 * time-stamp.el (time-stamp-string-preprocess): Revert change to "%04y" 11073 * lisp/time-stamp.el (time-stamp-string-preprocess): Revert change to "%04y"
11074 format made 2 weeks ago by commit 0e56883878 (the previous commit to 11074 format made 2 weeks ago by commit 0e56883878 (the previous commit to
11075 this file). Although undocumented, "%04y" was discovered to be in use 11075 this file). Although undocumented, "%04y" was discovered to be in use
11076 in the wild (2016) and had not issued a warning that it would change. 11076 in the wild (2016) and had not issued a warning that it would change.
11077 Add a warning that it will change. 11077 Add a warning that it will change.
11078 11078
11079 * time-stamp-tests.el (time-stamp-test-year-2digit): add test of "%04y" 11079 * test/lisp/time-stamp-tests.el (time-stamp-test-year-2digit): add test of "%04y"
11080 11080
110812019-10-09 Simen Heggestøyl <simenheg@gmail.com> 110812019-10-09 Simen Heggestøyl <simenheg@gmail.com>
11082 11082
@@ -40969,7 +40969,7 @@
40969 40969
40970 Fix regexp issues introduced in last trunk commit. 40970 Fix regexp issues introduced in last trunk commit.
40971 40971
40972 * verilog-mode.el (verilog-coverpoint-re): Fix regexp issues introduced 40972 * lisp/progmodes/verilog-mode.el (verilog-coverpoint-re): Fix regexp issues introduced
40973 in last trunk commit. 40973 in last trunk commit.
40974 40974
409752019-03-05 Eli Zaretskii <eliz@gnu.org> 409752019-03-05 Eli Zaretskii <eliz@gnu.org>
@@ -50825,7 +50825,7 @@
50825 (Fencode_time): Add new two-arg functionality. 50825 (Fencode_time): Add new two-arg functionality.
50826 * src/systime.h (struct lisp_time): Now ticks+hz rather than 50826 * src/systime.h (struct lisp_time): Now ticks+hz rather than
50827 hi+lo+us+ps, since ticks+hz does not lose info. 50827 hi+lo+us+ps, since ticks+hz does not lose info.
50828 * test/src/time-stamp-tests.el (time-equal-p-nil-nil): 50828 * test/lisp/time-stamp-tests.el (time-equal-p-nil-nil):
50829 New test. 50829 New test.
50830 50830
508312018-10-06 Paul Eggert <eggert@cs.ucla.edu> 508312018-10-06 Paul Eggert <eggert@cs.ucla.edu>
@@ -52920,7 +52920,7 @@
52920 This happened when the type of the previous function was a struct, etc., 52920 This happened when the type of the previous function was a struct, etc.,
52921 declaration. 52921 declaration.
52922 52922
52923 * lisp/progmodes/cc-mode (c-guess-basic-syntax CASE 5N): Check here (for 52923 * lisp/progmodes/cc-mode.el (c-guess-basic-syntax CASE 5N): Check here (for
52924 'topmost-intro-cont) that the first opening brace after BOD is the opening 52924 'topmost-intro-cont) that the first opening brace after BOD is the opening
52925 brace preceding the starting point. 52925 brace preceding the starting point.
52926 52926
@@ -59501,7 +59501,7 @@
59501 59501
59502 bibtex-format-entry: Preserve opt-alt if possible. 59502 bibtex-format-entry: Preserve opt-alt if possible.
59503 59503
59504 * textmodes/bibtex.el (bibtex-format-entry): 59504 * lisp/textmodes/bibtex.el (bibtex-format-entry):
59505 Preserve opt-alt unless its removal is selected. 59505 Preserve opt-alt unless its removal is selected.
59506 (bibtex-parse-entry): New optional arg keep-opt-alt. 59506 (bibtex-parse-entry): New optional arg keep-opt-alt.
59507 59507