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

David Paleino dapal at debian.org
Sat Jan 7 23:17:49 UTC 2012


The annotated tag, 1.99 has been created
        at  0cc39aed9224a0b348c74d81e28b5a969fd55394 (tag)
   tagging  9621998546a02d8a8f5a241e36a03099d6bced68 (commit)
  replaces  1.90
 tagged by  David Paleino
        on  Sun Jan 8 00:08:53 2012 +0100

- Shortlog ------------------------------------------------------------
1.99
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk8I0IcACgkQ5qqQFxOSsXT7PwCgq9vtgh4ZDBSbjMqunD8SFef8
Mr0An37s4SZhMphfIdQ+JWOLn/hnzGqd
=HikX
-----END PGP SIGNATURE-----

David Paleino (9):
      Change version to 1.90
      Fix changelog
      Correctly list purgeable packages for dpkg --listfiles and dpkg --purge (Debian: #647684)
      Oops, fix completion
      Really fix it, double quotes
      Fix bash_completion paths in README (Debian: #647941)
      Commit make-changelog release helper
      Merge commit '3ccfe02' into 2.x
      Release 1.99 -- hopefully the last 2.0 preview

Florian Hubold (1):
      xv: Add *.eps and *.ps to filename completions (Alioth: #313477).

Igor Murzov (43):
      _known_hosts_real: Add some quotes (Alioth #313158)
      _known_hosts_real: Replace "${HOME}" with "~" to make code more compact.
      service, _services: Make these work on Slackware GNU/Linux.
      Revert "Another stab at making service completion work on Slackware."
      testsuite: Add some make test cases.
      testsuite: Add one more test for _get_comp_words_by_ref()
      Add and use _sysvdirs() function that sets correct SysV init directory.
      Merge completions/service into the bash_completion script.
      testsuite: Set correct COMP_POINT value in test.
      removepkg: Make it possible to complete filenames.
      _command_offset: Do not assume that first word is unique in completion line.
      pidof: Don't check OS type (Alioth #311403)
      __get_cword_at_cursor_by_ref: Drop unused cur2 variable.
      __get_cword_at_cursor_by_ref: Add missing quotes.
      __get_cword_at_cursor_by_ref: Drop unnecessary quotes.
      upgradepkg: Support oldpackage%newpackage notation.
      wine: Complete all files after an .exe (Alioth #313131)
      mount, umount: Add linux-specific completions.
      testsuite: Add more tests for valgrind.
      _command_offset: Add missing quotes.
      Cleanups: Make code more compact.
      valgrind: More generic tools detection.
      valgrind: Parse option arguments that contain dashes.
      Cleanups: Be consistent, use $( foo ) instead of $(foo).
      mount: Don't suggest short options.
      nethogs: New completion.
      umount: Half-fix for completion of relative paths.
      umount: Real fix for completion of relative paths.
      testsuite: Add basic tests for umount.
      _modules: Follow symlinks in /lib/modules/$(uname -r) (Alioth: #313461)
      cppcheck: Add new options introduced in cppcheck-1.52.
      id: Add "id" to completions/Makefile.am.
      cppcheck: Several ids separated by commas can be given for --enable=.
      Merge branch 'mount'
      htop: New completoin.
      avctrl, dnsspoof: Add "avctrl" and "dnsspoof" to completions/Makefile.am
      kcov: kcov has man page now.
      route: Don't check $OSTYPE (Alioth: #311407).
      gcc: Don't allow "[]<>" in options list.
      gcc: Remove unnecessary calls to `tr` and `sort`.
      htop: Get user names directly with `compgen -u`.
      Revert "route: Don't check $OSTYPE (Alioth: #311407)."
      gcc: Don't use \t in sed as it's not POSIX compliant.

Jan Kratochvil (1):
      rpm: Treat -r as --root (RedHat: #759224).

Raphaël Droz (2):
      Added a word about compopt -o nospace in styleguide.txt.
      _ip_addresses: Make it locale agnostic.

Ville Skyttä (66):
      cowsay: Avoid error when completing -f when cowsay is not installed.
      Unset _blacklist_glob when it's no longer needed.
      install-data-hook: Avoid problematic mode bits for bash_completion from mktemp.
      install-data-hook: Use $(compatdir).
      Create empty compatdir on "make install".
      plague-client: New completion.
      _known_hosts_real: Discard @markers at beginning of line.
      _known_hosts_real: Handle more than two hostnames per known hosts line (Debian: #647352).
      _known_hosts_real: Don't offer hostnames containing wildcards.
      _mac_addresses: Grab addresses from FreeBSD's ifconfig -a output too.
      desktop-file-validate: New completion.
      Revert "service, _services: Make these work on Slackware GNU/Linux."
      Another stab at making service completion work on Slackware.
      _cd: Don't try to complete variables (and fail), _init_completion already does.
      Include doc/ in dist tarball.
      cppcheck: Offer header filename completions too.
      bashcomp_DATA: service was merged to bash_completion.
      chkconfig: Wrap long lines.
      _services: Split xinetd service completion into _xinetd_services.
      _npus: Split out of lrzip for general use.
      cppcheck -j: Use _ncpus.
      make: Add -j/--jobs completion.
      Cleanups: use usual globs instead of substring matches or substitutions.
      Cleanups: Use [[ instead of [.
      make -j: Complete up to number of CPUs * 2.
      rpm: Add --delsign completion, don't suggest --resign (identical to --addsign).
      _command_offset: Simplify dynamic loading of completions we don't have yet.
      valgrind: New completion.
      valgrind: Parse some generic option arguments from --help output.
      ccache: New completion.
      valgrind --tool: Use compgen -W instead of embedding $cur in the sed script.
      dict: Speed up word completion with common use cases and large word lists.
      _parse_help, _parse_usage: If first arg is "-", read from stdin.
      iperf: New completion.
      sqlite3: Use _parse_help.
      declare, typeset: Use _parse_usage.
      perldoc: Add some option arg completions, use _parse_help.
      testsuite: Fix ssh first arg partial hostname test case.
      vi and friends: Fix /etc/ld.so.conf.d/* completion (Alioth: #312409).
      lintian: Remove spurious echo.
      lintian: Use <<< instead of echo and a pipe (Alioth: #312163).
      dequote: Use printf instead of echo (Alioth: #312163).
      koji: New completion.
      _variables: New function split from _init_completion.
      testsuite/assert_complete_dir: Fix passing $args to assert_complete.
      testsuite/assert_complete_dir: Add note about OLDPWD filtering.
      export: Fix many use cases, add option completion.
      _muttconffiles: Use printf instead of echo (Alioth: #312163).
      _known_hosts_real: Include hosts reported by ruptime (Alioth: #313308).
      lrzip: -T no longer takes an argument since version 0.570.
      curl: Add bunch of new option argument completions.
      _known_hosts_real: Support > 1 files per *KnownHostsFile line (Debian: #650514).
      lzip: New completion.
      Document $split && return.
      quote: Preserve leading, trailing, and consecutive whitespace.
      _parse_help, _parse_usage: More command arg sanitization.
      cc, c++: Install gcc completion if compiler looks like GCC (Alioth: #311408).
      udevadm: New completion.
      Fix BASH_COMPLETION_COMPAT_DIR comment.
      cleanups: Drop some no longer needed stderr redirections.
      pgrep, pkill, killall: Base pkill on pgrep, add more option completions.
      testsuite(_filedir): Ignore compopt error msg when invoking _filedir directly.
      Revert "testsuite(_filedir): Ignore compopt error msg when invoking _filedir directly."
      _filedir, _tilde: Ignore compopt stderr for direct invocations in unit tests.
      Some trivial nounset error fixes.
      dmesg: Adapt to versions returning long options.

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

-- 
bash-completion



More information about the Bash-completion-commits mailing list