diff options
| author | Eli Zaretskii | 2000-10-14 20:05:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-14 20:05:58 +0000 |
| commit | 87730e843b610da84ef963b60c4ab2fad3543a06 (patch) | |
| tree | ad68f8aa20fa5e8666da483eb1ed80af69177b8a | |
| parent | 57a24508cfd422ae8231b297265ce6a0c5256db1 (diff) | |
| download | emacs-87730e843b610da84ef963b60c4ab2fad3543a06.tar.gz emacs-87730e843b610da84ef963b60c4ab2fad3543a06.zip | |
Fix dates on Eshell's entries.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26c73ad595d..6d3932cb7b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to | 109 | * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to |
| 110 | `forward-char', so that null strings are parsed correctly. | 110 | `forward-char', so that null strings are parsed correctly. |
| 111 | 111 | ||
| 112 | 2000-09-10 John Wiegley <johnw@gnu.org> | 112 | 2000-09-13 John Wiegley <johnw@gnu.org> |
| 113 | 113 | ||
| 114 | * eshell/em-pred.el (eshell-pred-file-type, | 114 | * eshell/em-pred.el (eshell-pred-file-type, |
| 115 | eshell-pred-file-links, eshell-pred-file-size): Use | 115 | eshell-pred-file-links, eshell-pred-file-size): Use |
| @@ -125,7 +125,7 @@ | |||
| 125 | the command line is a special file (not a regular file, directory | 125 | the command line is a special file (not a regular file, directory |
| 126 | or symlink), always attempt to call the external version of cat. | 126 | or symlink), always attempt to call the external version of cat. |
| 127 | 127 | ||
| 128 | 2000-09-06 John Wiegley <johnw@gnu.org> | 128 | 2000-09-13 John Wiegley <johnw@gnu.org> |
| 129 | 129 | ||
| 130 | * eshell/esh-mode.el (eshell-find-tag): Corrections to the | 130 | * eshell/esh-mode.el (eshell-find-tag): Corrections to the |
| 131 | Eshell-friendly version of find-tag. | 131 | Eshell-friendly version of find-tag. |