diff options
| -rw-r--r-- | etc/NEWS | 27 |
1 files changed, 14 insertions, 13 deletions
| @@ -289,19 +289,6 @@ file and letting SMIE learn from it. | |||
| 289 | 289 | ||
| 290 | ** sh-script now uses its SMIE indentation algorithm by default. | 290 | ** sh-script now uses its SMIE indentation algorithm by default. |
| 291 | 291 | ||
| 292 | +++ | ||
| 293 | ** `eshell' now supports visual subcommands and options | ||
| 294 | Eshell has been able to handle "visual" commands (interactive, | ||
| 295 | non-line oriented commands such as top that require display | ||
| 296 | capabilities not provided by eshell) by running them in an Emacs | ||
| 297 | terminal emulator. See `eshell-visual-commands'. | ||
| 298 | |||
| 299 | This feature has been extended to subcommands and options that make a | ||
| 300 | usually line-oriented command a visual command. Typical examples are | ||
| 301 | "git log" and "git <command> --help" which display their output in a | ||
| 302 | pager by default. See `eshell-visual-subcommands' and | ||
| 303 | `eshell-visual-options'. | ||
| 304 | |||
| 305 | ** If your Emacs is compiled with libxml2 support, you can use the new | 292 | ** If your Emacs is compiled with libxml2 support, you can use the new |
| 306 | built-in web browser `eww'. | 293 | built-in web browser `eww'. |
| 307 | 294 | ||
| @@ -636,6 +623,20 @@ are obsolete. Customize the `woman-*' faces instead. | |||
| 636 | 623 | ||
| 637 | ** Eshell | 624 | ** Eshell |
| 638 | 625 | ||
| 626 | +++ | ||
| 627 | *** `eshell' now supports visual subcommands and options | ||
| 628 | Eshell has been able to handle "visual" commands (interactive, | ||
| 629 | non-line oriented commands such as top that require display | ||
| 630 | capabilities not provided by eshell) by running them in an Emacs | ||
| 631 | terminal emulator. See `eshell-visual-commands'. | ||
| 632 | |||
| 633 | This feature has been extended to subcommands and options that make a | ||
| 634 | usually line-oriented command a visual command. Typical examples are | ||
| 635 | "git log" and "git <command> --help" which display their output in a | ||
| 636 | pager by default. See `eshell-visual-subcommands' and | ||
| 637 | `eshell-visual-options'. | ||
| 638 | |||
| 639 | --- | ||
| 639 | *** Added Eshell-Tramp module | 640 | *** Added Eshell-Tramp module |
| 640 | External su and sudo commands are now the default; the internal, | 641 | External su and sudo commands are now the default; the internal, |
| 641 | Tramp-using variants can still be used by enabling the eshell-tramp | 642 | Tramp-using variants can still be used by enabling the eshell-tramp |