386 Commits

Author SHA1 Message Date
ianmacd
63efd13c16 - add bzme completion (Mandrake)
- unzip & zipinfo also complete on .war files (as used by Tomcat, etc.)
  (submission from Goetz Waschk <waschk@informatik.uni-rostock.de>)
2002-05-21 03:35:40 +00:00
ianmacd
d5e7243e69 - _comp-dpkg-installed-packages(): remove dependence on grep-dctrl
(patch by Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>)
2002-05-20 22:36:07 +00:00
ianmacd
57b8c0bc50 - one more addition to today's changelog 2002-05-19 15:05:25 +00:00
ianmacd
cac589950d - add Requires for textutils and fileutils
- update version and changelog
2002-05-19 15:00:01 +00:00
ianmacd
08eea02473 - update release to 20020519 2002-05-19 14:56:55 +00:00
ianmacd
85b27aea4c - there were still references to _file_glob() in the code 2002-05-19 14:56:19 +00:00
ianmacd
5d5f9b5608 - remove some dependence on grep-dctrl in Debian-specific completion
functions
- don't split ksh style globs over more than one line, since this doesn't seem
  to work
both of the above fixes supplied by Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>
2002-05-19 07:16:30 +00:00
ianmacd
89839485ee - replace many calls to compgen -f/-d with calls to _filedir() 2002-05-18 21:00:14 +00:00
ianmacd
63ecfc38ba - Python now completes first on a .(py|pyc|pyo) file, then on any file
- rpm helper function _file_glob() has been integrated into _filedir(), as
  the principle was the same
2002-05-18 17:05:08 +00:00
ianmacd
29625b4dca - move code that handles host alias completion from _ssh() to _known_hosts()
and call it with _known_hosts -c. This means that _scp() can now also call
  it and complete on aliases in the ssh config files
2002-05-17 22:35:26 +00:00
ianmacd
90b352d303 - remove redundant line from add_entries() (_cvs() helper function) 2002-05-16 16:07:38 +00:00
ianmacd
f11132345f - update version and changelog 2002-05-16 14:19:13 +00:00
ianmacd
5690dbbeeb - updated release to 20020516 2002-05-16 14:15:19 +00:00
ianmacd
780defa0dc - _cvs(): get rid of grep in get_entries(), so that characters such as '.'
in file names don't get interpreted
2002-05-16 07:10:04 +00:00
ianmacd
902a06d374 - _cd(): completion was failing when CDPATH pointed to directories containing
spaces in their names
2002-05-16 07:05:04 +00:00
ianmacd
6b7dfdf5f0 - _make(): don't include variable assignments when returning targets 2002-05-15 18:56:25 +00:00
ianmacd
281d1b76db - _cvs(): fix bug that caused null completion list in 'cvs diff' 2002-05-15 17:43:47 +00:00
ianmacd
c59f761dd3 - update release and changelog 2002-05-14 13:56:59 +00:00
ianmacd
fde0be3de7 - update release to 20020514 2002-05-14 13:54:38 +00:00
ianmacd
ba18ac0f5e - _cd(): still need to separate COMPREPLY on spaces 2002-05-14 13:53:58 +00:00
ianmacd
b491877197 - _ssh() and _known_hosts(): ssh config file directives are case-insensitive 2002-05-13 21:43:29 +00:00
ianmacd
7e08858b4c - _cd(): need to allow \n as separator
- _cd(): removed a chunk of code that probably hasn't worked for a while
2002-05-13 21:40:40 +00:00
ianmacd
75a84b0da6 - updated release to 20020511 2002-05-11 15:28:58 +00:00
ianmacd
82e4d9aad1 - updated version and changelog 2002-05-11 15:28:25 +00:00
ianmacd
cac78e3408 - _ssh(): fix newline from making it into compgen -W and consuming all of
system memory
2002-05-11 15:22:12 +00:00
ianmacd
9a93763757 - perform tilde expansion in dpkg completion 2002-05-11 07:28:58 +00:00
ianmacd
f4401ed56e - use sed instead of Perl in urpmi completion (patch from Guillaume Rousse
<rousse@ccr.jussieu.fr>)
2002-05-10 16:09:35 +00:00
ianmacd
432e2283f1 - add MP3 files to those on which mplayer and xine will complete
- mpg321 completes on MP3 files
- minor code patch-ups to make Linux-specific functions work on HURD systems
  (all of the above from Robert Millan <zeratul2@wanadoo.es>)
