about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-08-13 16:52:36 +0200
committerOliver Kiddle <opk@zsh.org>2014-08-13 17:00:03 +0200
commite0966c819c2dcd9d5dbada5588220219d15ee7ec (patch)
tree7789e2f2bd544fb6594846c5a63aded80facd7ae /ChangeLog
parent2af8b0e2a7b8720d6e0d678d3e186f30c891e2a9 (diff)
downloadzsh-e0966c819c2dcd9d5dbada5588220219d15ee7ec.tar.gz
zsh-e0966c819c2dcd9d5dbada5588220219d15ee7ec.tar.xz
zsh-e0966c819c2dcd9d5dbada5588220219d15ee7ec.zip
32925: complete process groups, partly as a way to suppress insertion of ambiguous PID prefix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a03c646dd..3686a1c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-08-13  Oliver Kiddle  <opk@zsh.org>
 
+	* 32925: Completion/Zsh/Command/_kill: complete process groups,
+	partly as a way to suppress insertion of ambiguous PID prefix
+
 	* 32893: Completion/Unix/Type/_pids: move use of _call_program
 	inside the _tags loop to allow processes to be separated