aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 870a1a6f28a..49e308f5ca7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,21 @@
12001-05-09 John Wiegley <johnw@gnu.org> 12001-05-09 John Wiegley <johnw@gnu.org>
2 2
3 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4 conversions if a Lisp function has the property
5 `eshell-no-numeric-conversions' set to a non-nil value.
6
7 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
9 property `eshell-no-numeric-conversions' on the following
10 functions (which all deal with filesystem entities, and never Lisp
11 numerical values): eshell/cd, eshell/pushd, eshell/popd,
12 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
13 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
14 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
15 eshell/which, eshell/addpath.
16
172001-05-09 John Wiegley <johnw@gnu.org>
18
3 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is 19 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4 encountered as an argument, don't convert it right away, but tag 20 encountered as an argument, don't convert it right away, but tag
5 the first character of the string with the text properties 21 the first character of the string with the text properties