about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-28 18:29:04 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-28 18:29:04 +0000
commite01ff4c18ae305a45864b8c0104804676b6112e0 (patch)
treeab79aea36fb60580fd78f07e6fdd864f0c57e127 /ChangeLog
parent969913577e2466c4ef4348b3088bf057277e2afd (diff)
downloadzsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.gz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.xz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.zip
24626: only process command descriptions if extra-verbose style is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7c36b32f..bc3b90c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-02-28  Clint Adams  <clint@zsh.org>
 
+	* 24626: Completion/Unix/Type/_path_commands, Doc/Zsh/compsys.yo:
+	only process command descriptions if extra-verbose style is set.
+
 	* 24622: Completion/Unix/Command/_git: add completion for
 	'git bisect skip' and 'git bisect run'.