about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2000-07-18 08:32:45 +0000
committerWayne Davison <wayned@users.sourceforge.net>2000-07-18 08:32:45 +0000
commitc7578846f72b385b2db1024f97280961da03190e (patch)
treebf2ccf792df785b3600757cc701f770d932fe0b0 /ChangeLog
parentb50d75490992dd00ab0f256d0449e2c53c193637 (diff)
downloadzsh-c7578846f72b385b2db1024f97280961da03190e.tar.gz
zsh-c7578846f72b385b2db1024f97280961da03190e.tar.xz
zsh-c7578846f72b385b2db1024f97280961da03190e.zip
Comments for 12295.
Diffstat (limited to 'ChangeLog')
-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,