939 Commits

Author SHA1 Message Date
ianmacd
64f6f280df - make screen completion include the socket part of session names (patch by
John Russell <jjrussell@gmail.com>)
2004-10-19 03:51:04 +00:00
ianmacd
1a29054a81 - bumped version to 20041017 2004-10-17 06:25:34 +00:00
ianmacd
779d6730e4 - updated version and changelog 2004-10-17 06:25:06 +00:00
ianmacd
b043fac67d - properly unset $have at end of sourcing 2004-10-15 16:27:22 +00:00
ianmacd
34fe97c4c3 - scp completion was still broken for file names, both local and remote, that
contained shell metacharacters.
2004-10-15 05:51:09 +00:00
ianmacd
4a40628067 - fix gzip with files whose names contain spaces 2004-10-15 05:30:00 +00:00
ianmacd
d47f9b5a3a - rename _comp-dpkg-installed-packages() to _comp_dpkg_installed_packages()
to comply with POSIX.2 shell function naming
2004-10-15 04:47:39 +00:00
ianmacd
b180e9baa7 - make talk, ytalk and finger not add a suffix of '@' after completing a user
name. This makes same-host completion more pleasant.
2004-10-15 04:42:27 +00:00
ianmacd
6e65bcbf65 - apt-cache improvements from savar@gmx.de 2004-10-14 14:57:41 +00:00
ianmacd
6f78a64e15 - add .miff as an extension for display completion 2004-10-14 07:31:18 +00:00
ianmacd
f24cb226b6 - process targets in included Makefiles during make completion (patch by
Christoph Gysin <cgysin@gmx.ch>)
2004-10-14 07:24:15 +00:00
ianmacd
d611f9d98f - quote bash completion location variables for safety (paths containing spaces
would be problematic)
2004-10-14 07:14:12 +00:00
ianmacd
c6097ce6a5 - some more minor tidying 2004-10-14 07:10:11 +00:00
ianmacd
b96273aebf - tidy up screen completion 2004-10-14 07:08:33 +00:00
ianmacd
35b146a107 - test for dhclient before installing its completion function 2004-10-14 06:54:55 +00:00
ianmacd
cfb37aa9cd - bittorent completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2004-10-14 06:53:25 +00:00
ianmacd
bb8b03c62f - new dhclient and lvm completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2004-10-14 06:52:14 +00:00
ianmacd
707c4b4e07 - fix scp completion breakage when filenames contained an ampersand 2004-10-13 18:58:48 +00:00
ianmacd
e4ee70875e - fix sed error on service completion 2004-10-08 14:31:28 +00:00
ianmacd
34ea92401a - add kghostview and kpdf for PostScript and PDF files 2004-09-30 07:48:57 +00:00
ianmacd
23d288d31e - allow mplayer to complete on .dv files 2004-09-20 13:58:30 +00:00
ianmacd
7b171f1ef3 - grep doesn't support -q on Solaris, so send to /dev/null instead (reported
by Chris Dennis <Chris.Dennis@invidi.com>)
2004-07-22 22:41:37 +00:00
ianmacd
d6c6964131 - CVS completion fix by Ville Skyttä <ville.skytta@iki.fi>, to allow better
handling of files and dirs whose names contain whitespace
2004-07-19 06:45:15 +00:00
ianmacd
8159a80965 - rpm completion fix from Ville Skyttä <ville.skytta@iki.fi> to avoid
"--nodigest --nosignatures" being passed as a single option.
2004-07-19 06:43:10 +00:00
ianmacd
6a7b41a732 - update version and changelog 2004-07-11 16:41:18 +00:00
ianmacd
44d8f19808 - update release to 20040711 2004-07-11 16:36:39 +00:00
ianmacd
0591f62ba0 - eliminate use of grep in _filedir_xspec() (patch by Claudio Bley
<bley@CS.uni-magdeburg.de>)
2004-07-11 16:18:24 +00:00
ianmacd
386ce13cc5 - minor fix to mutt completion 2004-07-06 04:10:33 +00:00
ianmacd
1aad49138d - fix for dpkg completion (patch by Itay Ben-Yaacov <nib_maps@yahoo.com>) 2004-07-05 21:45:00 +00:00
ianmacd
85948e9a64 - adds support for lb and vb options (patch from Ville Skyttä
<ville.skytta@iki.fi>)
2004-07-05 21:37:47 +00:00
ianmacd
77eb4d490f - allow symbolic links in /etc/bash_completion.d (patch by Ville Skyttä
<ville.skytta@iki.fi>)
2004-07-05 21:35:36 +00:00
ianmacd
27bb3d4001 - improve insmod, modinfo etc completion with path names (patch by Ville
Skyttä <ville.skytta@iki.fi>)
2004-07-05 21:31:47 +00:00
ianmacd
4664684197 - update version and changelog 2004-07-04 05:25:08 +00:00
ianmacd
2ab2a6b0ec - release updated to 20040704 2004-07-03 23:47:31 +00:00
ianmacd
7839d105ab - '[' must come first in character classes for sed 4.1. _configure() needed to
be fixed.
2004-07-03 23:40:08 +00:00
ianmacd
a1969bdd57 mark-directories and mark-symlinked-directories are very convenient readline
settings which append a slash to a completed directory/symlinked directory.
Unfortunately, this doesn't work with directories found by looking at $CDPATH.

