summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-06-18 20:00:39 +0200
committerMichael Albinus <michael.albinus@gmx.de>2020-06-18 20:00:39 +0200
commit75babd073a0e00a5bd1a08dc2059742c1a145ea9 (patch)
treee47470ae8a78522064f6c437d1bed7075bac070c /etc
parent7a37460f929a5ea3c9ea7b7ca8d5cc1575dea686 (diff)
downloademacs-75babd073a0e00a5bd1a08dc2059742c1a145ea9.tar.gz
* etc/NEWS: Fix inconsistencies. Add `tramp-crypt-add-directory'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS39
1 files changed, 22 insertions, 17 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2ddb5fb089d..4c93e31346b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -140,6 +140,7 @@ displayed and which are kept hidden.
** Emacs Lisp mode
*** The mode-line now indicates whether we're using lexical or dynamic scoping.
+
*** A space between an open paren and a symbol changes the indentation rule.
The presence of a space between an open paren and a symbol now is
taken as a statement by the programmer that this should be indented
@@ -230,6 +231,12 @@ changes.
*** New connection method "media", which allows accessing media devices
like cell phones, tablets or cameras.
++++
+*** New command 'tramp-crypt-add-directory'.
+This command marks a remote directory to contain only encrypted files.
+See the "(tramp) Keeping files encrypted" node of the Tramp manual for
+details. This feature is experimental.
+
** Tempo
---
@@ -420,9 +427,9 @@ information, see the related entry about 'shr-browse-url' above.
all commands that prompt for a project directory.
+++
-*** New commands 'project-dired', 'project-vc-dir', 'project-shell', 'project-eshell'.
-These commands run Dired/VC-Dir and Shell/Eshell in a project's root directory,
-respectively.
+*** New commands 'project-dired', 'project-vc-dir', 'project-shell',
+'project-eshell'. These commands run Dired/VC-Dir and Shell/Eshell in
+a project's root directory, respectively.
*** New command 'project-compile', which runs compilation.
@@ -449,18 +456,6 @@ Previously 'xml-print' would produce invalid XML when given a string
with characters that are not valid in XML (see
https://www.w3.org/TR/xml/#charsets). Now it rejects such strings.
-** The metamail.el library is now marked obsolete.
-
-** D-Bus
-
----
-*** Some obsolete variable and function aliases have been removed.
-In Emacs 24.3, the variable 'dbus-event-error-hooks' was renamed to
-'dbus-event-error-functions' and the function
-'dbus-call-method-non-blocking' was renamed to 'dbus-call-method'.
-The old names, which were kept as obsolete aliases of the new names,
-have now been removed.
-
** Battery
---
@@ -477,8 +472,8 @@ polling, respectively.
*** A richer syntax can be used to format battery status information.
The user options 'battery-mode-line-format' and
'battery-echo-area-format' now support the full formatting syntax of
-the function 'format-spec' documented under '(elisp) Custom Format
-Strings'. The new syntax includes specifiers for padding and
+the function 'format-spec' documented under node "(elisp) Custom Format
+Strings". The new syntax includes specifiers for padding and
truncation, amongst other things.
@@ -536,6 +531,16 @@ This is no longer supported, and setting this variable has no effect.
** The macro 'with-displayed-buffer-window' is now obsolete.
Use macro 'with-current-buffer-window' with action alist entry 'body-function'.
+** The metamail.el library is now marked obsolete.
+
+---
+** Some obsolete variable and function aliases in dbus.el have been removed.
+In Emacs 24.3, the variable 'dbus-event-error-hooks' was renamed to
+'dbus-event-error-functions' and the function
+'dbus-call-method-non-blocking' was renamed to 'dbus-call-method'.
+The old names, which were kept as obsolete aliases of the new names,
+have now been removed.
+
---
** Some libraries obsolete since Emacs 23 have been removed:
'ledit.el', 'lmenu.el', 'lucid.el and 'old-whitespace.el'.