diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -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. |
| 449 | The option `follow-intercept-processes' has been removed. | 449 | The 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, |
| 452 | specifying URL types which should be converted to remote file names at | 453 | specifying URL types that should be converted to remote file names at |
| 453 | the FFAP prompt. The default is now '("ftp"). | 454 | the 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'. | |||
| 467 | The function `notifications-get-capabilities' returns the supported | 468 | The function `notifications-get-capabilities' returns the supported |
| 468 | server properties. | 469 | server 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 |
| 471 | closing brackets to be aligned with the line of the opening bracket. | 473 | closing 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 | ||
| 477 | A new version of python.el, which provides several new features, including: | 481 | A new version of python.el, which provides several new features, including: |