aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2017-06-07 14:27:21 -0400
committerGlenn Morris2017-06-07 14:27:21 -0400
commit9d63c87e91ab3ddf50f009e736640d1dfc1c56c5 (patch)
tree972e31a4d676bbc1fa831e1afa7685fb23e68f11 /lisp
parentb1103a2c4f36038cbb30caba6a199744acc9e0d9 (diff)
downloademacs-9d63c87e91ab3ddf50f009e736640d1dfc1c56c5.tar.gz
emacs-9d63c87e91ab3ddf50f009e736640d1dfc1c56c5.zip
More authors.el updates
* admin/authors.el (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist): Additions. ; ChangeLog fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/ChangeLog.162
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 118c15979fa..2512d35564f 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -16417,7 +16417,7 @@
16417 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on 16417 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16418 `ad-do-it'. 16418 `ad-do-it'.
16419 16419
164202009-11-08 Andr <m00naticus@gmail.com> (tiny change) 164202009-11-08 Andrey Kotlarski <m00naticus@gmail.com> (tiny change)
16421 16421
16422 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file, 16422 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16423 in order to keep context in SELinux. 16423 in order to keep context in SELinux.
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index 059a07996b1..691b7945bf4 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -22485,7 +22485,7 @@
22485 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is 22485 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22486 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704). 22486 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22487 22487
224882011-05-20 Nix <nix@esperi.org.uk> 224882011-05-20 Nick Alcock <nix@esperi.org.uk>
22489 22489
22490 * files.el (basic-save-buffer-2): 22490 * files.el (basic-save-buffer-2):
22491 Fix handling of break-hardlink-on-save with non-existent files. 22491 Fix handling of break-hardlink-on-save with non-existent files.