2.5
(testsuite) `match_items()' matches on bash-prompt Also made `match_items()' more strict about matching space/newline/prompt after the last item.
(testsuite) Uncomment testcases
(test suite): Fix fallout from fec077d
testsuite: Set correct COMP_POINT value in test.
__get_cword: avoid $index < 0 (Alioth: #315107)
Fix error "bad array subscript" Caused by _get_comp_words_by_ref() with cursor at position 0. Patch by Igor Murzov (Debian: #559953)
Add support for Include in ssh config (#70) (#80)
_parse_help, _parse_usage: If first arg is "-", read from stdin.
Protect various compgen invocations from -* leakage (Debian: #766163)
Support completing array variables and expansions
Drop support for bash < 4.1, clean up no longer needed low hanging cruft.
Add a find_unique_completion_pair proc.
quote: Preserve leading, trailing, and consecutive whitespace.