summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove fake changelog linesfrozen/1.0David Paleino2009-03-311-4/+0
|
* Fix local array initialization under bash 3.0.Ville Skyttä2009-03-312-2/+11
| | | | | In bash 3.0, "local foo=(bar)" does not appear to initialize foo to an array containing "bar", but to the non-array value "(bar)".
* Removing debian/ from released branchDavid Paleino2009-03-2813-550/+0
|
* Complete merging with debian/changelogDavid Paleino2009-03-281-2/+2
|
* Use "-profile help" to get mplayer and friends -profile completions.Ville Skyttä2009-03-283-2/+3
|
* Revert "Get mencoder profile completions from mencoder.conf, thanks to Droz ↵Ville Skyttä2009-03-283-5/+1
| | | | | | Raphaël." This reverts commit cce8fc8941db7096e20c697edf32c7d0f46dc1b8.
* Get mencoder profile completions from mencoder.conf, thanks to Droz Raphaël.Ville Skyttä2009-03-283-1/+5
|
* Adding Debian bug numberDavid Paleino2009-03-251-1/+1
|
* Added .zip to jar completionsDavid Paleino2009-03-253-2/+4
| | | | | | Conflicts: debian/changelog
* Add rpmbuild --target completion.Ville Skyttä2009-03-233-0/+7
|
* Merge branch 'frozen/1.0' of ↵Ville Skyttä2009-03-234-35/+81
|\ | | | | | | git+ssh://scop-guest@git.debian.org/git/bash-completion/bash-completion into frozen/1.0
| * Re-sync with debian/changelogDavid Paleino2009-03-192-2/+3
| |
| * Improved vncviewer completionFreddy Vulto2009-03-162-33/+78
| | | | | | | | | | | | | | - Split vncviewer completion in _tightvncviewer() and _xvn4viewer() - Vncviewer completion automatically selects right completion at run-time. Default is _tightvncviewer(). - Added _realcommand() global function
* | Remove obsolete --buildarch and --buildos rpm(build) completions.Ville Skyttä2009-03-233-2/+3
|/
* Add .ape to mplayer supported extensions (Alioth#311510).Santiago M. Mola2009-03-153-2/+8
|
* Simplify bash_completion.sh, return earlier in non-applicable environments.Ville Skyttä2009-03-083-10/+8
|
* Moved commented quote outside subshellFreddy Vulto2009-03-011-6/+10
| | | | | | Moved comment-containing-quotes to outside subshell since commented quotes cause error messages in bash <= 3.1. See also: http://www.mail-archive.com/bug-bash@gnu.org/msg01667.html
* Sync with debian/changelog.Ville Skyttä2009-02-261-0/+6
|
* Apply ps2pdf completion to ps2pdf{12,13,14,wr} too.Ville Skyttä2009-02-262-1/+2
|
* ps2pdf can run on .pdf files as well. (Closes: #516614, LP: #316943)Ville Skyttä2009-02-262-1/+4
|
* Updated CHANGESFreddy Vulto2009-02-251-0/+3
|
* Fixed unset $ODBCINI bug in _isql()Freddy Vulto2009-02-252-2/+4
| | | | | | | | | Fix _isql completion waiting for grep input if $ODBCINI not set; handle whitespace in $ODBCINI. Conflicts: debian/changelog
* Make okular complete on same files as evince, thanks to Mary Ellen Foster ↵Ville Skyttä2009-02-232-1/+3
| | | | (RHBZ: #486998).
* Make `_mii-tool()' & `_mii-diag()' POSIX-compliantFreddy Vulto2009-02-222-5/+6
| | | | | | | | Dash (-) is replaced with underscore (_). This prevents errors when bash-completion is loaded while `set -o posix' is active: bash: `_mii-tool': not a valid identifier bash: `_mii-diag': not a valid identifier
* Make _alias() use _get_cwordDavid Paleino2009-02-212-2/+3
|
* Removed BASH_COMPLETION_COMPAT_DIRFreddy Vulto2009-02-201-10/+1
|
* initial support for autotools-based build systemGuillaume Rousse2009-02-182-0/+54
|
* Added Changelog (copied from debian/changelog)David Paleino2009-02-171-0/+360
| | | | | We will need to handle Changelog on our own though, and keep debian/changelog for changes to the Debian package.
* Fixed version number to be 1.0David Paleino2009-02-173-3/+3
|
* AUTHORS addedDavid Paleino2009-02-172-1/+10
|
* rdesktop reviewed.Ville Skyttä2009-02-152-0/+1
|
* lspc->lspci, add -L, add/fix -x.Ville Skyttä2009-02-151-4/+5
|
* Merge branch 'master' of ↵Freddy Vulto2009-02-152-135/+2
|\ | | | | | | git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion
| * Drop hg completion, an improved version is shipped with Mercurial ↵Ville Skyttä2009-02-152-135/+2
| | | | | | | | (contrib/bash_completion in the tarball).
* | Reviewed `to_review/vncviewer':Freddy Vulto2009-02-151-14/+43
|/ | | | | | - added support for case-insensitive options - added support for double-dash - replaced options with options from vncviewer-4.1.1 (Ubuntu-8.10)
* Enable pkill completion if the command is available, not just on Linux and ↵Ville Skyttä2009-02-152-4/+6
| | | | FreeBSD.
* Enable pgrep completion if pgrep is available, not just on Linux/FreeBSD.Ville Skyttä2009-02-152-3/+5
|
* Use improved process name completion in pgrep in addition to killall.Ville Skyttä2009-02-152-3/+2
|
* Note why "ps axo comm" is not used in _pnames on Linux.Ville Skyttä2009-02-151-0/+2
|
* Extract process name completion from _killall to _pnames, make it work for ↵Ville Skyttä2009-02-152-12/+29
| | | | others than Linux and FreeBSD.
* Fix killall completion for commands with relative paths (RHBZ: #484578), add ↵Ville Skyttä2009-02-152-2/+9
| | | | a FIXME.
* Remove executable flag (the script is sourced, not executed).Ville Skyttä2009-02-141-0/+0
|
* Comment typo fix.Ville Skyttä2009-02-131-1/+1
|
* add cdrecord and mkisoft completion functions to wodim and genisoimageGuillaume Rousse2009-02-121-4/+4
|
* don't append = automatically after alias completion, for sake of minimal ↵Guillaume Rousse2009-02-121-1/+1
| | | | completion
* - split _command function in two different functions:Guillaume Rousse2009-02-121-51/+47
| | | | | | | | | | _command now only computes where wrapped command start _command_offset actually takes care of running wrapped command completion - drop _remove_comp_word function, as context rewriting is now performed more efficiently in _command_offset - drop strace minimal completion, there is a better dedicated completion waiting review
* new helper functions:Guillaume Rousse2009-02-101-0/+16
| | | | | - _usb_ids completes on USB ids - _pci_ids completes on PCI ids
* make perl completion a bit more consistant with other, by first dealingGuillaume Rousse2009-02-101-22/+12
| | | | with options, then with main arguments
* Handle parenthesis, <defunct> in killall completion.Ville Skyttä2009-02-111-1/+2
|
* Clean up killall sed scripts.Ville Skyttä2009-02-111-2/+2
|