[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 0e2d179ff3ca6624ed47286658f6c8e9a0b3b26d
Freddy Vulto
fvulto at gmail.com
Sun Jun 13 21:01:42 UTC 2010
The following commit has been merged in the master branch:
commit 0e2d179ff3ca6624ed47286658f6c8e9a0b3b26d
Author: Freddy Vulto <fvulto at gmail.com>
Date: Sun Jun 13 23:01:03 2010 +0200
Updated Freddy Vulto's CHANGES since the 1.1 release.
diff --git a/CHANGES b/CHANGES
index 33e4e59..029f63e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -70,7 +70,19 @@ bash-completion (2.x)
* Do meta-command completion for aoss and padsp.
[ Freddy Vulto ]
- * Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)
+ * Prevent root PATH expansion prolifering in _root_command (bash >= 4.1.4)
+ * Only complete xhost if (_)xhost is available.
+ * Added _get_comp_words_by_ref to replace both _get_cword & _get_pword.
+ Also additional variables `words' and `cword' can be returned.
+ * Added _upvar & _upvars helper functions to aid in passing variables
+ by reference.
+ * Make _filedir emulate `-o filenames'
+ * Fixed completion perl modules containing colons.
+ * Merged __get_cword3 & __get_cword4 to _get_cword.
+ * Added __expand_tilde_by_ref helper function.
+ * Added __ltrim_colon_completions to fix completions containing colons
+ * Improved mutt completion
+ * Added _get_pword helper function, thanks to Sung Pae (Alioth: #312030)
[ Ted Stern ]
* Fix modules completion for "(default)" entries.
--
bash-completion
More information about the Bash-completion-commits
mailing list