aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 17:11:17 +0100
committerTassilo Horn2013-12-20 17:11:17 +0100
commitf60bb26a56156735261ef2ff6d014b2f047e3319 (patch)
tree8c4ea3a9249c577afd6c50e0b4986ee17d83359b
parent3e2acc2540e7fd0e70005e40c83f523f595c5383 (diff)
downloademacs-f60bb26a56156735261ef2ff6d014b2f047e3319.tar.gz
emacs-f60bb26a56156735261ef2ff6d014b2f047e3319.zip
Move eshell visual commands change below existing eshell outline.
-rw-r--r--etc/NEWS27
1 files changed, 14 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2462033f738..ff3741f4e20 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
294Eshell has been able to handle "visual" commands (interactive,
295non-line oriented commands such as top that require display
296capabilities not provided by eshell) by running them in an Emacs
297terminal emulator. See `eshell-visual-commands'.
298
299This feature has been extended to subcommands and options that make a
300usually line-oriented command a visual command. Typical examples are
301"git log" and "git <command> --help" which display their output in a
302pager 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
306built-in web browser `eww'. 293built-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
628Eshell has been able to handle "visual" commands (interactive,
629non-line oriented commands such as top that require display
630capabilities not provided by eshell) by running them in an Emacs
631terminal emulator. See `eshell-visual-commands'.
632
633This feature has been extended to subcommands and options that make a
634usually line-oriented command a visual command. Typical examples are
635"git log" and "git <command> --help" which display their output in a
636pager by default. See `eshell-visual-subcommands' and
637`eshell-visual-options'.
638
639---
639*** Added Eshell-Tramp module 640*** Added Eshell-Tramp module
640External su and sudo commands are now the default; the internal, 641External su and sudo commands are now the default; the internal,
641Tramp-using variants can still be used by enabling the eshell-tramp 642Tramp-using variants can still be used by enabling the eshell-tramp