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 /etc | |
| 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 'etc')
| -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 | |||
| 85 | hash value. To get back the previous behavior, customize the new | 85 | hash value. To get back the previous behavior, customize the new |
| 86 | option 'vc-hg-symbolic-revision-styles' to the value '("{rev}")'. | 86 | option 'vc-hg-symbolic-revision-styles' to the value '("{rev}")'. |
| 87 | 87 | ||
| 88 | --- | ||
| 89 | ** shadowfile.el has been rewritten to support Tramp file names. | ||
| 90 | |||
| 88 | 91 | ||
| 89 | * New Modes and Packages in Emacs 26.2 | 92 | * New Modes and Packages in Emacs 26.2 |
| 90 | 93 | ||
| 91 | 94 | ||
| 92 | * Incompatible Lisp Changes in Emacs 26.2 | 95 | * Incompatible Lisp Changes in Emacs 26.2 |
| 93 | 96 | ||
| 97 | --- | ||
| 98 | ** shadowfile config files have changed their syntax. | ||
| 99 | Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must | ||
| 100 | be removed prior using the changed 'shadow-*' commands. | ||
| 101 | |||
| 94 | 102 | ||
| 95 | * Lisp Changes in Emacs 26.2 | 103 | * Lisp Changes in Emacs 26.2 |
| 96 | 104 | ||