summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7972d1709..e2b770373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
* 12326: Completion/User/_cvs: Discard stderr of a command subst.
+2000-07-20 Wayne Davison <wayned@users.sourceforge.net>
+
+ * 12323: Src/hist.c: support "builtin" in HIST_NO_STORE check.
+
2000-07-19 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* 12319: Completion/User/_perl_builtin_funcs: Get also /usr/share/man.
@@ -47,10 +51,6 @@
already removed from the history. Fixed remhist() to not remove
the wrong line in the above scenario. Got rid of "spaceflag".
-2000-07-17 Wayne Davison <wayned@users.sourceforge.net>
-
- * 12323: Src/hist.c: support "builtin" in HIST_NO_STORE check.
-
2000-07-17 Tanaka Akira <akr@zsh.org>
* 12274: Test/53completion.ztst, Test/55arguments.ztst,