summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-05-04 23:31:39 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-05-04 23:31:39 +0000
commite880604f029088f32fb1ecc39213d720ae526aaa (patch)
tree501c7f0883afb330be02b098917a42a1398a722b /ChangeLog
parent2e25dfb8fd38dbef0a306282ffab1d343ce3ad8d (diff)
downloadzsh-e880604f029088f32fb1ecc39213d720ae526aaa.tar.gz
zsh-e880604f029088f32fb1ecc39213d720ae526aaa.tar.xz
zsh-e880604f029088f32fb1ecc39213d720ae526aaa.zip
29140: hide the "words" special variable so that it may be used as an
ordinary variable by bash completions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 758a0cc66..3fc59b25c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-04  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 29140: Completion/bashcompinit: introduce function-scope wrapper
+	around the call to the bash completion function; in this wrapper,
+	hide the "words" special variable so that it may be used as an
+	ordinary variable by the bash completions.
+
 2011-05-04  Peter Stephenson  <pws@csr.com>
 
 	* Rocky Bernstein: 29135 (plus tweaks): Completion/bashcompinit,
@@ -14578,5 +14585,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5276 $
+* $Revision: 1.5277 $
 *****************************************************