aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ae2b5adf85d..97e4f53620a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -448,8 +448,9 @@ See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
448** Follow mode no longer works by using advice. 448** Follow mode no longer works by using advice.
449The option `follow-intercept-processes' has been removed. 449The option `follow-intercept-processes' has been removed.
450 450
451---
451** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings, 452** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings,
452specifying URL types which should be converted to remote file names at 453specifying URL types that should be converted to remote file names at
453the FFAP prompt. The default is now '("ftp"). 454the FFAP prompt. The default is now '("ftp").
454 455
455** New Ibuffer `derived-mode' filter, bound to `/ M'. 456** New Ibuffer `derived-mode' filter, bound to `/ M'.
@@ -467,11 +468,14 @@ The old binding for `/ M' (filter by used-mode) is now bound to `/ m'.
467The function `notifications-get-capabilities' returns the supported 468The function `notifications-get-capabilities' returns the supported
468server properties. 469server properties.
469 470
471---
470** In Perl mode, new option `perl-indent-parens-as-block' causes non-block 472** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
471closing brackets to be aligned with the line of the opening bracket. 473closing brackets to be aligned with the line of the opening bracket.
472 474
475---
473** In Proced mode, new command `proced-renice' renices marked processes. 476** In Proced mode, new command `proced-renice' renices marked processes.
474 477
478---
475** Python mode 479** Python mode
476 480
477A new version of python.el, which provides several new features, including: 481A new version of python.el, which provides several new features, including: