diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-09-16 12:18:40 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-09-16 12:18:40 +0000 |
commit | 1c2ff6852911c47b1386d72e781b465f140e77eb (patch) | |
tree | fedac1ad9893eb734ce01dfc2cceb94e65267118 /ChangeLog | |
parent | 3dba9a8614e15292ef27cf81c202a39a37e4fff7 (diff) | |
download | zsh-1c2ff6852911c47b1386d72e781b465f140e77eb.tar.gz zsh-1c2ff6852911c47b1386d72e781b465f140e77eb.tar.xz zsh-1c2ff6852911c47b1386d72e781b465f140e77eb.zip |
29764, 29765: fix various problems with _pgrep.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b52361aa6..c3b589bf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-09-16 Mikael Magnusson <mikachu@gmail.com> + + * 29764, 29765: Completion/Unix/Command/_pgrep: use _users and + _groups rather than reimplementing them, use _wanted instead + of plain compadd to get descriptions, return 0 on success, + fix conditions on -f and -x, complete pts/* for -t too. + 2011-09-15 Peter Stephenson <pws@csr.com> * 29776 (modified as noted): Src/lex.c, Test/D08cmdsubst.ztst: @@ -15417,5 +15424,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5467 $ +* $Revision: 1.5468 $ ***************************************************** |