aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2000-10-13 09:34:13 +0000
committerJohn Wiegley2000-10-13 09:34:13 +0000
commit4473cdd9af0d61cdf31ce30472e7041348468feb (patch)
tree7178eaee530d6a9ba4c449a2eb178f52ab776e24
parentb6b70cda7c8e69edfc1beac33df8de892b9753b1 (diff)
downloademacs-4473cdd9af0d61cdf31ce30472e7041348468feb.tar.gz
emacs-4473cdd9af0d61cdf31ce30472e7041348468feb.zip
Added a note about Eshell.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS11
2 files changed, 15 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 216e51e2a2c..7645f002188 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12000-10-13 John Wiegley <johnw@gnu.org>
2
3 * NEWS: Added a note about Eshell.
4
12000-10-12 Dave Love <fx@gnu.org> 52000-10-12 Dave Love <fx@gnu.org>
2 6
3 * gnus.pbm: New file. 7 * gnus.pbm: New file.
diff --git a/etc/NEWS b/etc/NEWS
index db482ded05f..1c1323ad904 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1461,6 +1461,17 @@ you need to put it somewhere into Emacs' load path and add the atom
1461** New modes and packages 1461** New modes and packages
1462 1462
1463+++ 1463+++
1464*** The new package Eshell is an operating system command shell
1465implemented entirely in Emacs Lisp. Use `M-x eshell' to invoke it.
1466It functions similarly to bash and zsh, and allows running of Lisp
1467functions and external commands using the same syntax. It supports
1468history lists, aliases, extended globbing, smart scrolling, etc. It
1469will work on any platform Emacs has been ported to. And since most of
1470the basic commands -- ls, rm, mv, cp, ln, du, cat, etc. -- have been
1471rewritten in Lisp, it offers an operating-system independent shell,
1472all within the scope of your Emacs process.
1473
1474+++
1464*** The new package timeclock.el is a mode is for keeping track of time 1475*** The new package timeclock.el is a mode is for keeping track of time
1465intervals. You can use it for whatever purpose you like, but the 1476intervals. You can use it for whatever purpose you like, but the
1466typical scenario is to keep track of how much time you spend working 1477typical scenario is to keep track of how much time you spend working