summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <d.paleino@gmail.com>2009-04-03 13:22:08 +0200
committerDavid Paleino <d.paleino@gmail.com>2009-04-03 13:22:08 +0200
commit94e21633e79b27845cfae9d94238c2b3ab8a0da8 (patch)
tree2c0b476995d3fc53f638f116aaffd896b2794a85
parentbdc30df910eae773e1a5224898d89cd42bb0fc9d (diff)
downloadbash-completion-94e21633e79b27845cfae9d94238c2b3ab8a0da8.tar.gz
Purged changelog, only keep Debian (and Ubuntu) relevant bugfixes
-rw-r--r--debian/changelog205
1 files changed, 57 insertions, 148 deletions
diff --git a/debian/changelog b/debian/changelog
index e6fd917c..10efc043 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,98 +1,65 @@
bash-completion (1:1.0-1) UNRELEASED; urgency=low
- [ Guillaume Rousse ]
- * Make bibtex complete on .aux files
- * Add .xvid and .XVID to player completion
- * Added cowsay/cowthink completion
- * Added brctl completion
- * Added cpan2dist completion
- * Added qemu completion
- * Added net-tools (mii-tool and mii-diag) completions
- * Added minicom completion
- * Added quota-tools completion
- * Added rdesktop completion
- * Added tightvncviewer completion
- * Cleanup screen completion, and make it completes on options
-
- [ David Paleino ]
- * Added .kar to Timidity completion.
- * Fix killall completion, remove trailing ":" on certain process
- names
- * Fix man -l completing filenames (Closes: #497074)
- * (Partly) fixed java classes completion (Closes: #496828). Look for
- FIXME in source.
- * Dump to /dev/null error message from look(1) with no arguments
- (Closes: #495142)
- * Set ssh as default for rsync (was rsh) (Closes: #492328)
- * Added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
- * Added .epub to unzip|zipinfo completion (Closes: #492476)
- * Added ssh-copy-id completion (Closes: #491856)
- * Moved ssh completion to separate file (Closes: #360628)
- * Bogus completion when mounting subdirs fixed (Closes: #322238)
- * Fix `apt-cache showsrc` completing only on source package names
- (Closes: #361535)
- * Fixed bugs with gdb completion:
+ * New upstream release:
+ - also see /usr/share/doc/bash-completion/CHANGES.gz
+ - fix man -l completing filenames (Closes: #497074)
+ - (Partly) fixed java classes completion (Closes: #496828). Look for
+ FIXME in source.
+ - dump to /dev/null error message from look(1) with no arguments
+ (Closes: #495142)
+ - set ssh as default for rsync (was rsh) (Closes: #492328)
+ - added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
+ - added .epub to unzip|zipinfo completion (Closes: #492476)
+ - added ssh-copy-id completion (Closes: #491856)
+ - moved ssh completion to separate file (Closes: #360628)
+ - bogus completion when mounting subdirs fixed (Closes: #322238)
+ - fix `apt-cache showsrc` completing only on source package names
+ (Closes: #361535)
+ - fixed bugs with gdb completion:
- when an empty directory is in $PATH (thanks to Morita Sho)
(Closes: #497597)
- when a non-existing directory is in $PATH (Closes: #499780)
- * Fix missing completion for "-n" and "-e" (we were using echo, now
- using printf) (thanks to Morita Sho) (Closes: #498105)
- * Fixed gpg completion:
- - --@(export|@(?(l|nr|nrl)sign|edit)-key)) (Closes: #500316)
- - -@(r|-recipient))
- * Fixed .cb[rz] completion for evince (Closes: #502885)
- * Added gksudo, gksu, kdesudo completion
- * Added apache2ctl completion
- * Added gpg2 completion (Closes: #489927)
- * Fixed mplayer -skin completion (Closes: #501473)
- * Fixed errors with POSIX enabled (Closes: #502804)
- * Fixed dpkg-source wrong exit() with return() (Closes: #503317)
- * Added --schedule-only to aptitude's completion (Closes: #502664)
- * Added build-dep to aptitude's completion (Closes: #495883)
- * Added support for `-F configfile' to _known_hosts(), ssh, scp and
- sftp, thanks to Freddy Vulto (Closes: #504141)
- * Fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
- (Closes: #504650)
- * Allow `Host(Name)' in ssh config file to be indented
- * Allow `Host(Name)' in ssh config file to have trailing comment.
- * Allow for comments in known_hosts files (Closes: #511789)
- * Fixed perl -I/-x completion, thanks to Freddy Vulto
- (Closes: #504547)
- * README updated: explain how to use bash-completion correctly.
- (Closes: #506560)
- * TODO updated: the Alioth team is now upstream.
- * Added qdbus completion, thanks to Terence Simpson (LP: #257903)
- * Added monodevelop and mdtool completions.
- * Split subversion-related completions to contrib/_subversion
- (prefixed with _ to avoid file conflicts with upstream's one)
- * Fixed completion of environment variables, thanks to Morita Sho
- (Closes: #272660)
- * Fix dpkg completion bug: it listed only non-Essential packages
- (Closes: #511790)
- * Fixed _dpkg_source completion (Closes: #503317)
- * Added _parse_help() to try to parse options listed in $command
- --help
- * Fixed gzip completion to use _parse_help(), since the available
- options vary with distributions
- * Added to_review/ directory, where completions needing a review would
- go. After it gets accepted, the completion would go into contrib/.
- * Remove unused UNAME local variable in _info() (Closes: #501843)
- * AUTHORS added
- * Make _alias() use _get_cword
- * Added .zip to jar completions (Closes: #521041)
- * Merge from Gentoo:
- - fix 'find' completion so that it properly completes on -?(i)whilename.
- Patch by Ciaran McCreesh.
- - use make -qp to parse the Makefile for us, so we get proper completion
- on things like pattern rules. Patch by Mike Kelly <pioto@exherbo.org>.
- - complete on gkrellm2 as well. Patch by Aaron Walker.
- - fix CVS completion
- * Merge from Ubuntu:
- - consume error messages in configure completion (LP: #223882)
- (Mika Fischer)
- - quote $xspec in _filedir_xspec in case it is empty, which would
- cause errors if there was no match under failglob. (LP: #194419)
- (Mika Fischer)
+ - fix missing completion for "-n" and "-e" (we were using echo, now
+ using printf) (thanks to Morita Sho) (Closes: #498105)
+ - fixed gpg completion --@(export|@(?(l|nr|nrl)sign|edit)-key))
+ (Closes: #500316)
+ - fixed .cb[rz] completion for evince (Closes: #502885)
+ - added gpg2 completion (Closes: #489927)
+ - fixed mplayer -skin completion (Closes: #501473)
+ - fixed errors with POSIX enabled (Closes: #502804)
+ - fixed dpkg-source wrong exit() with return() (Closes: #503317)
+ - added --schedule-only to aptitude's completion (Closes: #502664)
+ - added build-dep to aptitude's completion (Closes: #495883)
+ - added support for `-F configfile' to _known_hosts(), ssh, scp and
+ sftp, thanks to Freddy Vulto (Closes: #504141)
+ - fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
+ (Closes: #504650)
+ - allow for comments in known_hosts files (Closes: #511789)
+ - fixed perl -I/-x completion, thanks to Freddy Vulto
+ (Closes: #504547)
+ - README updated: explain how to use bash-completion correctly.
+ (Closes: #506560)
+ - added qdbus completion, thanks to Terence Simpson (LP: #257903)
+ - fixed completion of environment variables, thanks to Morita Sho
+ (Closes: #272660)
+ - fix dpkg completion bug: it listed only non-Essential packages
+ (Closes: #511790)
+ - fixed _dpkg_source completion (Closes: #503317)
+ - remove unused UNAME local variable in _info() (Closes: #501843)
+ - added .zip to jar completions (Closes: #521041)
+ - Merge from Ubuntu:
+ + consume error messages in configure completion (LP: #223882)
+ (Mika Fischer)
+ + quote $xspec in _filedir_xspec in case it is empty, which would
+ cause errors if there was no match under failglob. (LP: #194419)
+ (Mika Fischer)
+ - Ville Skyttä:
+ + remove duplicate cpio completion, thanks to Freddy Vulto
+ (Closes: #512823)
+ + fix awk error in "modprobe -r /" completion (Closes: #512556)
+ - Jakob Unterwurzacher:
+ + ps2pdf can run on .pdf files as well.
+ (Closes: #516614, LP: #316943)
* debian/links fixed (Closes: #494292)
* debian/control:
- fixed typo in the long description
@@ -107,64 +74,6 @@ bash-completion (1:1.0-1) UNRELEASED; urgency=low
- updated to support a list of files in debian/<package>.bash-completion
(Closes: #512917)
- [ Ville Skyttä ]
- * Added JPEG 2000 files to display completion, thanks to Bastien Nocera
- (RHBZ: #304771)
- * Improved rpm macro completion.
- * Added -E to rpm completion.
- * Improved rpm backup file avoidance.
- * Improved /var/log/rpmpkgs based rpm installed package completion.
- * Improved performance of rpm -qa based rpm installed package completion.
- * Improved features and performance of yum completion.
- * Added support for p (POSIX) and x (x.org) man sections.
- * Improved filename based man page completion.
- * Added minimal sqlite3 completion.
- * Improved getent completion (Ville Skyttä, Guillaume Rousse).
- * (Re)fix gzip and bzip2 options completion.
- * Improved svn filename completion (RHBZ: #430059).
- * Add lzma completion (Per Øyvind Karlsen, Ville Skyttä).
- * Add .mp2 and .vdr to mplayer completion (RHBZ: #444467).
- * Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467).
- * Added lzop completion.
- * Fix scp metacharacter escaping.
- * Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823)
- * 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).
- * Make okular complete on same files as evince, thanks to Mary Ellen Foster
- (RHBZ: #486998).
- * Apply ps2pdf completion to ps2pdf{12,13,14,wr} too.
- * Simplify bash_completion.sh, return earlier in non-applicable environments.
- * Remove obsolete --buildarch and --buildos rpm(build) completions.
- * Add rpmbuild --target completion.
- * Use "-profile help" to get mplayer and friends -profile completions.
-
- [ Freddy Vulto ]
- * Restored `_display()' completion for `display' by removing
- completion-by-extension for `display' (Alioth#311429)
- * Removed duplicate completion option `-borderwidth' for `display'
- * Prevent completion dir from being sourced twice if
- BASH_COMPLETION_DIR and BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433)
- * Make `_mii-tool()' and `_mii-diag()' POSIX-compliant
- * Fix _isql completion waiting for grep input if $ODBCINI not set; handle
- whitespace in $ODBCINI.
- * Split vncviewer completion in _tightvncviewer() and _xvnc4viewer()
- Added _realcommand() global function.
-
- [ Jakob Unterwurzacher ]
- * ps2pdf can run on .pdf files as well. (Closes: #516614, LP: #316943)
-
- [ Santiago M. Mola ]
- * Add .ape to mplayer supported extensions (Alioth#311510).
-
-- David Paleino <d.paleino@gmail.com> Fri, 03 Apr 2009 13:14:23 +0200
bash-completion (20080705) unstable; urgency=low