diff options
| author | John Wiegley | 2001-05-10 03:46:48 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-05-10 03:46:48 +0000 |
| commit | c26f6b27452cd3cd6328e0152feac65f5edfb49e (patch) | |
| tree | 9622a31e87abfa61f105d897fcdd1fe673a4b82c | |
| parent | cee38ad6eca330312e96f02e8b11e1a2a849c824 (diff) | |
| download | emacs-c26f6b27452cd3cd6328e0152feac65f5edfb49e.tar.gz emacs-c26f6b27452cd3cd6328e0152feac65f5edfb49e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 |
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 @@ | |||
| 1 | 2001-05-09 John Wiegley <johnw@gnu.org> | 1 | 2001-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 | |||
| 17 | 2001-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 |