diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2005-07-11 03:34:15 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2005-07-11 03:34:15 +0000 |
commit | 80e8e43f76fe7afc5e447c1289fcdc0408c351e8 (patch) | |
tree | 224b79106319f9fc635f01758c246a2c39ef7160 /ChangeLog | |
parent | 6f518486a24e75e89f342b4a37e43d9e3c15f660 (diff) | |
download | zsh-80e8e43f76fe7afc5e447c1289fcdc0408c351e8.tar.gz zsh-80e8e43f76fe7afc5e447c1289fcdc0408c351e8.tar.xz zsh-80e8e43f76fe7afc5e447c1289fcdc0408c351e8.zip |
21423: Travis: completion for unexpand
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b5db33db7..e9fb546ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-07-10 Bart Schaefer <schaefer@zsh.org> + * 21423: Travis Spencer: Completion/Unix/Command/_unexpand: + completion for both GNU and Sun/BSD unexpand variants. + * unposted: Functions/Misc/allopt: use "set -o" to avoid twaddling the setting of kshoptionprint. |