; ChangeLog.3 fixes
This commit is contained in:
parent
4653baa6a5
commit
29e415d6b0
1 changed files with 13 additions and 13 deletions
26
ChangeLog.3
26
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 <michael.albinus@gmx.de>
|
||||
|
@ -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 <acm@muc.de>
|
||||
|
@ -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 <simenheg@gmail.com>
|
||||
|
||||
|
@ -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 <eliz@gnu.org>
|
||||
|
@ -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 <eggert@cs.ucla.edu>
|
||||
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue