827 Commits

Author SHA1 Message Date
ianmacd
f08fe7caef - cksfv completion by Chris <xris@forevermore.net> 2003-01-21 07:24:01 +00:00
ianmacd
7f6a873c01 - make completion now also supports GNUmakefile 2003-01-21 07:21:15 +00:00
ianmacd
ab17b6d43b - unrar and unace completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2003-01-21 06:42:46 +00:00
ianmacd
d2a8c0e350 - make modinfo complete the same as insmod and modprobe 2003-01-21 06:37:44 +00:00
ianmacd
df2efccdb2 - update version and changelog 2003-01-18 08:39:01 +00:00
ianmacd
1d0163e77c - update release to 20030118 2003-01-18 08:36:22 +00:00
ianmacd
c58e759e41 - improve handling of 'cvs export' (patch by Liviu Daia <Liviu.Daia@imar.ro>) 2003-01-17 09:09:59 +00:00
ianmacd
22626148d1 - fix mount completion so that it also works on Solaris 2003-01-17 09:01:29 +00:00
ianmacd
7096fa1151 - fixes to man completion to make it work on Solaris
(patch by Pablo Mejia <pjm@cctechnol.com>)
2003-01-17 08:54:32 +00:00
ianmacd
ad2eb2b15d - update release to 20030113 2003-01-13 15:31:21 +00:00
ianmacd
32761d3e1e - allow vim et al to complete on .a files 2003-01-13 15:30:56 +00:00
ianmacd
20fdc452ab - cd should also complete on variable names if cdable_vars is set 2003-01-13 02:30:37 +00:00
ianmacd
e72a58a790 - jar completes on .war as well as .jar 2003-01-13 02:28:28 +00:00
ianmacd
7859e94517 - when completing on classes inside Java JAR files, use zipinfo instead of
the jar command, if it is available
2003-01-09 10:44:29 +00:00
ianmacd
44103fd785 - silence awk errors in known_hosts completion 2003-01-09 10:25:58 +00:00
ianmacd
f4ee6e0002 - allow vi(m) to complete on ld.so.conf 2003-01-02 01:04:42 +00:00
ianmacd
ebe705676a - updated version and changelog 2002-12-31 16:02:12 +00:00
ianmacd
fc9a2cc09d - update release to 20021231 2002-12-31 16:00:06 +00:00
ianmacd
d6c67260d4 - minor known_hosts() fix 2002-12-31 02:15:25 +00:00
ianmacd
055d4cba11 - extensive gpg(1) completion (more than just longopts, anyway) by
"Guillaume Rousse" <rousse@ccr.jussieu.fr> with fix-ups by me
2002-12-31 01:59:25 +00:00
ianmacd
ace642451c - wvdial(1) completion by "Guillaume Rousse" <rousse@ccr.jussieu.fr> 2002-12-31 01:40:22 +00:00
ianmacd
75fbd59bd7 - mplayer improvements from Guillaume Rousse <rousse@ccr.jussieu.fr> 2002-12-30 21:23:21 +00:00
ianmacd
d8118ef82c - fix changelog 2002-12-23 17:56:33 +00:00
ianmacd
f0ca2861dc - update version and changelog 2002-12-23 17:29:32 +00:00
ianmacd
e9495172e8 - updated release to 20021223 2002-12-23 17:28:54 +00:00
ianmacd
498a00b459 - use %{_tmppath} macro for BuildRoot
- add COPYING to %files
- mark bash_completion as a %config
2002-12-23 07:58:30 +00:00
ianmacd
609eea37d6 - add groups(1) to list of commands that complete on user names 2002-12-23 07:53:48 +00:00
ianmacd
981f20ed03 - add dig to commands that complete on known hosts 2002-12-23 07:52:37 +00:00
ianmacd
cf5e81465d - in known hosts completion, check for known hosts files in
/etc/ssh/ssh_known_hosts and /etc/ssh/ssh_known_hosts2
2002-12-23 07:51:39 +00:00
ianmacd
5f037f4730 - mplayer fixes 2002-12-22 17:45:02 +00:00
ianmacd
d25da79863 - Java classpath string was not being skipped 2002-12-22 17:29:34 +00:00
ianmacd
649aa46db4 - update release to 20021221 2002-12-21 05:47:34 +00:00
ianmacd
52d076a1e1 - update version and changelog 2002-12-21 05:47:07 +00:00
ianmacd
eb3d8ef738 - minor removepkg fix 2002-12-19 20:57:36 +00:00
ianmacd
38a9d41914 - proper mplayer completion by Peter Valach <pvalach@gmx.net> 2002-12-19 20:56:47 +00:00
ianmacd
b8e92cb9d6 - reinstate Samuel J. Irlapati's patch to avoid unbound variable warnings
when bash is run with 'set -u'. This also fixes a CVS completion error
  if CVS completion is attempted in a directory with no CVS/Entries file.
  Patch was modified to test for set variables with -n, rather than ! -z.
2002-12-18 18:15:46 +00:00
ianmacd
a216b900cc - actually change version 2002-12-17 08:56:36 +00:00
ianmacd
2c81249117 - update changelog and version 2002-12-17 08:53:53 +00:00
ianmacd
4dc02f42c7 - add FAQ entry on colons starting a new completion token 2002-12-17 08:53:18 +00:00
ianmacd
dc0b6fbcf8 - update release to 20021217 2002-12-17 08:43:45 +00:00
ianmacd
392edb639c - tar should also be able to recognise .tar.Z (or .tZ for that matter) files 2002-12-16 19:48:58 +00:00
ianmacd
ee4121a784 - perldoc completion also returns names of core Perl man pages 2002-12-14 01:17:43 +00:00
ianmacd
98d608a2e5 - update version and changelog 2002-12-13 04:13:32 +00:00
ianmacd
5ada6339cd - update release to 20021213 2002-12-13 04:12:34 +00:00
ianmacd
90940f679d - revert unbound variable patch 2002-12-10 16:05:31 +00:00
ianmacd
15aee45acb - ytalk now completes in the same way as talk
- traceroute6, tracepath and tracepath6 now also complete on known hosts
- command completion now also performed for ltrace, then, else and do
  (patches from Koblinger Egmont <egmont@uhulinux.hu>)
2002-12-10 00:30:08 +00:00
ianmacd
85c46e7124 - fix a lot of variable tests to avoid 'unbound variable' warnings when
running bash with 'set -u' (some still remain, but the file now at least
  sources without warnings) (patch by Samuel Irlapati
  <samuel.irlapati@unisys.com>)
2002-12-09 20:48:15 +00:00
ianmacd
7a3bccfa2b - minor fix to gdb completion 2002-12-09 20:35:37 +00:00
ianmacd
e3dffc7054 - commands that complete on .htm(l) files now complete on .(x)htm(l) 2002-12-06 21:43:02 +00:00
ianmacd
dfd745f042 - update version and changelog 2002-12-05 20:44:08 +00:00