about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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: