diff options
| author | David Paleino <d.paleino@gmail.com> | 2009-02-17 09:06:41 +0100 |
|---|---|---|
| committer | David Paleino <d.paleino@gmail.com> | 2009-02-17 09:06:41 +0100 |
| commit | e1777b0613b72df5728d920342aaafe78954d2d2 (patch) | |
| tree | fabfbf68e3eaff105100c27a0beaffb73a78f0af /debian | |
| parent | c272d1fbb054891cf16128086a48501232bad63a (diff) | |
| parent | 05d1c4ab9980d7434031a1ba770794bc8cb66efe (diff) | |
| download | bash-completion-dev-utils.tar.gz | |
Merge branch 'master' into dev-utilsdev-utils
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a7142f58..66107ac3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ bash-completion (200902xx) UNRELEASED; urgency=low * Added net-tools (mii-tool and mii-diag) completions * Added minicom completion * Added quota-tools completion + * Added rdesktop completion [ David Paleino ] * Added .kar to Timidity completion. @@ -122,6 +123,14 @@ bash-completion (200902xx) UNRELEASED; urgency=low * Fix awk error in "modprobe -r /" completion (Closes: #512556). * Expand ~foo to dir name more eagerly to avoid quoting issues. * Fix -sourcepath handling in javadoc packages completion. + * Extract process name completion from _killall to _pnames, make it work + for others than Linux and FreeBSD. + * Fix process name completion with relative paths (RHBZ: #484578). + * Use improved process name completion in pgrep in addition to killall. + * Enable pgrep and pkill completion if the commands are available, not just + on Linux and FreeBSD. + * Drop hg completion, an improved version is shipped with Mercurial + (contrib/bash_completion in the tarball). [ Freddy Vulto ] * Restored `_display()' completion for `display' by removing |
