diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-02-11 04:06:56 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-02-11 04:06:56 +0000 |
commit | 84bcecbfbd2b212782e715fbc9f3ab3e6f73f01a (patch) | |
tree | 1cdb5c2f6519fd55746d2e0d8f0be3fe385213a7 /ChangeLog | |
parent | 7e9b82879d27d6f51abb548f1d357bb9330a8992 (diff) | |
download | zsh-84bcecbfbd2b212782e715fbc9f3ab3e6f73f01a.tar.gz zsh-84bcecbfbd2b212782e715fbc9f3ab3e6f73f01a.tar.xz zsh-84bcecbfbd2b212782e715fbc9f3ab3e6f73f01a.zip |
users/15759 (send-invisible), users/15770 (HASH_DIRS), 28710 (_deb_packages)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ecd5702cf..599fae192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-02-10 Barton E. Schaefer <schaefer@zsh.org> + + * users/15759 (slightly augmented): Functions/Zle/send-invisible, + Functions/Zle/.distfiles: widget to read a concealed string from + the keyboard and stash it in $INVISIBLE. + + * users/15770: Src/init.c: disable HASH_DIRS when not interactive. + + * 28710: Completion/Debian/Type/_deb_packages: replace complex + parameter expansion with command substitution to speed diffing + of large lists of packages. + 2011-01-24 Clint Adams <clint@zsh.org> * Carl Worth: 28648: Completion/Unix/Command/_notmuch: notmuch @@ -14166,5 +14178,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5191 $ +* $Revision: 1.5192 $ ***************************************************** |