about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2006-01-16 16:32:43 +0000
committerBart Schaefer <barts@users.sourceforge.net>2006-01-16 16:32:43 +0000
commit434ff125f05657a8f198c316c18f8626c262e7e9 (patch)
tree58db22e9df432173063a6579bb4c1c08911587d7 /ChangeLog
parentc5be35fa4640efaf6a25917a50b64cea7e0c6013 (diff)
downloadzsh-434ff125f05657a8f198c316c18f8626c262e7e9.tar.gz
zsh-434ff125f05657a8f198c316c18f8626c262e7e9.tar.xz
zsh-434ff125f05657a8f198c316c18f8626c262e7e9.zip
22110: more intelligent su completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
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: