summaryrefslogtreecommitdiff
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-06-06 15:08:41 -0400
committerGlenn Morris <rgm@gnu.org>2017-06-06 15:08:41 -0400
commita203e717ebe2b5a491b39a52f39e65ef17dc39a5 (patch)
treec50d690cc4ee5f9c95741b4c1822edb4588c07e5 /ChangeLog.2
parent0cd94b8a03e78bbfef3563ddd625b4cd817459bb (diff)
downloademacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.gz
More small authors.el updates
* admin/authors.el (authors-aliases): Fix recent addition. (authors-obsolete-files-regexps, authors-no-scan-regexps) (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist): Additions. ; * lisp/vc/pcvs.el, test/lisp/emacs-lisp/checkdoc-tests.el: ; Fix Author headers. ; * ChangeLog.2: Fixes.
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.28
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 3b22d482963..3610aadba57 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -13551,7 +13551,7 @@
to window primitives (e.g. window-start) with a GROUP argument by calls to
new functions (e.g. window-group-start).
- * lisp/ispell.el (ispell-command-loop): Replace call to
+ * lisp/textmodes/ispell.el (ispell-command-loop): Replace call to
pos-visible-in-window-p with pos-visible-in-window-group-p.
* lisp/window.el (window-group-start, window-group-end)
@@ -17568,7 +17568,7 @@
2015-11-09 Michael Sperber <mike@xemacs.org>
- * lisp/gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
+ * lisp/gnus/gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
`gnus-summary-delete-article` in a way that also works on XEmacs.
2015-11-08 Simen Heggestøyl <simenheg@gmail.com>
@@ -26978,7 +26978,7 @@
both cases. This has been regularized. Error signaling behavior
has been explicitly added to the doc string.
- * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is
+ * lisp/emacs-lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is
therefore also impacted by this change. Update the doc string
to reflect this.
@@ -28839,7 +28839,7 @@
2015-06-29 Wolfgang Jenkner <wjenkner@inode.at>
- * lisp/calc-store.el (calc-insert-permanent-variable): Heed case.
+ * lisp/calc/calc-store.el (calc-insert-permanent-variable): Heed case.
Otherwise `s p' of f and F will stomp on each other's value.
(Bug#20916)