about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-19 23:08:24 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-19 23:08:24 +0100
commit9a044f1a6ad4ecfdfeff2f89e1685a1d622cb029 (patch)
treed2bdbf69d9301e1c14cb72fa3bb9d7039ca025d7 /ChangeLog
parent8879c46a4897a0e347455334fc6b6732c203a220 (diff)
downloadzsh-9a044f1a6ad4ecfdfeff2f89e1685a1d622cb029.tar.gz
zsh-9a044f1a6ad4ecfdfeff2f89e1685a1d622cb029.tar.xz
zsh-9a044f1a6ad4ecfdfeff2f89e1685a1d622cb029.zip
Use VERBOSE option in execstring()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30f1742a0..64b4b9861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 31851: Src/exec.c: execstring() should display string to
+	be executed with VERBOSE option.
+
 2013-10-18  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 31846: Src/exec.c: fix NOEXEC option in execsimple().