summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@users.sourceforge.net>2000-07-20 16:21:47 +0000
committerChmouel Boudjnah <chmou@users.sourceforge.net>2000-07-20 16:21:47 +0000
commit0ebef104830e87638a3ec28fc9c372f13bad8f69 (patch)
treec1491bf9dd7f88295df03605b03f4b10fd2a1bc1
parent100f25b97f26b6d7b94e98be1419aa1abd89b11a (diff)
downloadzsh-0ebef104830e87638a3ec28fc9c372f13bad8f69.tar.gz
zsh-0ebef104830e87638a3ec28fc9c372f13bad8f69.zip
Reorder the changelog.
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 448a8d8a7..7972d1709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,10 +7,6 @@
* 12326: Completion/User/_cvs: Discard stderr of a command subst.
-2000-07-17 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.
@@ -51,6 +47,10 @@
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,