Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124596 - [UPDATE] app-shells/bash-completion 20060301
Summary: [UPDATE] app-shells/bash-completion 20060301
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Aaron Walker (RETIRED)
URL: http://www.caliban.org/bash/index.shtml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 21:29 UTC by Jesse Adelman
Modified: 2006-03-02 04:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Adelman 2006-03-01 21:29:32 UTC
Lots of bugfixes and solid features since the version available in Portage was released. Thanks!

description:
----------------------------
revision 1.872
date: 2006/03/01 16:20:18;  author: ianmacd;  state: Exp;  lines: +2 -2

Release 20060301.
----------------------------
revision 1.871
date: 2006/03/01 13:15:43;  author: ianmacd;  state: Exp;  lines: +3 -3

There were probable bash 3.1 POSIX quote problems if UserKnownHostsFile or
GlobalKnownHostsFile keywords were used inside ssh config files. Fixed.
----------------------------
revision 1.870
date: 2006/03/01 10:22:43;  author: ianmacd;  state: Exp;  lines: +425 -1

Added new subversion completion implementation by Guillaume Rousse
<guillomovitch@zarb.org> and removed the old one from contrib.
----------------------------
revision 1.869
date: 2006/03/01 10:13:27;  author: ianmacd;  state: Exp;  lines: +38 -1

Added minicom completion by Guillaume Rousse <guillomovitch@zarb.org>.
----------------------------
revision 1.868
date: 2006/03/01 10:05:29;  author: ianmacd;  state: Exp;  lines: +14 -2

--nodigest and --nosignature options must be set in $nodig and $nosig within
_rpm_installed_packages() itself, not just set in _rpm() before
_rpm_installed_packages() is called. This is because other completion
functions also call _rpm_installed_packages().

Fix from Guillaume Rousse <guillomovitch@zarb.org>.
----------------------------
revision 1.867
date: 2006/03/01 09:55:31;  author: ianmacd;  state: Exp;  lines: +3 -3

Minor playmidi and timidity additions for .MID(I) (capital letters) files.
----------------------------
revision 1.866
date: 2006/03/01 09:49:52;  author: ianmacd;  state: Exp;  lines: +2 -2

Add kdvi, dvipdf and advi to programs that complete on .dvi files. Thanks to
Guillaume Rousse <guillomovitch@zarb.org>.
----------------------------
revision 1.865
date: 2006/03/01 09:47:38;  author: ianmacd;  state: Exp;  lines: +10 -9

iconv completion improvement from Guillaume Rousse <guillomovitch@zarb.org>.
----------------------------
revision 1.864
date: 2006/03/01 09:40:27;  author: ianmacd;  state: Exp;  lines: +97 -18

Replace invoke-rc.d completion with an implementation by Servilio Afre Puentes
<servilio@gmail.com>.
----------------------------
revision 1.863
date: 2006/02/28 12:53:20;  author: ianmacd;  state: Exp;  lines: +2 -2

Fix _pkg_config() typo. Thanks to Koblinger Egmont <egmont@cs.bme.hu>.
----------------------------
revision 1.862
date: 2006/02/26 19:20:21;  author: ianmacd;  state: Exp;  lines: +12 -7

yum completion update from Ville Skytt&#65533; <ville.skytta@iki.fi>.
----------------------------
revision 1.861
date: 2006/02/26 00:12:40;  author: ianmacd;  state: Exp;  lines: +30 -2

Debian invoke-rc.d completion by Jan Christoph Ebersbach
<jan-christoph.ebersbach@e-jc.de>.
----------------------------
revision 1.860
date: 2006/02/25 13:36:12;  author: ianmacd;  state: Exp;  lines: +7 -4

Use ant's complete-ant-cmd.pl if it's available. Suggested by Greg Kedge
<gkedge@paychex.com>.
----------------------------
revision 1.859
date: 2006/02/25 13:02:25;  author: ianmacd;  state: Exp;  lines: +17 -1

sysctl(8) completion, modified from code sent in by Jonas Davidsson
<aphex@bredband.net>.
----------------------------
revision 1.858
date: 2006/02/25 11:55:56;  author: ianmacd;  state: Exp;  lines: +8 -1

Add 'cvs update' completion. Patch from Rafael Luque Leiva
<rafael.luque@hp.com>.
----------------------------
revision 1.857
date: 2006/02/25 11:49:40;  author: ianmacd;  state: Exp;  lines: +30 -1

vncviewer(1) completion by Dean Montgomery <dmonty@sd73.bc.ca>.
----------------------------
revision 1.856
date: 2006/02/25 11:37:32;  author: ianmacd;  state: Exp;  lines: +6 -1

Add support for PLD Linux to _configured_interfaces(). Patch from Elan
Ruusam&#65533;e <glen@delfi.ee>.
----------------------------
revision 1.855
date: 2006/02/25 00:24:16;  author: ianmacd;  state: Exp;  lines: +193 -1

smartctl completion by Guillaume Rousse <Guillaume.Rousse@inria.fr>.
----------------------------
revision 1.854
date: 2006/02/24 23:55:13;  author: ianmacd;  state: Exp;  lines: +2 -2

Make make(1) et al complete on filenames, too. Suggested by Christian Boltz
<cb@cboltz.de>.
----------------------------
revision 1.853
date: 2006/02/24 22:07:47;  author: ianmacd;  state: Exp;  lines: +3 -4

Use $BASH_COMPLETION_DEBUG to turn on debugging, rather than $DEBUG.
----------------------------
revision 1.852
date: 2006/02/24 12:59:03;  author: ianmacd;  state: Exp;  lines: +5 -3

Make 'aptitude show' work the same way as 'apt-cache show'. Fix from nerf
<j-andrieux@laposte.net>.
----------------------------
revision 1.851
date: 2006/02/24 12:48:59;  author: ianmacd;  state: Exp;  lines: +2 -5

Accidentally left some echo commands for debugging.
----------------------------
revision 1.850
date: 2006/02/24 12:04:52;  author: ianmacd;  state: Exp;  lines: +3 -2

Make clear that this works with bash and 2.05b, too.
----------------------------
revision 1.849
date: 2006/02/24 12:02:15;  author: ianmacd;  state: Exp;  lines: +2 -2

Add .flac completion for MPlayer. Suggested by Robert Millan <rmh@debian.org>.
----------------------------
revision 1.848
date: 2006/02/24 12:00:38;  author: ianmacd;  state: Exp;  lines: +131 -1

Add dpkg-source completion from Sven Mueller <debian@incase.de>.
----------------------------
revision 1.847
date: 2006/02/24 11:51:39;  author: ianmacd;  state: Exp;  lines: +2 -2

Add .exe.so completion to wine. Suggested by Johannes Rohr
<j.rohr@comlink.org>.
----------------------------
revision 1.846
date: 2006/02/24 11:41:04;  author: ianmacd;  state: Exp;  lines: +2 -2

unzip can make use of oowriter's .ott files. Suggested by "Mykola A.
Nickishov" <mn@mn.com.ua>.
----------------------------
revision 1.845
date: 2006/02/24 11:37:04;  author: ianmacd;  state: Exp;  lines: +2 -2

Fix gdb completion issue when completing second parameter after first
parameter that has white space. Reported by Branden Robinson
<branden@debian.org>.
----------------------------
revision 1.844
date: 2006/02/24 11:19:41;  author: ianmacd;  state: Exp;  lines: +2 -2

Add .mng to file types that xine et al can complete on. Suggested by Patrick
Fritzsch <fritzsch@cip.physik.uni-muenchen.de>.
----------------------------
revision 1.843
date: 2006/02/24 01:10:58;  author: ianmacd;  state: Exp;  lines: +2 -2

MPlayer can also complete on .mpc files. Suggested by knefas
<knefas@gmail.com>.
----------------------------
revision 1.842
date: 2006/02/24 01:09:23;  author: ianmacd;  state: Exp;  lines: +2 -2

