madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Add Ubuntu patches (20060301-4ubuntu1) #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See:
https://launchpad.net/ubuntu/intrepid/+source/bash-completion/20060301-4ubuntu1

- Don't use ucf for handling the bash_completion config file. (LP: 210013)
- Fix _get_cword more
- Fix _command function to correctly prune the command line (LP: 103395)
- Remove newline from options pattern for dpkg (LP: 138312)
- Start readline-quoting arguments to compgen (LP: 123665)
- Save and restore -v shell option (LP: 205444)
- Prevent glob expansion in _filedir function (LP: 194419)
- Quote glob expression in tar completion function (LP: 194419)
- Complete AAS/SSA files for mplayer -sub (LP: 151086)
- Disable completion of postgresql users and databases (LP: 164772)
- Use files from UserKnownHostsFile options in addition to standard ones
  (LP: 211180)
- Fixed completion of hostnames and files with scp
- Fix tar completion to handle "tar rf" the same as "tar cf" (LP: 94407)
- Complete .divx and .flv for media players (LP: 127605)
- Complete all files for "gzip ... <" (LP: 127605)
- Allow whitespace in front of GlobalKnownHostsFile etc. (LP: 128866)
- Complete compressed files for vim (LP: 149494)
- Always use /etc/hosts and $HOSTFILE for host completion too (LP: 184175)

Original issue reported on code.google.com by fvu...@gmail.com on 3 Oct 2008 at 12:54