about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2000-07-20 16:56:02 +0000
committerWayne Davison <wayned@users.sourceforge.net>2000-07-20 16:56:02 +0000
commitfb4e11bb15360aecafcee2c5eb788574a8d489de (patch)
treeb106d9739193d051b1db8003523e3b0200c35008
parent0ebef104830e87638a3ec28fc9c372f13bad8f69 (diff)
downloadzsh-fb4e11bb15360aecafcee2c5eb788574a8d489de.tar.gz
zsh-fb4e11bb15360aecafcee2c5eb788574a8d489de.tar.xz
zsh-fb4e11bb15360aecafcee2c5eb788574a8d489de.zip
Put reordered log entry back and corrected the date.
-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,