]> git.eshelyaron.com Git - emacs.git/commitdiff
Added a note about Eshell.
authorJohn Wiegley <johnw@newartisans.com>
Fri, 13 Oct 2000 09:34:13 +0000 (09:34 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 13 Oct 2000 09:34:13 +0000 (09:34 +0000)
etc/ChangeLog
etc/NEWS

index 216e51e2a2cfc3a4ec96fa0b5f90e69e28312edd..7645f002188eb4d940d02352eb4d0796f0373191 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-13  John Wiegley  <johnw@gnu.org>
+
+       * NEWS: Added a note about Eshell.
+
 2000-10-12  Dave Love  <fx@gnu.org>
 
        * gnus.pbm: New file.
index db482ded05f097645e1e1425e348d42b519877ac..1c1323ad904dd59ce01ad9ad56211bb4d5984998 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1460,6 +1460,17 @@ you need to put it somewhere into Emacs' load path and add the atom
 
 ** 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