diff options
| author | Glenn Morris | 2018-07-20 10:00:32 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-07-20 10:00:32 -0700 |
| commit | 6ee00324619673b402dadb3c28e791b79527868f (patch) | |
| tree | 57070a6bb9dcf0620107f113f67551fe622c7385 /admin | |
| parent | 144bcc0132e61cc932348312720d592764022844 (diff) | |
| parent | 3e722980df9d4a705394c843a2a5e051e9c682b6 (diff) | |
| download | emacs-6ee00324619673b402dadb3c28e791b79527868f.tar.gz emacs-6ee00324619673b402dadb3c28e791b79527868f.zip | |
Merge from origin/emacs-26
3e72298 Improve documentation of 'pcase-defmacro rx'
ba9b9bb Fix TTY colors breakage by 'clear-face-cache'
f56ad42 * admin/MAINTAINERS: Add files maintained by me (Michael Albi...
7a258fa Adapt shadowfile.el for Tramp (Bug#4526, Bug#4846)
cb50077 Fix auth-source-delete (Bug#26184)
a4767a6 Avoid assertion violations in gnutls.c
90110f8 Don't use a literal "C-u" in ispell.el help message text
f4e7f6d Improve documentation of 'seqp'
ed13639 Clarify usage and dependencies between several Flyspell features
Conflicts:
etc/NEWS
test/lisp/auth-source-tests.el
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/MAINTAINERS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 753a676e81a..1a4157ac53e 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS | |||
| @@ -61,7 +61,7 @@ Michael Albinus | |||
| 61 | lisp/net/tramp*.el | 61 | lisp/net/tramp*.el |
| 62 | lisp/url/url-tramp.el | 62 | lisp/url/url-tramp.el |
| 63 | doc/misc/tramp*.texi | 63 | doc/misc/tramp*.texi |
| 64 | test/lisp/net/tramp-tests.el | 64 | test/lisp/net/tramp*-tests.el |
| 65 | test/lisp/url/url-tramp-tests.el | 65 | test/lisp/url/url-tramp-tests.el |
| 66 | 66 | ||
| 67 | D-Bus | 67 | D-Bus |
| @@ -210,11 +210,21 @@ Paul Eggert | |||
| 210 | Michael Albinus | 210 | Michael Albinus |
| 211 | src/inotify.c | 211 | src/inotify.c |
| 212 | lisp/autorevert.el | 212 | lisp/autorevert.el |
| 213 | lisp/files.el (file-name-non-special) | ||
| 213 | lisp/eshell/em-tramp.el | 214 | lisp/eshell/em-tramp.el |
| 215 | lisp/net/ange-ftp.el | ||
| 214 | lisp/notifications.el | 216 | lisp/notifications.el |
| 217 | lisp/shadowfile.el | ||
| 215 | test/lisp/autorevert-tests.el | 218 | test/lisp/autorevert-tests.el |
| 219 | test/lisp/files-tests.el (file-name-non-special) | ||
| 220 | test/lisp/shadowfile-tests.el | ||
| 216 | test/src/inotify-test.el | 221 | test/src/inotify-test.el |
| 217 | 222 | ||
| 223 | Secret Service API in | ||
| 224 | lisp/auth-source.el | ||
| 225 | doc/misc/auth.texi | ||
| 226 | test/lisp/auth-source-tests.el | ||
| 227 | |||
| 218 | Nicolas Petton | 228 | Nicolas Petton |
| 219 | lisp/emacs-lisp/subr-x.el | 229 | lisp/emacs-lisp/subr-x.el |
| 220 | lisp/arc-mode.el | 230 | lisp/arc-mode.el |