public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* Updated: bash-completion-1.3-1
@ 2011-02-12  4:31 Eric Blake (cygwin)
  0 siblings, 0 replies; only message in thread
From: Eric Blake (cygwin) @ 2011-02-12  4:31 UTC (permalink / raw)
  To: cygwin-announce


[-- Attachment #1.1: Type: text/plain, Size: 2356 bytes --]

A new release of bash-completion, 1.3-1, will soon be on a mirror near
you, leaving 1.2-1 as previous.

NEWS:
=====
This is a new upstream release.  Changes since the prior release are
attached.  For more details, see /usr/share/doc/bash-completion/.

Note that installing this package automatically loads bash-completion
into memory when you start bash interactively; this can be a
time-consuming process, especially on Windows.  Patches are welcom to
help upstream bash-completion reach the goal of relying more on
on-demand completions, rather than the current approach of loading all
completions up front.  If the increased usability of the shell is not
worth the extra startup time for interactive shells, then consider
uninstalling this package.

DESCRIPTION:
============
bash-completion provides programmable completion enhancements to bash
TAB-completion.  Based on the command you type, hitting TAB later on in
the command line will perform completions on strings that make sense for
the context of the command, rather than blindly completing on filenames.

UPDATE:
=======
To update your installation, click on the "Install Cygwin now" link on the
http://cygwin.com/ web page.  This downloads setup.exe to your system.
Save it and run setup, answer the questions and pick up 'bash-completion'
from the 'Shells' category.

DOWNLOAD:
=========
Note that downloads from cygwin.com aren't allowed due to bandwidth
limitations.  This means that you will need to find a mirror which has
this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

QUESTIONS:
==========
If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

-- 
Eric Blake
volunteer cygwin bash-completion maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=================================
To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-YOU=YOURDOMAIN.COM@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

[-- Attachment #1.2: NEWS.short --]
[-- Type: text/plain, Size: 3811 bytes --]

bash-completion (1.3)

  [ Guillaume Rousse ]
  * added pure-perl perldoc completion helper, using work from Aristotle 
    Pagaltzis (pagaltzis@gmx.de)
  * added completions for xfreerdp and iscsiadm
  * updated xm subcommands list

  [ David Paleino ]
  * Fixed "service" completion, thanks to John Hedges (Debian: #586210)
  * Complete on all files for mplayer's -dvd-device
  * Fixed typo in openssl completion (Debian: #609552)

  [ Ville Skyttä ]
  * Activate hping2 completion also for hping and hping3.
  * Add badblocks, compgen, crontab, dumpe2fs, e2freefrag, e2label, ether-wake,
    filefrag, gendiff, growisofs, iftop, ip (Debian: #600617), javaws, kid3,
    lrzip, lsof, mktemp, portecle, POSIX sh, sha{,224,256,384,512}sum,
    sysbench, tune2fs, xmodmap, and xrdb completions.
  * Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
    *.awb, and *.iso (Alioth: #311420) to mplayer filename completions.
  * Add "short" tarball extensions to unxz, unlzma etc completions.
  * Improve /etc/init.d/*, ipmitool, jar, java, javadoc, man, mencoder, mkdir,
    mplayer, pack200, povray, python, rpmbuild, sqlite3, tar, wodim, and
    general help parsing completions.
  * Fix p4 and povray completions (Alioth: #312625).
  * Add *.xsd, *.xsl, *.rng, *.wsdl, and *.jnlp to xmllint and xmlwf filename
    completions, and *.gz versions of all of the supported ones for xmllint.
  * Recognize rpm query mode based on the --file, --group, --package, and
    --all long options (RedHat: #630328).
  * Improve rpm query option completions.
  * Drop bad kompare filename completion (Alioth: #312708).
  * Make _filedir and _filedir_xspec complete uppercase versions of their
    filename extension arguments in addition to exact case matches.
  * IPv6 known hosts completion fixes (Alioth: #312695, RedHat: #630658).
  * Fixes to completions for filenames containing tabs (RedHat: #629518).
  * Add *.iso (Alioth: #311420), *.m2t and *.m2ts (Alioth: #312770) to
    xine-based player filename completions.
  * Add /etc/ethers to MAC address completion sources.
  * Add *.gem and *.spkg to tar filename completions.
  * Complete known hosts from avahi-browse only if $COMP_KNOWN_HOSTS_WITH_AVAHI
    is non-empty (Alioth: #312691, RedHat: #630326).
  * Improve relevance of many user/group completions, depending on context.
  * Remove most "-o filenames" options to "complete", turn "-o filenames" on
    dynamically when needed instead.
  * Add/improve various autotools completions.
  * Add *.apk to unzip and jar filename completions.
  * Do not load bash_completion in profile.d script if progcomp is not enabled.
  * Ignore muttrc source entries that are not files (Alioth: #312881).
  * Re-enable postgresql database and user completion (Alioth: #312914,
    Ubuntu: #164772).
  * Add *.fdf to various PDF viewer completions.

  [ Freddy Vulto ]
  * Added _tilde(), fix ~username completion (Alioth: #312613, Debian: #587095)
  * Speed up `compopt' availability detection
  * Fix _filedir `-o filenames' detection on bash-3 (Alioth: #312646)
  * Fix __reassemble_comp_words_by_ref (Alioth #312740)

  [ Anton Khirnov ]
  * Improve mplayer and mencoder completions.

  [ Paul Walmsley ]
  * Add *.webm to mplayer file completions (Debian: #588079).

  [ Miklos Vajna ]
  * Add *.amr to mplayer file completions (Alioth: #312634).

  [ Andrej Gelenberg ]
  * Add *.part (partially downloaded) to mplayer and xine-based player
    completions (Alioth: #312657).

  [ Stephen Gildea ]
  * Fix false posives for non-option words in _parse_help (Alioth: #312750).

  [ Andrey G. Grozin ]
  * Add *.fb2 to okular filename completions.

 -- David Paleino <d.paleino@gmail.com>  Sun, 06 Feb 2011 19:03:46 +0100

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-12  4:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-12  4:31 Updated: bash-completion-1.3-1 Eric Blake (cygwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).