diff options
| author | Glenn Morris | 2017-06-06 15:08:41 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-06-06 15:08:41 -0400 |
| commit | a203e717ebe2b5a491b39a52f39e65ef17dc39a5 (patch) | |
| tree | c50d690cc4ee5f9c95741b4c1822edb4588c07e5 /ChangeLog.2 | |
| parent | 0cd94b8a03e78bbfef3563ddd625b4cd817459bb (diff) | |
| download | emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.gz emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.zip | |
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.2 | 8 |
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 @@ | |||
| 13551 | to window primitives (e.g. window-start) with a GROUP argument by calls to | 13551 | to window primitives (e.g. window-start) with a GROUP argument by calls to |
| 13552 | new functions (e.g. window-group-start). | 13552 | new functions (e.g. window-group-start). |
| 13553 | 13553 | ||
| 13554 | * lisp/ispell.el (ispell-command-loop): Replace call to | 13554 | * lisp/textmodes/ispell.el (ispell-command-loop): Replace call to |
| 13555 | pos-visible-in-window-p with pos-visible-in-window-group-p. | 13555 | pos-visible-in-window-p with pos-visible-in-window-group-p. |
| 13556 | 13556 | ||
| 13557 | * lisp/window.el (window-group-start, window-group-end) | 13557 | * lisp/window.el (window-group-start, window-group-end) |
| @@ -17568,7 +17568,7 @@ | |||
| 17568 | 17568 | ||
| 17569 | 2015-11-09 Michael Sperber <mike@xemacs.org> | 17569 | 2015-11-09 Michael Sperber <mike@xemacs.org> |
| 17570 | 17570 | ||
| 17571 | * lisp/gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to | 17571 | * lisp/gnus/gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to |
| 17572 | `gnus-summary-delete-article` in a way that also works on XEmacs. | 17572 | `gnus-summary-delete-article` in a way that also works on XEmacs. |
| 17573 | 17573 | ||
| 17574 | 2015-11-08 Simen Heggestøyl <simenheg@gmail.com> | 17574 | 2015-11-08 Simen Heggestøyl <simenheg@gmail.com> |
| @@ -26978,7 +26978,7 @@ | |||
| 26978 | both cases. This has been regularized. Error signaling behavior | 26978 | both cases. This has been regularized. Error signaling behavior |
| 26979 | has been explicitly added to the doc string. | 26979 | has been explicitly added to the doc string. |
| 26980 | 26980 | ||
| 26981 | * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is | 26981 | * lisp/emacs-lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is |
| 26982 | therefore also impacted by this change. Update the doc string | 26982 | therefore also impacted by this change. Update the doc string |
| 26983 | to reflect this. | 26983 | to reflect this. |
| 26984 | 26984 | ||
| @@ -28839,7 +28839,7 @@ | |||
| 28839 | 28839 | ||
| 28840 | 2015-06-29 Wolfgang Jenkner <wjenkner@inode.at> | 28840 | 2015-06-29 Wolfgang Jenkner <wjenkner@inode.at> |
| 28841 | 28841 | ||
| 28842 | * lisp/calc-store.el (calc-insert-permanent-variable): Heed case. | 28842 | * lisp/calc/calc-store.el (calc-insert-permanent-variable): Heed case. |
| 28843 | Otherwise `s p' of f and F will stomp on each other's value. | 28843 | Otherwise `s p' of f and F will stomp on each other's value. |
| 28844 | (Bug#20916) | 28844 | (Bug#20916) |
| 28845 | 28845 | ||