[Bash-completion-commits] [SCM] bash-completion annotated tag, 2.1, created. 2.1

David Paleino dapal at debian.org
Fri Apr 5 10:56:20 UTC 2013


The annotated tag, 2.1 has been created
        at  6f4c764dd5ac8b9918ca837017b4340211aaebba (tag)
   tagging  3085c7e12179817a02a611016606391295c69942 (commit)
  replaces  2.0
 tagged by  David Paleino
        on  Fri Apr 5 12:55:26 2013 +0200

- Shortlog ------------------------------------------------------------
Releasing 2.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAlFerZ4ACgkQ5qqQFxOSsXSXywCbBBU3AL3sPdH1gRnU7wiuAC3U
1u8An1FRwT80AKl30eJUNguBQdvE4QFN
=QABb
-----END PGP SIGNATURE-----

AllKind (1):
      Fix __ltrim_colon_completions() fail on parameter (\$1) containing a glob.

Andreas Müller (1):
      completions/Makefile.am: symlinks depends on $(DATA) to avoid race conditions

Christian von Roques (1):
      Fix __reassemble_comp_words_by_ref for $COMP_CWORD == ${#COMP_WORDS[@]}

David Paleino (2):
      Fix helper script to create changelogs
      Releasing 2.1

Guillaume Rousse (6):
      gphoto2: new completion
      nmcli: new completion
      better entry
      fix perms
      fix interface completion
      add -p option completion

Igor Murzov (31):
      kcov: Add new sort types (introduced in kcov-9).
      kcov: Complete arguments of --limits option.
      mount.linux: Add some new mount options intoduced in Linux 3.5
      mount.linux: Clean up mount options, remove duplicates.
      slackpkg, slapt-get: Update the list of package sets.
      opera: Handle options.
      mount.linux: Add options completion for davfs.
      evince: Evince supports opening .pdf.xz files (Alioth: #313739).
      valgrind: Add --soname-synonyms option arguments completion.
      fusermount: Complete curlftpfs-mounts for "fusermount -u" (Debian: #685377)
      cppcheck: Add new standards to --std option.
      make: Do not append space if target is a filepath.
      tar: Fix detection if the $prev is a tar file.
      _parse_help, _parse_usage: Run commands in C locale.
      testsuite/_filedir: Remove the cruft from the a\$b->h unit test (Alioth: #313480)
      feh: Add new options introduced in feh-2.7.
      wget: New completion.
      wget: Fix completion of multiple tags for --{follow,ignore}-tags.
      zathura: Add simple completion for zathura document viewer.
      gpg, mplayer: Restore correct options.
      lvm: Fix typo in option name: s/continguous/contiguous/.
      mplayer: Add -subcp argument completion.
      mplayer: Add some new option argument completions.
      mplayer: Cleanup.
      mplayer: Add opus to the list of supported formats.
      _command_offset: Restore compopts properly (Alioth: #313890)
      Update copyright year and release number.
      mount: Fix parsing /etc/fstab on *BSD.
      feh: Fix list of background styles.
      mount.linux: Add options completion for nfs.
      mount.linux: Add some new mount options intoduced in Linux 3.7

Jeroen Hoek (2):
      Add more complete OpenDocument support to unzip completion.
      Add support for OOXML document format extensions to unzip completion.

Ken Sharp (1):
      Add .msi completion for Wine

Martin Ueding (2):
      Remove trailing whitespace
      Remove more whitespace

Tristan Wibberley (2):
      make: convert make completion to use smarter parser
      make: incremental completion for make with compact display

Ville Skyttä (100):
      eog: New completion.
      wsimport: New completion.
      ssh: Add -O argument completion (Debian: #680652).
      Fine tune previous commit.
      wine: Fix extension glob to work on its own.
      man: Add support for .lz man pages (RedHat: #839310).
      man: Trivial cleanups.
      clzip, pdlzip, plzip: New lzip alias completions.
      lzip: Do not append space after equal sign in long options.
      mussh: New completion.
      Trim trailing whitespace.
      colormake: New make alias completion (LP: #743208, Debian: #682557).
      Ignore colormake symlink.
      eject: New completion.
      make: Convert internal variable names to lowercase, indentation fix.
      lvm volumes: Complete on /dev/mapper/* (RedHat: #851787).
      tar: Don't take -I to mean bzip2.
      useradd: Fix -k, -K, and --home-dir argument completions.
      useradd, usermod: Support comma separated -G/--groups arg completion.
      wget: Use == instead of =.
      cppcheck: Add --language/-x argument completion.
      _known_hosts_real: Filter ruptime stdout error spewage (Alioth: #313893).
      lv{create,resize,extend}, vg{create,reduce,extend,split}: Fix variable leaks.
      man: Fix -P/--pager full path arg completion.
      tcpdump: Fix -z full path arg completion.
      valgrind: Fix full path <command> arg completion.
      vgcreate: Add missing symlink.
      lvm: Take option args into account when counting args (RedHat: #860510).
      lvm: Add _lvm prefix to helper functions.
      chronyc: New completion.
      scp: Treat strings with slash before colon or starting with [.~] as local.
      useradd,userdel,usermod: Add -R/--root arg completion.
      userdel: Add -h/--help non-completion.
      luseradd,lusermod,luserdel: New completions.
      man: Don't expand man page extensions too early.
      ssh: Add some -o and related arg completions.
      nc: New completion.
      tar: Simplify bzip patterns.
      tar: Recognize taz and tb2 as compressed tarballs.
      ncftp: Add option completion.
      Avoid sourcing dirs in completion loader to avoid fd leaks (RedHat: #903540).
      Brown paper bag fix for the previous commit.
      modprobe: Don't suggest installing already installed modules.
      ngrep: New completion.
      tshark: New completion.
      _mac_addresses: Fix with net-tools' ifconfig that outputs ether, not HWaddr.
      _mac_addresses: Try ARP cache with "ip neigh" if arp is not available.
      wol: Try "ip addr" before ifconfig for finding out broadcast addresses.
      _mac_addresses: Try local interfaces with "ip link" if ifconfig is N/A.
      _ip_addresses: Try with "ip addr" if ifconfig is not available.
      _available_interfaces: Without -a, try with "ip link" if ifconfig is N/A.
      dnsspoof,filesnarf,macof,sshow,tcpkill,tcpnice,urlsnarf: Fix -i completion.
      arpspoof,dsniff,ether-wake,nmap: Offer active interfaces only.
      modinfo: Use ,, for lowercasing instead of tr in a subshell.
      pydoc: New completion.
      pyflakes: New completion.
      python, pydoc: Add module completion.
      pydoc: Complete on keywords and topics.
      pylint: New completion.
      xrandr: Don't leak $i when completing --mode.
      xrandr: Cleanups.
      xrandr: Avoid --mode completion error when --output is not given.
      xrandr --mode: Clean up one awk call.
      xrandr: Use _parse_help.
      xrandr: Add bunch of option arg non-completions.
      vipw: Add -R/--root arg completion.
      host: Complete with known hosts.
      groupmems: Add -R/--root arg completion.
      acpi,chpasswd,dmesg,gkrellm,groupmems,hwclock,lastlog,pwd,vipw: Complete options even without "-" given.
      ip: Remove some stale TODOs.
      ip: Improve addr show and link show completions.
      _available_interfaces: Try with "ip link" if ifconfig is N/A also with -a.
      make: Don't leak $mode.
      (testsuite) Fix pwd unit test.
      make: Make work in POSIX mode.
      (testsuite) Make pydoc test more likely to work with our limited expect buffer size.
      cpio: Cleanups.
      cpio: Recognize pass thru when -p is bundled w/other options (RedHat: #912113).
      vpnc: Use _parse_help instead of hardcoding options, add basic test case.
      vpnc: Add bunch of option arg (non)completions.
      genisoimage: Use _parse_help instead of hardcoding options, add basic test case.
      *: Line continuation, whitespace, and compgen -W ... -- "$cur" quoting cleanups.
      file-roller: New completion.
      strings: New completion.
      ss: New completion.
      hexdump: New completion.
      xxd: New completion.
      hexdump: Actually install for hd as well.
      udevadm: Deprecate ours, one is shipped in systemd >= 196 (RedHat: #919246).
      interdiff: New completion.
      koji: Complete on build targets when --target is given to wait-repo.
      lua: New completion.
      luac: New completion.
      pkg-config: Try to complete --variable= if package name is already given.
      tar: Fix completing files inside *.tlz when J is explicitly given.
      tar: Support *.tar.lz (Debian: #703599).
      patch: New full featured completion.
      unzip/zipinfo: Associate with more StarOffice extensions.
      jar: Reuse unzip's xspec (RedHat: #928253).
      cppcheck: Complete --include= with filenames.

Yann Rouillard (5):
      new completion: svcadm
      new completion: pkg-get
      new completion: pkgadd
      new completion: pkgrm
      new completion: pkgutil

wonder.mice (1):
      Fixed tilde expanding in _filedir_xspec

-----------------------------------------------------------------------

-- 
bash-completion



More information about the Bash-completion-commits mailing list