aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2020-06-18 20:00:39 +0200
committerMichael Albinus2020-06-18 20:00:39 +0200
commit75babd073a0e00a5bd1a08dc2059742c1a145ea9 (patch)
treee47470ae8a78522064f6c437d1bed7075bac070c /etc
parent7a37460f929a5ea3c9ea7b7ca8d5cc1575dea686 (diff)
downloademacs-75babd073a0e00a5bd1a08dc2059742c1a145ea9.tar.gz
emacs-75babd073a0e00a5bd1a08dc2059742c1a145ea9.zip
* 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.
140** Emacs Lisp mode 140** Emacs Lisp mode
141 141
142*** The mode-line now indicates whether we're using lexical or dynamic scoping. 142*** The mode-line now indicates whether we're using lexical or dynamic scoping.
143
143*** A space between an open paren and a symbol changes the indentation rule. 144*** A space between an open paren and a symbol changes the indentation rule.
144The presence of a space between an open paren and a symbol now is 145The presence of a space between an open paren and a symbol now is
145taken as a statement by the programmer that this should be indented 146taken as a statement by the programmer that this should be indented
@@ -230,6 +231,12 @@ changes.
230*** New connection method "media", which allows accessing media devices 231*** New connection method "media", which allows accessing media devices
231like cell phones, tablets or cameras. 232like cell phones, tablets or cameras.
232 233
234+++
235*** New command 'tramp-crypt-add-directory'.
236This command marks a remote directory to contain only encrypted files.
237See the "(tramp) Keeping files encrypted" node of the Tramp manual for
238details. This feature is experimental.
239
233** Tempo 240** Tempo
234 241
235--- 242---
@@ -420,9 +427,9 @@ information, see the related entry about 'shr-browse-url' above.
420all commands that prompt for a project directory. 427all commands that prompt for a project directory.
421 428
422+++ 429+++
423*** New commands 'project-dired', 'project-vc-dir', 'project-shell', 'project-eshell'. 430*** New commands 'project-dired', 'project-vc-dir', 'project-shell',
424These commands run Dired/VC-Dir and Shell/Eshell in a project's root directory, 431'project-eshell'. These commands run Dired/VC-Dir and Shell/Eshell in
425respectively. 432a project's root directory, respectively.
426 433
427*** New command 'project-compile', which runs compilation. 434*** New command 'project-compile', which runs compilation.
428 435
@@ -449,18 +456,6 @@ Previously 'xml-print' would produce invalid XML when given a string
449with characters that are not valid in XML (see 456with characters that are not valid in XML (see
450https://www.w3.org/TR/xml/#charsets). Now it rejects such strings. 457https://www.w3.org/TR/xml/#charsets). Now it rejects such strings.
451 458
452** The metamail.el library is now marked obsolete.
453
454** D-Bus
455
456---
457*** Some obsolete variable and function aliases have been removed.
458In Emacs 24.3, the variable 'dbus-event-error-hooks' was renamed to
459'dbus-event-error-functions' and the function
460'dbus-call-method-non-blocking' was renamed to 'dbus-call-method'.
461The old names, which were kept as obsolete aliases of the new names,
462have now been removed.
463
464** Battery 459** Battery
465 460
466--- 461---
@@ -477,8 +472,8 @@ polling, respectively.
477*** A richer syntax can be used to format battery status information. 472*** A richer syntax can be used to format battery status information.
478The user options 'battery-mode-line-format' and 473The user options 'battery-mode-line-format' and
479'battery-echo-area-format' now support the full formatting syntax of 474'battery-echo-area-format' now support the full formatting syntax of
480the function 'format-spec' documented under '(elisp) Custom Format 475the function 'format-spec' documented under node "(elisp) Custom Format
481Strings'. The new syntax includes specifiers for padding and 476Strings". The new syntax includes specifiers for padding and
482truncation, amongst other things. 477truncation, amongst other things.
483 478
484 479
@@ -536,6 +531,16 @@ This is no longer supported, and setting this variable has no effect.
536** The macro 'with-displayed-buffer-window' is now obsolete. 531** The macro 'with-displayed-buffer-window' is now obsolete.
537Use macro 'with-current-buffer-window' with action alist entry 'body-function'. 532Use macro 'with-current-buffer-window' with action alist entry 'body-function'.
538 533
534** The metamail.el library is now marked obsolete.
535
536---
537** Some obsolete variable and function aliases in dbus.el have been removed.
538In Emacs 24.3, the variable 'dbus-event-error-hooks' was renamed to
539'dbus-event-error-functions' and the function
540'dbus-call-method-non-blocking' was renamed to 'dbus-call-method'.
541The old names, which were kept as obsolete aliases of the new names,
542have now been removed.
543
539--- 544---
540** Some libraries obsolete since Emacs 23 have been removed: 545** Some libraries obsolete since Emacs 23 have been removed:
541'ledit.el', 'lmenu.el', 'lucid.el and 'old-whitespace.el'. 546'ledit.el', 'lmenu.el', 'lucid.el and 'old-whitespace.el'.