diff options
author | Glenn Morris <rgm@gnu.org> | 2018-07-20 10:00:32 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-07-20 10:00:32 -0700 |
commit | 6ee00324619673b402dadb3c28e791b79527868f (patch) | |
tree | 57070a6bb9dcf0620107f113f67551fe622c7385 /etc/NEWS.26 | |
parent | 144bcc0132e61cc932348312720d592764022844 (diff) | |
parent | 3e722980df9d4a705394c843a2a5e051e9c682b6 (diff) | |
download | emacs-6ee00324619673b402dadb3c28e791b79527868f.tar.gz |
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 'etc/NEWS.26')
-rw-r--r-- | etc/NEWS.26 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index 58b4c4a56e9..a766e96d2f4 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 @@ -85,12 +85,20 @@ it now shows the global revision number, in the form of its changeset hash value. To get back the previous behavior, customize the new option 'vc-hg-symbolic-revision-styles' to the value '("{rev}")'. +--- +** shadowfile.el has been rewritten to support Tramp file names. + * New Modes and Packages in Emacs 26.2 * Incompatible Lisp Changes in Emacs 26.2 +--- +** shadowfile config files have changed their syntax. +Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must +be removed prior using the changed 'shadow-*' commands. + * Lisp Changes in Emacs 26.2 |