2002-05-09 16:20:53 +00:00
ianmacd
2500af25aa - changes to aptitude completion comments by Dr.Rafael Sepúlveda
<drs@gnulinux.org.mx>
2002-05-08 15:38:56 +00:00
ianmacd
e8432a6a54 - in cvs checkout mode, "cvs co -c" should take into account "-d" (patch by
Liviu Daia <Liviu.Daia@imar.ro>)
2002-05-08 15:26:18 +00:00
ianmacd
9605206c3a - postmap(1) and postalias(1) from the latest Postfix snapshot have a
new option, "-o" (patch by Liviu Daia <Liviu.Daia@imar.ro>)

- postfix(1) completion added (patch by Liviu Daia <Liviu.Daia@imar.ro>)
2002-05-08 15:23:51 +00:00
ianmacd
5156306944 - updated version and changelog 2002-05-07 06:16:54 +00:00
ianmacd
423777adfd - updated release to 20020507 2002-05-07 06:16:32 +00:00
ianmacd
d3341c3a4c - _known_hosts(): check /etc/ssh/ssh_config and ~/ssh/config to get location
of global and user known hosts files, rather than just assuming we know
  where they are
2002-05-05 23:31:28 +00:00
ianmacd
9d8cffb3fe - _ssh(): now also returns host aliases from /etc/ssh/config and ~/.ssh/config
files
2002-05-05 21:28:59 +00:00
ianmacd
7830f362dc - add completion for Postfix commands (patch by Liviu Daia <Liviu.Daia@imar.ro>
and Carsten Hoeger <choeger@suse.de>)
2002-05-05 20:46:30 +00:00
ianmacd
ab55ac1fc7 - _cvs(): cvs checkout now checks for registered modules, not just raw
directories in $CVSROOT
2002-05-05 18:29:35 +00:00
ianmacd
b985dd667f - _rpm(): additions for rpm 4.1 2002-05-05 18:20:02 +00:00
ianmacd
9945b2b5d3 - add Debian Linux aptitude(8) completion 2002-05-05 17:24:31 +00:00
ianmacd
f6548e09e8 - _comp-dpkg-installed-packages(): return list of installed packages, rather
installable packages (patch by Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>)
2002-05-05 15:42:42 +00:00
ianmacd
9a70b64915 - update version and changelog 2002-05-04 18:43:04 +00:00
ianmacd
9063b4357d - updated release to 20020504 2002-05-04 18:42:31 +00:00
ianmacd
25948d72b9 - python completion on .py, .pyc and .pyo files 2002-05-02 23:00:04 +00:00
ianmacd
49276384e5 - make xine complete on the same files as mplayer 2002-05-02 22:58:48 +00:00
ianmacd
c93409198e - define CVS helper functions outside of _cvs(), since that just parses them
at run-time anyway
2002-05-02 22:43:50 +00:00
ianmacd
6d6c1d2a5d - add long option completion to psql completion
(patch by Laurent Martelli <laurent@bearteam.org>)
2002-04-30 20:16:35 +00:00
ianmacd
fa6bab54e6 - cvs completion now handles diff
(patch by Laurent Martelli <laurent@bearteam.org>)
2002-04-30 19:55:20 +00:00
ianmacd
e76d582a68 - _filedir_xspec(): avoid eval errors when completing within backticks or
quotes
2002-04-30 19:47:42 +00:00
ianmacd
7872631923 - updated release and changelog 2002-04-30 14:16:50 +00:00
ianmacd
48776ec293 - updated release to 20020430 2002-04-30 14:16:22 +00:00