about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-08 06:20:39 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-08 06:20:39 +0000
commit57879ec4295839be9ed42b920b5727fc0b34855e (patch)
treeb4e5b956090a491b6509ab40368befbb25f77ca2 /ChangeLog
parent7b2bbf51f20552a07beb5630042a8a881db00e78 (diff)
downloadzsh-57879ec4295839be9ed42b920b5727fc0b34855e.tar.gz
zsh-57879ec4295839be9ed42b920b5727fc0b34855e.tar.xz
zsh-57879ec4295839be9ed42b920b5727fc0b34855e.zip
21306: add -s option to _disable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83bc30018..98f1374a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-06-08  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
 
+	* 21306: Completion/Zsh/Command/_disable: add -s option for removing
+	suffix aliases
+
 	* 21310: Completion/Unix/Type/_global_tags: pass an array to compadd;
 	redirect stderr to /dev/null when generating matches with _call_program