aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-14 20:05:58 +0000
committerEli Zaretskii2000-10-14 20:05:58 +0000
commit87730e843b610da84ef963b60c4ab2fad3543a06 (patch)
treead68f8aa20fa5e8666da483eb1ed80af69177b8a
parent57a24508cfd422ae8231b297265ce6a0c5256db1 (diff)
downloademacs-87730e843b610da84ef963b60c4ab2fad3543a06.tar.gz
emacs-87730e843b610da84ef963b60c4ab2fad3543a06.zip
Fix dates on Eshell's entries.
-rw-r--r--lisp/ChangeLog4
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
1122000-09-10 John Wiegley <johnw@gnu.org> 1122000-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
1282000-09-06 John Wiegley <johnw@gnu.org> 1282000-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.