diff options
| author | Michael Albinus | 2020-06-18 20:00:39 +0200 |
|---|---|---|
| committer | Michael Albinus | 2020-06-18 20:00:39 +0200 |
| commit | 75babd073a0e00a5bd1a08dc2059742c1a145ea9 (patch) | |
| tree | e47470ae8a78522064f6c437d1bed7075bac070c /etc | |
| parent | 7a37460f929a5ea3c9ea7b7ca8d5cc1575dea686 (diff) | |
| download | emacs-75babd073a0e00a5bd1a08dc2059742c1a145ea9.tar.gz emacs-75babd073a0e00a5bd1a08dc2059742c1a145ea9.zip | |
* etc/NEWS: Fix inconsistencies. Add `tramp-crypt-add-directory'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 39 |
1 files changed, 22 insertions, 17 deletions
| @@ -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. |
| 144 | The presence of a space between an open paren and a symbol now is | 145 | The presence of a space between an open paren and a symbol now is |
| 145 | taken as a statement by the programmer that this should be indented | 146 | taken 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 |
| 231 | like cell phones, tablets or cameras. | 232 | like cell phones, tablets or cameras. |
| 232 | 233 | ||
| 234 | +++ | ||
| 235 | *** New command 'tramp-crypt-add-directory'. | ||
| 236 | This command marks a remote directory to contain only encrypted files. | ||
| 237 | See the "(tramp) Keeping files encrypted" node of the Tramp manual for | ||
| 238 | details. 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. | |||
| 420 | all commands that prompt for a project directory. | 427 | all 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', |
| 424 | These 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 |
| 425 | respectively. | 432 | a 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 | |||
| 449 | with characters that are not valid in XML (see | 456 | with characters that are not valid in XML (see |
| 450 | https://www.w3.org/TR/xml/#charsets). Now it rejects such strings. | 457 | https://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. | ||
| 458 | In 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'. | ||
| 461 | The old names, which were kept as obsolete aliases of the new names, | ||
| 462 | have 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. |
| 478 | The user options 'battery-mode-line-format' and | 473 | The 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 |
| 480 | the function 'format-spec' documented under '(elisp) Custom Format | 475 | the function 'format-spec' documented under node "(elisp) Custom Format |
| 481 | Strings'. The new syntax includes specifiers for padding and | 476 | Strings". The new syntax includes specifiers for padding and |
| 482 | truncation, amongst other things. | 477 | truncation, 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. |
| 537 | Use macro 'with-current-buffer-window' with action alist entry 'body-function'. | 532 | Use 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. | ||
| 538 | In 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'. | ||
| 541 | The old names, which were kept as obsolete aliases of the new names, | ||
| 542 | have 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'. |