summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2010-01-29 23:23:30 +0100
committerFreddy Vulto <fvulto@gmail.com>2010-01-29 23:23:30 +0100
commitd866854066fb3b6711cf6fc92ff648a0a12ee9d8 (patch)
tree45fdbfa5885c37c47dedd6d7453a82bc81bf3297 /CHANGES
parentdc8af65161fecc37d2d2ab15c02d8f529d27c3b5 (diff)
downloadbash-completion-d866854066fb3b6711cf6fc92ff648a0a12ee9d8.tar.gz
Fix _usergroup, cpio and chown completions
Improve test suite. Thanks to Leonard Crestez (Alioth: #311396, Debian: #511788). `assert_complete' is improved. It proved difficult to tell tcl to ignore backslash escapes, e.g. the `\b' is no BACKSPACE but a literal `b'. The added function `split_words_bash' should to the trick now. Added function `assert_no_complete' which can also be reached by calling `assert_complete' with an empty `expected' argument: assert_complete "" qwerty
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dc626b1b..bb9f57d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -67,6 +67,7 @@ bash-completion (2.x)
[ Leonard Crestez ]
* Improve ssh -o suboption completion (Alioth: #312122).
* Fix NFS mounts completion (Alioth: #312285).
+ * Fix completion of usernames (Alioth: #311396, Debian: #511788).
[ Raphaƫl Droz ]
* Add xsltproc completion (Alioth: #311843).