summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
commit6d88f1055806932d9291f96847d2b691cccda2cd (patch)
tree0ff79eedaa8a239331256048981deedbd0721965 /CHANGES
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES695
1 files changed, 694 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a4e8bcf8..7e0dc8fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,697 @@
+bash-completion (2.7)
+
+ [ Eli Young ]
+ * Makefile: update default compatdir (#132)
+
+ [ Ville Skyttä ]
+ * Make user completion file configurable, disable in tests
+ * test suite: Generalize xspec completion install check
+ * pyflakes: Remove redundant xspec completion
+ * test suite: Fix __expand_tilde_by_ref test expectation output
+ * pdfunite: New *.pdf completion
+
+ -- Ville Skyttä <ville.skytta@iki.fi> Sat, 01 Jul 2017 14:08:43 +0300
+
+bash-completion (2.6)
+
+ [ Björn Kautler ]
+ * Add missing sidedoor to .gitignore (#114)
+
+ [ Ville Skyttä ]
+ * test suite: Mark expected centos6 CI _filedir failures as such
+ * Expose version in BASH_COMPLETION_VERSINFO, use it in profile.d
+ script
+ * test suite: Skip an expected make test case failure in centos6 CI
+ * test suite: Fix ifdown and ifup CI test skipping
+ * test suite: Ignore env var pulled in by use of scp in tests
+ * test suite: If colon trim doesn't do anything, trim as usual
+ * tar: Comment spelling fixes
+ * test suite: Mark dpkg -L test case untested if no packages
+ installed
+ * test suite: Cosmetic tweaks
+ * dpkg: Fix dpkg -i home dir completion
+ * test suite: Improve ls home dir test descriptions
+ * python: Split module completion to separate helper
+ * micropython: New completion, aliased from python
+ * test suite: Add Python module completion test case
+ * python: Fix traceback avoidance on module completion error
+ * openssl: Parse available digests from dgst -h
+ * openssl: Add sha2 commands
+ * gm: New completion, commands only for now
+ * (test suite): Test screen -T completions
+ * (test suite): Set TERM to dumb, not dummy
+ * Revert "(test suite): Fix alias and cd cursor position tests"
+ * mplayer: Remove duplicate *.m4a and *.m4v associations
+ * mplayer, xine, etc: Associate *.mp4a and *.mp4v
+ * xine etc: Fix *.m4a association
+ * bind: Add option and argument (non-)completions
+ * _user_at_host: Set nospace only when completing username part
+ * _user_at_host: Append @ suffix to username part completions
+ * man: Don't check OSTYPE or GNU userland, just enable on all
+ systems
+ * (test suite): Set dcop result to untested if dcop server is not
+ running
+ * (test suite): Don't insist on loading all completions dynamically
+ * _configured_interfaces: Parse from /etc/network/interfaces.d/* on
+ Debian
+ * py.test: New completion
+ * oowriter: Associate with *.pdf
+ * Don't define BASH_COMPLETION_COMPAT_DIR
+ * ri: Add option and arg completions
+ * (test suite): Add our own dummy ri test fixture
+ * (test suite): Info test needs docs, don't exclude from CentOS
+ * (test suite): Fix CentOS 6 tcllib setup
+ * (test suite): Simplify renice test, fix with only one completion
+ * (test suite): Don't assume configured interfaces in CI setups
+ * Don't offer * as configured interface when there are none
+ * (test suite): Add basic CentOS 6 container for bash 4.1 coverage
+ * (test suite): Ignore runtime loaded env function changes
+ * (test suite): Add mailman bin dir to PATH for arch test
+ * arch: Parse options from --help
+ * (test suite): Load tested completions dynamically
+ * (test suite): Accept non-whitespace single word in
+ assert_complete_any
+ * (test suite): Avoid interference from user and system dirs (#87)
+ * (test suite): Install some things N/A in ubuntu14 to fedoradev
+ * (test suite): Add unrar to ubuntu14 container
+ * (test suite): Fix alias and cd cursor position tests
+ * (test suite): Add basic alpine test case
+ * alpine: Parse opts from -h output, add some opt arg completions
+ * (test suite): Install jshint globally in ubuntu14
+ * (test suite): Add mailman bin dir to PATH for some mailman tools
+ * (test suite): Install jshint to ubuntu14 container with npm
+ * unshunt: Parse options from --help
+ * (test suite): Test lsof on ubuntu14
+ * (test suite): Add basic hping3 test case
+ * (test suite): Add our ./configure to PATH to test it, test opts
+ * (test suite): Add bunch of packages to ubuntu14 container
+ * (test suite): Ensure /usr/(local/)games is in $PATH
+ * (test suite): Fix perl -d* test cases with no Devel::* installed
+ * (test suite): curl has lots of options, add more test prefix
+ * (test suite): Fix tar test case for ones having --owner-map
+ * (test suite): Unsupport various kill, renice cases if ps is N/A
+ * (test suite): Make chkconfig test behave better in container
+ * (test suite): Don't assume mounted filesystems in quota* tests
+ * newlist: Parse options from --help, add some arg non-completions
+ * (test suite): Delete trailing whitespace
+ * (test suite): Don't assume lists set up in newlist test cases
+ * (docker): Pull in missing fedoradev xvfb-run which dependency
+ * mr: Avoid stderr trash and test suite failure if man is N/A
+ * (test suite): Fix mmsitepass completion test
+ * tshark -G: Avoid stderr noise when running as superuser
+ * (docker): Run completion tests with xvfb-run, e.g. for gkrellm
+ * ssh-keygen: Make option parsing work with OpenSSH < 7
+ * synclient, udevadm: Avoid use of posix char classes for awk
+ * test suite: Add WIP Fedora dev config
+ * Travis: Switch tests to docker, update to Ubuntu 14
+ * xv: Associate with *.j2c, *.j2k, *.jp2, *.jpf, and *.jpg2 (Debian:
+ #859774)
+ * eog: Associate with *.j2c and *.jpg2
+ * Bump copyright years
+ * xine etc: Associate uppercase *.WM[AV]
+ * mplayer: Associate *.weba (#112)
+ * xine etc: Associate *.webm and *.weba (#112)
+
+ -- Ville Skyttä <ville.skytta@iki.fi> Tue, 27 Jun 2017 12:29:33 +0300
+
+bash-completion (2.5)
+
+ [ BartDeWaal ]
+ * Support for python gui source files (#91)
+
+ [ Ben Webber ]
+ * mr: New completion
+
+ [ Christian Kujau ]
+ * ssh-keygen: support ed25519 keys (#79)
+
+ [ Dara Adib ]
+ * Add sidedoor to _ssh() completion (#106)
+
+ [ George Kola ]
+ * .ipa is just a zip file and we should let unzip handle it (#71)
+
+ [ Miroslav Šustek ]
+ * ant: parse targets in imported buildfiles (#84)
+
+ [ Reuben Thomas ]
+ * Add more tests for ccache
+ * ccache: fix completing compiler's flags
+
+ [ Ville Skyttä ]
+ * test suite: Add java/javac non-completion fixture
+ * javac: Complete -cp like -classpath
+ * travis: Skip bluez and nis for now due to post-install script
+ issues
+ * test/config/*: Delete trailing whitespace
+ * (test suite): Avoid loading user's ~/.bash_completion, fixes #87
+ * ip: Recognize a as alias for address and l for link
+ * ip: Recognize address in addition to addr
+ * mr: Disable "clean" test case, command N/A before mr 1.20141023
+ * ssh-keygen: Parse switches with _parse_usage, not _parse_help
+ * mplayer: Associate with *.mjpg, *.mjpeg (Debian: #837779)
+ * dd: Sync completions with coreutils 8.24
+ * travis: Add mr
+ * perl: Remove full path to cat in PERLDOC_PAGER call
+ * deja-dup: New completion
+ * CONTRIBUTING: Reorder sections
+ * *: Move indentation settings to .editorconfig
+ * make: Declare _make_target_extract_script like other functions
+ * Travis: zopfli is AWOL?
+ * *: Whitespace fixes
+
+ [ Zearin ]
+ * Minor edits to README.md (mostly formatting) (#110)
+
+ [ l3nticular ]
+ * Fix bug in 'make' completion when using BSD sed (#108)
+
+ [ osu ]
+ * Add support for Include in ssh config (#70) (#80)
+
+ -- Ville Skyttä <ville.skytta@iki.fi> Sat, 04 Feb 2017 18:07:27 +0200
+
+bash-completion (2.4)
+
+ [ Arash Esbati ]
+ * xetex, xelatex, luatex, lualatex: Associate with tex files
+
+ [ Gene Pavlovsky ]
+ * Use shell globbing instead of ls to source files in compat dir
+
+ [ Grisha Levit ]
+ * Support completing array variables and expansions
+ * Add tests for declare/typeset
+ * Better handling of typeset/declare
+
+ [ Kylie McClain ]
+ * tar: silence --version's stderr output
+
+ [ Paul M. Lambert ]
+ * Support pod document files for perldoc (#39)
+
+ [ Richard Alpe ]
+ * tipc: fix missing last char in link name completion
+ * tipc: handle complete words without trailing space
+ * tipc: suppress tipc error messages
+ * tipc: use double brackets in if conditions
+ * tipc: make loop variables local
+ * tipc: remove unnecessary return values
+ * tipc: readd call to complete command
+ * tipc: use cur variable for flag completion
+ * tipc: add command prefix to link sed
+ * tipc: remove unnecessary function _tipc_get_val()
+ * tipc: use bash here string instead of echo
+ * tipc: merge functions into main
+ * tipc: add test framework
+ * tipc: add tipc completions
+
+ [ Ville Skyttä ]
+ * Release 2.4
+ * rpm: Offer --filetriggers with -q
+ * javadoc: Add bunch of option arg (non)completions
+ * lrzip: Add -m arg noncompletion
+ * pkg-get: Don't use hyphens in function names
+ * jarsigner: Add some option arg (non)completions
+ * pkg-get,pkgrm: Drop unnecessary _have calls
+ * *: Trivial cleanups
+ * *: Remove redundant return 0's
+ * pypy*: Add basic --jit arg completion
+ * pypy3: Alias to python
+ * hcitool,svcadm,tar: Spelling fixes
+ * Travis: Install more packages for more test coverage
+ * (test suite): Pass assert_complete_any for exact/only given arg
+ completed
+ * tipc: Invoke ls with "command"
+ * tipc: Indentation fix
+ * (test suite): Fix fallout from
+ fec077d555f112b9f455c45860f90a3b47392fcf
+ * (test suite): Remove Bash::Completion.3pm.gz from git, create on
+ the fly
+ * (test suite): Remove test/fixtures/_filedir/a"b from git, create
+ on the fly
+ * CONTRIBUTING: Note patch preferences if not using GitHub pull
+ requests
+ * python: Support -Q and -W arg completion without space
+ * apache2ctl, aspell, make: Don't hardcode completion generator
+ command
+ * mysql: Avoid --default-character-set error with failglob, fixes
+ #46
+ * test suite: Add perldoc module+pod completion test case
+ * perl: Remove some duplicated code
+ * pushd: Use _cd completion for CDPATH support, closes #38
+ * test suite: Add basic pushd test case
+ * abook: Parse long options from command including full path
+ * pyvenv: New completion
+ * chroot: New (generic long options) completion, see #38
+ * Travis: First steps toward testing with OS X
+ * test suite: Add bashcomp_bash env var for better control on tested
+ bash
+ * aptitude: List packages using _apt_cache_packages, fixes #33
+ * vncviewer: Cleanup shopt use, drop an eval
+ * make: Avoid a grep
+ * rpm: Fix --whatenhances arg completion
+ * aspell, minicom, mysql: Replace use of ls with printf
+ * cppcheck: Complete filenames too for --platform
+ * man: Prioritize MANPATH, simplify, add fallback e.g. for busybox,
+ fixes #28
+ * aclocal: Install completion for 1.14 and 1.15, fixes #25
+ * mpv: Don't install symlink for it, fixes #24
+ * test suite: Add function and declare test cases
+ * CONTRIBUTING: Highlight request for test cases
+
+ [ Wayne Scott ]
+ * The BitKeeper completion used the wrong set of commands
+
+ -- Ville Skyttä <ville.skytta@iki.fi> Fri, 12 Aug 2016 22:43:27 +0300
+
+bash-completion (2.3)
+
+ [ Daniel Milde ]
+ * Completion for python zip archives
+
+ [ Liuhua Wang ]
+ * lvm: pvcreate should be able to use all block devcices
+ * lvm: fix all commands that should get all PVs
+
+ [ Ville Skyttä ]
+ * Release 2.3
+ * make-changelog: Don't output "Merge pull request" entries
+ * make: Use <<< instead of printf + pipe
+ * gnokii: Use <<< instead of echo + pipe
+ * *: Use [:blank:] instead of $'\t ' tricks where appropriate, fixes
+ #19
+ * test suite: Fix abook test case
+ * test suite: Don't insist on property completions if synclient -l
+ fails
+ * test suite: Tolerate "See 'man feh'" feh --help output
+ * test suite: Fix tar failure caused by previous tar change
+ * tar: Detect GNU/other from --version only once per session
+ * tar: Remove unused variable
+ * tar: Fix GNU tar help output parsing regex, fixes #15
+ * test suite: Add tar xvf filename test case
+ * tar: Don't write to /tmp/jetel
+ * python: Simplify code
+ * python: Complete all files also after -m
+ * python: Don't offer options after -c
+ * python: Complete all files only if -c is before current word
+ * test suite: Add some python test cases
+ * unzip, zipinfo: Complete on *.pyz
+ * travis: configure and run completions syntax check
+ * make check: Test syntax of all completion files
+ * CONTRIBUTING.md: Ask for test cases
+
+ -- Ville Skyttä <ville.skytta@iki.fi> Mon, 28 Mar 2016 18:32:47 +0300
+
+bash-completion (2.2)
+
+ [ Barry Warsaw ]
+ * _init_completion: Handle cword < 0 (LP: #1289597)
+
+ [ Damien Nadé ]
+ * (testsuite) Use 'set' command posix behaviour when saving env
+ (Alioth: #314720)
+ * Added test/site.{bak,exp} to .gitignore
+ * _parse_help: Fix failglob failures (Alioth: #314707)
+ * _lvm: using a single-pattern case and invoking function according
+ to words[1]
+ * lvm: _lvm_count_args parameter must be quoted in order to failglob
+ not to complain
+ * gendiff: Quoting suffix pattern to avoid triggering failglob
+
+ [ Dams Nadé ]
+ * ssh-add, ssh-keygen: -? needs to be quoted under failglob (Alioth:
+ #314709)
+ * Quote unset array element to avoid globbing interference (Alioth:
+ #314708)
+
+ [ David Paleino ]
+ * Refactor bts and uscan, since they use common functions
+ * uscan: New completion, thanks to Federico Ceratto
+ * bts: New completion, thanks to Federico Ceratto.
+
+ [ Guillaume Rousse ]
+ * complete on freerdp-specific known hosts list
+ * nmcli completion was integrated upstream
+
+ [ Igor Murzov ]
+ * isql: Fix failglob failure
+ * ssh-add, ssh-keygen: -? needs to be quoted under failglob (take 2)
+ (Alioth: #314709)
+ * (testsuite): move testing of _linux_fstab() to umount.exp
+ * umount: Fix mount points escaping/unescaping with Bash-4.3
+ * slapt-src: Handle --config=FILE option properly
+ * sbopkg, slapt-{get,src}: expand tilde in config file name
+ * slapt-{get,src}: Fix issue with sed not being able to handle some
+ characters
+ * slapt-src: split options from their arguments
+ * Quote _filedir arguments when appropriate to prevent failglob
+ failures
+ * psql: Tell psql to not load .psqlrc as it may change output format
+ (Alioth: #314636)
+ * testsuite: Add basic tests for portsnap and freebsd-update
+ * mplayer: -dvd-devices takes dvd devices, dirs and .iso files as
+ argument
+ * 7z: Improve completion
+ * f77, f95: Use the same completion as for g77, g95 if they are
+ links to gfortran
+ * aptitude: safe-upgrade accepts package name as parameters (Alioth:
+ #313638, Debian: 673235)
+ * _longopt: Run commands in C locale.
+ * make: Use only posix basic regexps with sed (Alioth: #314345)
+ * cppcheck: Add new --enable option argument and --library argument
+ completion
+ * dpkg: Suppress unwanted error messages (Debian: #706502)
+ * perl: -d/-dt option argument is optional (Alioth: #314242)
+ * Add config for cmake to bash-completion.
+ * kcov: Add new sort types, complete --replace-src-path arguments
+ * feh: Add new sort type
+
+ [ Mathieu Parent ]
+ * Puppet: describe: update options list, accordind to 'puppet help
+ describe'
+ * Puppet: cert: update options list, accordind to 'puppet help cert'
+ * Puppet: apply: update options list, accordind to 'puppet help
+ apply'
+ * Puppet: agent: update options list, accordind to 'puppet help
+ agent'
+ * Puppet: puppet parser support
+ * Puppet: puppet -* doesn't imply 'puppet apply'
+ * Puppet: use puppet terminology
+
+ [ Matthew Gamble ]
+ * Modify all usages of 'sed' to be run with command bash builtin
+ * Use command built-in to run sed to avoid any custom aliases
+
+ [ Matthieu Crapet ]
+ * man: Use -w instead of --path
+
+ [ Michael Gold ]
+ * profile.d: Avoid some warnings from shells in "nounset" mode
+ (Debian: #776160)
+
+ [ Miroslav Lichvar ]
+ * chronyc: Update help text parsing
+ * chronyc: Add missing subcommands
+ * chronyc: Add -6 option
+
+ [ Nevo Hed ]
+ * minicom: Recognize user ~/.minirc.* as config files
+
+ [ Ondrej Oprala ]
+ * __get_cword: avoid $index < 0 (Alioth: #315107)
+
+ [ Patrick Monnerat ]
+ * rpmbuild: Complete *.spec on --clean (RedHat: #1132959)
+
+ [ Pavel Raiskup ]
+ * tar: rework the completion completely
+
+ [ Peter Cordes ]
+ * upstart support for service completion
+
+ [ Peter Dave Hello ]
+ * freebsd-update: New completion.
+ * portsnap: New completion.
+
+ [ Peter Wu ]
+ * modprobe: fix params with multi-line descriptions
+ * gdb: support --args style completion (Alioth: #314664)
+
+ [ Rainer Müller ]
+ * make: Fix basic regex for portability (Alioth: #314345)
+
+ [ Raphaël Droz ]
+ * gnokii: New completion
+
+ [ Rune Schjellerup Philosof (Olberd) ]
+ * dpkg: Add support in dpkg completion for .ddeb (LP: #568404)
+
+ [ Shaun McCance ]
+ * xmllint, xmlwf, xsltproc: Complete on Mallard *.page files
+
+ [ Stefano Rivera ]
+ * pypy: New completion identical to python (Alioth: #314501)
+
+ [ Thilo Six ]
+ * Use more straightforward way to check bash version
+ * _mac_addresses: Use explicit C locale for ifconfig (Debian:
+ #704832).
+
+ [ Tristan Wibberley ]
+ * make: Don't pick up variables when makefile is reloaded
+ * make: Offer hidden targets when it is clear that the user is
+ trying to complete one of them
+ * make: Fix detection of intermediate targets where make has changed
+ its database whitespace
+ * make: Add __BASH_MAKE_COMPLETION__ variable
+ * make: completion shouldn't be confused by the output of $(info
+ confuse: make)
+
+ [ Uwe Kleine-König ]
+ * Don't complete hostnames found after Hostname in ~/.ssh/config
+
+ [ Ville Skyttä ]
+ * Release 2.2
+ * README.md: Note autoreconf need only in unprepared tarball
+ * make-changelog.py: Set myself in footer
+ * make-changelog.py: Fix footer line output
+ * make-changelog.py: flake8 fixes
+ * make-changelog.py: Make work with Python 3
+ * README.md: More markdown tweaks
+ * README.md: Markdown tweaks
+ * zopflipng: New completion
+ * README.md: Not need for autoreconf, fixes #11
+ * README: Expand troubleshooting section somewhat
+ * Merge pull request #9 from shaunix/master
+ * ssh: Extract duplicate code to _ssh_configfile
+ * Remove various comments related to bash versions we don't support
+ * travis: Install more packages for [xyz]* test coverage
+ * travis: Install more packages for [stuvw]* test coverage
+ * travis: Install more packages for [qr]* test coverage
+ * travis: Install more packages for [op]* test coverage
+ * travis: Install more packages for m* test coverage
+ * travis: Install more packages for [jkl]* test coverage
+ * Merge pull request #7 from ukleinek/master
+ * indent: Remove generic long option completion
+ * Update copyright year
+ * travis: Install more packages for [hi]* test coverage
+ * travis: Install more packages for [fg]* test coverage
+ * mysql: Fix --default-character-set completion with mariadb
+ * mysql, puppet: sed portability fixes
+ * gnokii, minicom: Use grep through "command"
+ * lint: Check for sed without "command"
+ * Merge pull request #2 from djmattyg007/avoid_sed_alias
+ * travis: Install more packages for [de]* test coverage
+ * travis: Install more packages for c* test coverage
+ * travis: Add note about (currently) N/A packages
+ * test suite: Mark unsupported look test case as such, not
+ unresolved
+ * test suite: Use unsupported instead of xfail for modinfo/modprobe
+ cases
+ * travis: Install more packages for [0-9][ab]* test coverage
+ * travis: Run tests with --all to get some more useful output
+ * test suite: Fix ssh partial hostname completion test
+ * README: Split contributing to separate CONTRIBUTING doc
+ * README: Convert to markdown
+ * Drop references to bash-completion-devel@lists.alioth.debian.org
+ * build system: Switch to xz compressed tarball
+ * aclocal, automake: Install for versioned 1.14 and 1.15 executables
+ * Update URLs and various instructions to GitHub
+ * README: Update POSIX spec link
+ * travis: Avoid Travis default ri, use distro one instead
+ * test suite: Make apt-get test less sensitive to available commands
+ * test suite: Output tool log on failure in CI
+ * Set up Travis
+ * test suite: Expect failure in modinfo/modprobe if there are no
+ modules
+ * test suite: Fix ssh-copy-id test on old setups with no identities
+ * cppcheck: Add native to --platform completions
+ * ssh: Avoid completing commands before hostname
+ * chronyc: Parse command args from help output
+ * chronyc: Wrap long lines
+ * Load completions also from $XDG_DATA_DIRS (RedHat: #1264094)
+ * (testsuite) Ignore files generated by complete-ant-cmd.pl
+ * scp, sftp: Complete -S on commands
+ * scp, sftp: Fix querying ssh options
+ * sftp: Add -l arg non-completion
+ * ssh-copy-id: Offer only *.pub to -i
+ * mpv: Remove mplayer-aliased completion
+ * __load_completion: New function, use in _completion_loader and
+ _xfunc
+ * modplug*: Associate *.oct and *.okt
+ * rpm: Add --whatenhances/recommends/suggests/supplements and
+ --recommends/supplements completions
+ * pgrep, pidof, pkill, pwdx, vmstat: Add support for procps-ng
+ * pdftotext: New completion
+ * checksec: New completion
+ * ssh: Complete HostbasedKeyTypes,HostKeyAlgorithms,KexAlgorithms
+ values
+ * ssh: Query ciphers and macs from ssh before hardcoded fallback
+ * ssh: Add -Q argument completion
+ * sysctl: Return early on --help, --version
+ * sysctl: Try parsing options from help before usage
+ * Document how to avoid command_not_found_handler interference
+ * eog: Complete on *.ppm (RedHat: #1090481)
+ * tar: Plug $line var leak
+ * tar: Style tweaks
+ * (testsuite) Add required "empty" dir for tar
+ * bsdtar, tar: Remove symlinks from git, have make create them
+ * jshint: New completion
+ * gnokii: Include and install it
+ * gnokii: Fix completions of options that are prefixes for others
+ * gnokii: Drop dead code
+ * (testsuite): Add basic gnokii test case
+ * gnokii: Various minor and cosmetic fixes
+ * _filedir: Avoid some unnecessary work with -d
+ * _filedir: Remove unused variable
+ * _filedir: Fix overquoted argument to compgen -d (RedHat: #1171396)
+ * 2015
+ * Load user completions from $BASH_COMPLETION_USER_DIR/completions
+ * Revert "README: Don't hardcode /etc in cmake fallback dir"
+ * README: Don't hardcode /etc in cmake fallback dir
+ * README: Add cmake usage example
+ * README: Add autotools and cmake tips
+ * Drop reference to no longer used sysconf_DATA
+ * synclient: New completion
+ * tune2fs: Add missing return in -M arg completion
+ * reptyr: Rename file to _reptyr to avoid conflict with upstreamed
+ completion
+ * cppcheck: Option argument (non-)completion update
+ * dropuser: New completion
+ * createuser: New completion
+ * createdb, dropdb: Drop -o default, it does not appear to do
+ anything good here
+ * tshark: Simplify cut usage
+ * mcrypt: Simplify -m arg completion
+ * (testsuite): Add mcrypt -a and -m argument completion tests
+ * strings: Fix -T/--target arg completion with non-English locale
+ * chrome, firefox etc: Complete on *.pdf
+ * ccache: Add -o/--set-config arg name completion
+ * gphoto2: Replace tail with awk
+ * *: Invoke command to be completed, not its basename
+ * gphoto2: Fix split argument handing, and colon treatment in --port
+ args
+ * _completion_loader: Protect compgen from -* leakage (Debian:
+ #769399)
+ * Actually install the lz4 completion
+ * _pnames: Add -s for producing (possibly) truncated names (RedHat:
+ #744406)
+ * (testsuite) Add cd in dir without subdirs or CDPATH test case
+ * Protect various compgen invocations from -* leakage (Debian:
+ #766163)
+ * pigz, unpigz: Handle *.zz
+ * _completion_loader: Set empty command to _EmptycmD_ for cross
+ version compat
+ * Comment update
+ * rpmbuild: Complete *.spec on --nobuild
+ * mplayer, *xine: Complete on *.mts (Debian: #759219)
+ * ant: Support buildfile set in $ANT_ARGS (Alioth: #314735)
+ * (testsuite) Add ant -f <buildfile> test case
+ * ant: Don't offer more completions after options that exit
+ * 7z, adb: Trivial cleanups
+ * python(3): Add -X argument non-completion
+ * xsltproc. TODO fix for previous commit
+ * xmllint, xmlwf, xsltproc: Complete on *.dbk and *.docbook (Alioth:
+ #314770)
+ * xz: Complete -T/--threads argument
+ * (testsuite) Save shell variables when saving env (Alioth: #314720)
+ * adb: New completion
+ * modprobe: Try parsing help before using hardcoding option list
+ * (testsuite) Add vgcreate test case for _lvm_count_args with
+ failglob on
+ * _filedir_xspec: Fix with failglob on
+ * Various mostly array element unsetting fixes under failglob
+ * __reassemble_comp_words_by_ref: Make work with failglob on
+ (Alioth: #312741)
+ * _services: README in sysv init dir is not a service
+ * mpv: New completion alias + adjustments for mplayer (Debian:
+ #749115)
+ * (testsuite) Add puppet subcommand option test case
+ * puppet: Recognize some short options
+ * puppet: Parse most subcommand options from "help subcommand"
+ output
+ * puppet: Exit early on -h|-V|--version in addition to --help
+ * hostname: New completion
+ * nslookup: complete on hosts (Alioth: #314673)
+ * eog: Complete on *.pgm (RedHat: #1090481)
+ * pngfix: New completion
+ * qemu: Fix -balloon arg completion
+ * qemu: Apply completion to qemu-kvm/-system-i386/-system-x86_64 too
+ * xrandr: Use the invoked command internally, not hardcoded "xrandr"
+ * xrandr: Add (some) --setprovider* arg completion support
+ * profile.d: Don't return from a sourced script (Debian: #741657)
+ * FAQ: Clarify that we mean the bash man page for M-/
+ * (testsuite) Avoid complete-ant-cmd.pl errors with our build.xml
+ * ri: Fix class completion with ri >= 3.
+ * ri: Fix colon handling in class completion.
+ * flake8: New completion
+ * pyflakes: New completion
+ * cal,chfn,chsh,dmesg,eject,hexdump,look,newgrp,renice,runuser,su,wr
+ ite: Deprecate on Linux in favor of util-linux ones (Debian:
+ #737672)
+ * testsuite: Add basic newgrp test case
+ * testsuite: Add basic test cases for deprecated completions
+ * _*: Install our deprecated completions too, try loading them
+ secondarily
+ * hwclock,ionice,rtcwake: Deprecate in favor of util-linux ones
+ (Debian: #737672)
+ * ssh-keygen: New completion
+ * Bump copyright years to 2014.
+ * jpegoptim: New completion
+ * ip: Add some addr, addrlabel, and route arg completions
+ * aptitude, dpkg: Replace some grep+cuts with awk
+ * gcc, lintian, make, pkgadd, slackpkg: grep -> "command grep"
+ (Debian: #734095)
+ * lintian: Replace some grep+cuts with awk
+ * (testsuite) Check for grep and ls invoked without "command", see
+ README
+ * lz4: New completion.
+ * optipng: New completion.
+ * cppcheck: Include - in --file-list completions.
+ * (testsuite): Limit wtf completions to A* to keep expect happier.
+ * wtf: Look for acronym db from /usr/share/games/bsdgames/acronyms
+ too.
+ * wtf: Don't offer -f if it was already specified.
+ * wtf: Hush stderr when db file doesn't exist.
+ * appdata-validate: New completion.
+ * timeout: New completion.
+ * _known_hosts_real: Exclude %h HostName entries (RedHat: #1015935).
+ * cc, c++: Check path to binary when finding out if it's gcc
+ (Alioth: #314417).
+ * cc, c++: Install minimal completion for non-gcc ones (Alioth:
+ #314417).
+ * abook, kldunload: Pre-expand \t instead of relying on sed
+ supporting it.
+ * dict: Trivial regex cleanup.
+ * _known_hosts_real: Pre-expand \t instead of relying on sed
+ supporting it (Alioth: #314393).
+ * zopfli: New completion.
+ * bzip2, gzip, lzma: Cleanups.
+ * Cosmetics.
+ * export, _variables: Do TZ= completion (Redhat: #994646).
+ * 2to3: New completion.
+ * file-roller: Reuse unzip's xspec.
+ * 7z: New completion.
+ * hcitool, rfcomm, ciptool, hciconfig: Don't leak $args.
+ * perl: Fix -dt: completion.
+ * perl*: Fix handling of relative paths in @INC.
+ * wget: Add --accept-regex/--reject-regex/--regex-type arg
+ (non)completions.
+ * wget: Drop incorrect -nv arg completion.
+ * wget: Stop completing after --help/--version.
+ * Clean up/compact various globs.
+ * cvs: Fix checkout -j non-completion.
+ * sh: Complete script arguments with all filenames (Alioth:
+ #314226).
+ * nmcli: Deprecate our completion, upstream has one in 0.9.8.0.
+ * Revert "nmcli completion was integrated upstream"
+ * Use == instead of =.
+ * cvs rm: Don't filter existing files with -f (RedHat: #949479).
+ * aclocal, automake: Install for *-1.10, *-1.12, and *-1.13 too.
+
+ -- Ville Skyttä <ville.skytta@iki.fi> Thu, 03 Mar 2016 17:22:50 +0200
+
bash-completion (2.1)
[ AllKind ]
@@ -1272,4 +1966,3 @@ bash-completion (20060301-0ubuntu1) hardy; urgency=low
Ubuntu: #139666.
-- Matthias Klose <doko@ubuntu.com> Fri, 08 Feb 2008 16:46:34 +0100
-