diff etc/NEWS @ 32448:4925b241a9ac

Added a note about Eshell.
author John Wiegley <johnw@newartisans.com>
date Fri, 13 Oct 2000 09:34:13 +0000
parents e67d8ebd2b24
children 355b97042e28
line wrap: on
line diff
--- a/etc/NEWS	Fri Oct 13 09:11:16 2000 +0000
+++ b/etc/NEWS	Fri Oct 13 09:34:13 2000 +0000
@@ -1461,6 +1461,17 @@
 ** New modes and packages
 
 +++
+*** The new package Eshell is an operating system command shell
+implemented entirely in Emacs Lisp.  Use `M-x eshell' to invoke it.
+It functions similarly to bash and zsh, and allows running of Lisp
+functions and external commands using the same syntax.  It supports
+history lists, aliases, extended globbing, smart scrolling, etc.  It
+will work on any platform Emacs has been ported to.  And since most of
+the basic commands -- ls, rm, mv, cp, ln, du, cat, etc. -- have been
+rewritten in Lisp, it offers an operating-system independent shell,
+all within the scope of your Emacs process.
+
++++
 *** The new package timeclock.el is a mode is for keeping track of time
 intervals.  You can use it for whatever purpose you like, but the
 typical scenario is to keep track of how much time you spend working