There is now also a slash appended if the user completes on an unambiguous
directory found by looking at $CDPATH.

Patch by Claudio Bley <bley@CS.uni-magdeburg.de>.
2004-07-03 23:15:29 +00:00
ianmacd
7b68bd104f - add _rl_enabled() to detect whether a given readline variable is on. (patch
by Claudio Bley <bley@CS.uni-magdeburg.de>)
2004-07-03 22:56:08 +00:00
ianmacd
2a484f5160 - pgrep and pidof completion by "Peter K. Jensen" <pekaje@gmx.net> 2004-07-03 22:51:18 +00:00
ianmacd
5289fbd329 - use getent for UID and GID completion when available (based on a patch from
Guillaume Rousse <rousse@ccr.jussieu.fr>)
2004-07-03 22:31:33 +00:00
ianmacd
13ac864d18 - allow service completion to work on xinetd services (patch by Guillaume
Rousse <rousse@ccr.jussieu.fr>)
2004-07-03 22:26:29 +00:00
ianmacd
fe2b11ff26 - fix some spurious warnings in CVS completion (patch by Guillaume Rousse
<rousse@ccr.jussieu.fr>)
2004-07-03 22:23:57 +00:00
ianmacd
3d19912684 - use --dump-options with gpg to get viable options (much cleaner than listing
them all) (patch by Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>)
2004-07-03 22:20:34 +00:00
ianmacd
861f252236 - fix mutt completion so that leading '=' character is handled properly
(patch from Joe Nahmias <joe@nahmias.net>)
2004-07-03 22:11:09 +00:00
ianmacd
d87b4e6205 - allow Emacs to complete on archives (patch from Frédéric Bothamy
<frederic.bothamy@free.fr>)
2004-07-03 22:03:19 +00:00
ianmacd
d2a7c9cd78 - add autossh to list of commands that perform _ssh() completion 2004-07-03 22:01:03 +00:00
ianmacd
fd95a1aca1 - properly complete on .Z files during tar completion 2004-06-18 05:40:28 +00:00
ianmacd
4ff11f3c1c - add ssh-installkeys to list of programs that use known host completion
(Josh Glover <jmglov@jmglov.net>)
2004-06-14 05:59:41 +00:00
ianmacd
0582c0ce50 - Various OpenOffice completions from Ian Redfern <Ian.Redfern@LogicaCMG.com> 2004-06-14 05:56:58 +00:00
ianmacd
c485ba7683 - fix PID completion for AIX and Solaris. Patch by Benjamin Floering
<floering@us.ibm.com>
2004-06-01 06:08:18 +00:00
ianmacd
a5bd0696b8 - update to aptitude completion by Rafael Sepulveda <rsepulveda@gmail.com> 2004-06-01 06:02:57 +00:00