diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2006-01-16 16:32:43 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2006-01-16 16:32:43 +0000 |
commit | 434ff125f05657a8f198c316c18f8626c262e7e9 (patch) | |
tree | 58db22e9df432173063a6579bb4c1c08911587d7 /ChangeLog | |
parent | c5be35fa4640efaf6a25917a50b64cea7e0c6013 (diff) | |
download | zsh-434ff125f05657a8f198c316c18f8626c262e7e9.tar.gz zsh-434ff125f05657a8f198c316c18f8626c262e7e9.tar.xz zsh-434ff125f05657a8f198c316c18f8626c262e7e9.zip |
22110: more intelligent su completion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3627033c2..2e1f975d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-16 Bart Schaefer <schaefer@zsh.org> + + * 22110 (slightly tweaked): Completion/Unix/Command/_su: complete + options, be more clever about determining the shell being used, + and treat the argument of the -c option as a command (cf. _sh). + 2006-01-13 Wayne Davison <wayned@users.sourceforge.net> * 22162: Src/prompt.c, Src/Modules/datetime.c, Src/Modules/stat.c: |