diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2005-04-24 17:49:26 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2005-04-24 17:49:26 +0000 |
commit | d373eb8f1e27cbdcde2130c9b473bb8ca45529e6 (patch) | |
tree | bf214c5788d8cc3d2ec57c8ca6f2a52522fd1288 /ChangeLog | |
parent | 5733e942f5a88f33aeb9fca8538e3ffe7e2b7407 (diff) | |
download | zsh-d373eb8f1e27cbdcde2130c9b473bb8ca45529e6.tar.gz zsh-d373eb8f1e27cbdcde2130c9b473bb8ca45529e6.tar.xz zsh-d373eb8f1e27cbdcde2130c9b473bb8ca45529e6.zip |
Tobias Gruetzmacher 21168: locality and visibility of some completion vars
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 80eb9ae71..88531f51b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-04-24 Bart Schaefer <schaefer@zsh.org> + + * Tobias Gruetzmacher 21168 (slightly tweaked): + Completion/Debian/Command/_apt, + Completion/Debian/Type/_deb_packages, + Completion/Unix/Command/_mount, + Completion/Unix/Command/_subversion: localize some completion + variables that were unnecessarily made global, and hide from + typeset display the values of a few others. + 2005-04-24 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * 21170: Src/glob.c, Src/pattern.c: optimise length calculations @@ -20,7 +30,7 @@ dpkg-reconfigure completion. 2005-04-18 Felix Rosencrantz <f_rosencrantz@gmail.com> - * 21154: Completion/Unix/Command/_perforce: add pid completion for + * 21154: Completion/Unix/Command/_perforce: add pid completion for monitor (clear|terminate) commands. 2005-04-17 Clint Adams <clint@zsh.org> |