about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2002-02-22 22:14:44 +0000
committerWayne Davison <wayned@users.sourceforge.net>2002-02-22 22:14:44 +0000
commit5b34b8ddbaa9305a04864256411c21a5e0a6bd7b (patch)
tree282733288f2481b5e55dc11d8b81fea783913598
parent8fc5ffa60ace49934ef3f2ab32e4d9d28a02639e (diff)
downloadzsh-5b34b8ddbaa9305a04864256411c21a5e0a6bd7b.tar.gz
zsh-5b34b8ddbaa9305a04864256411c21a5e0a6bd7b.tar.xz
zsh-5b34b8ddbaa9305a04864256411c21a5e0a6bd7b.zip
16703
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e29c62d6..c39124c60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-02-22  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 16703: Src/hist.c: In putoldhistentryontop(), ensure that we can't
+	return with "next" set to the value we just put on top.
+
+	* 16703: Src/builtin.c: Improved the output of the "history" command
+	with a 1-line history buffer, and also improved the error handling of
+	explicitly-specified first/last values.
+
 2002-02-22  Oliver Kiddle  <opk@zsh.org>
 
 	* 16620, 16697: Src/subst.c, Src/glob.c, Doc/Zsh/expn.yo: