about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2008-03-03 01:29:17 +0000
committerBart Schaefer <barts@users.sourceforge.net>2008-03-03 01:29:17 +0000
commit25848c5aa728935f12cd97ed92412f319048fb87 (patch)
tree8248a1af2e70f2e5a06794ae7ca9d5eab52bd0ed /ChangeLog
parente5a6543e6daeb8cb8e2cd37856814e24ce4407df (diff)
downloadzsh-25848c5aa728935f12cd97ed92412f319048fb87.tar.gz
zsh-25848c5aa728935f12cd97ed92412f319048fb87.tar.xz
zsh-25848c5aa728935f12cd97ed92412f319048fb87.zip
24653, 24659: Completion/Unix/Type/_path_commands: use a helper function
to call "whatis" portably, and use compadd -O to pre-filter matches before
reading $_command_descriptions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 477084ee8..c87accf0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-02  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 24653, 24659: Completion/Unix/Type/_path_commands: use a
+	helper function to call "whatis" portably, and use compadd -O
+	to pre-filter matches before reading $_command_descriptions.
+
 2008-03-02  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 24656: Src/builtin.c: fix cd overeagerness to find integers