about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b46237ede..9dc4d3bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-18  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 12295: Src/builtin.c, Src/hist.c, Src/input.c, Src/lex.c: Fixed
+	the history command to output correctly when the current command was
+	already removed from the history.  Fixed remhist() to not remove
+	the wrong line in the above scenario.  Got rid of "spaceflag".
+
 2000-07-17  Tanaka Akira  <akr@zsh.org>
 
 	* 12274: Test/53completion.ztst, Test/55arguments.ztst,