about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-23 08:41:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-23 08:41:54 +0000
commitd3c4108f30fd987724ccffd9559ea2f49ac57328 (patch)
treec3b6d260a1af979fffac64ad7a85c3ad5f057aa7 /ChangeLog
parentc54e113d2885251fc4269331524532e02c7a7f6e (diff)
downloadzsh-d3c4108f30fd987724ccffd9559ea2f49ac57328.tar.gz
zsh-d3c4108f30fd987724ccffd9559ea2f49ac57328.tar.xz
zsh-d3c4108f30fd987724ccffd9559ea2f49ac57328.zip
Rocky Bernstein: 25727: allow fc non-interactively
Add sanity test for empty history
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4e59cb23..6f225124f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-23  Peter Stephenson  <pws@csr.com>
+
+	* Rocky Bernstein: 25727: Src/hist.c, Test/B06fc.ztst: remove
+	restriction on interactive use of fc and test another problem.
+
 2008-09-23  Clint Adams  <clint@zsh.org>
 
 	* 25728: Completion/Linux/Command/_ionice: spelling fix.