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,
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
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.
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>
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>
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.
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>
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>
(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>
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.
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.