mkisofs completion now defaults to treating completions as filenames.
----------------------------
revision 1.841
date: 2006/02/24 01:03:37;  author: ianmacd;  state: Exp;  lines: +2 -2

More timidity completions from Tijmen Baarda <tijmenbaarda@tijgerweb.net>.
----------------------------
revision 1.840
date: 2006/02/24 00:57:25;  author: ianmacd;  state: Exp;  lines: +2 -3

gdb completion wasn't completing second parameter correctly when it was a
file, rather than a PID. Fix from unknown Google source, but provided via
Peter Duff <duff@google.com>.
----------------------------
revision 1.839
date: 2006/02/24 00:46:30;  author: ianmacd;  state: Exp;  lines: +3 -3

Minor cvs completion change.
----------------------------
revision 1.838
date: 2006/02/24 00:25:33;  author: ianmacd;  state: Exp;  lines: +7 -5

Allow man completion to work on OpenBSD, too. Patch by Kyle Wheeler
<kyle@memoryhole.net>.
----------------------------
revision 1.837
date: 2006/02/24 00:12:41;  author: ianmacd;  state: Exp;  lines: +5 -2

Avoid the need for grep in _rl_enabled(). Modified from a suggestion by Kyle
Wheeler <kyle@memoryhole.net>.
----------------------------
revision 1.836
date: 2006/02/23 22:55:44;  author: ianmacd;  state: Exp;  lines: +15 -1

aptitude patch to use grep-status, if available. Patch from Kyle Wheeler
<kyle@memoryhole.net>.
----------------------------
revision 1.835
date: 2006/02/23 21:16:16;  author: ianmacd;  state: Exp;  lines: +2 -2

MPlayer can play 3gp files produced by mobile phones. Suggested by Ismail
Donmez <ismail@uludag.org.tr>.
----------------------------
revision 1.834
date: 2006/02/23 20:27:59;  author: ianmacd;  state: Exp;  lines: +6 -6

Add support for 'cvs stat'. Thanks to Ville Skytt&#65533; <ville.skytta@iki.fi>.
----------------------------
revision 1.833
date: 2006/02/23 20:26:10;  author: ianmacd;  state: Exp;  lines: +2 -2

Add mtr to known hosts completion. Thanks to Ville Skytt&#65533;
<ville.skytta@iki.fi>.
----------------------------
revision 1.832
date: 2006/02/23 18:01:37;  author: ianmacd;  state: Exp;  lines: +5 -5

_known_hosts() and _mount() were broken by bash 3.1. Some aspect of how
POSIX-quoted strings (e.g. $'\t') are expanded has changed in this version,
requiring that such strings no longer appear inside double-quotes.

Ville Skytt&#65533; <ville.skytta@iki.fi> pointed out the symptoms and suggested a
fix for _known_hosts(), but that fix relied upon sed understanding \t, which
some versions of sed do not. This version of the fix puts POSIX-quoted strings
outside of the double-quotes.
----------------------------
revision 1.831
date: 2005/07/30 06:27:32;  author: ianmacd;  state: Exp;  lines: +2 -2

Use -o filenames instead of -o default for Perl.
----------------------------
revision 1.830
date: 2005/07/28 00:11:14;  author: ianmacd;  state: Exp;  lines: +3 -3

Minor _filedir() edit to remove code no longer in use.
----------------------------
revision 1.829
date: 2005/07/28 00:04:59;  author: ianmacd;  state: Exp;  lines: +2 -2

evince command was missing
----------------------------
revision 1.828
date: 2005/07/24 08:12:41;  author: ianmacd;  state: Exp;  lines: +3 -2

Allow evince to complete on wider variety of files (from Vijay Durairaj
<durairaj@cs.utah.edu>)
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2006-03-02 04:07:31 UTC
In the future, please wait a little bit longer before filing version bump bugs.  I get the release announcements as well, so it gets added as soon as time allows.  20060301 was just committed.