ianmacd
5b55df4156
- allow unzip to complete on Java Enterprise Application Archive files (.ear)
2002-06-24 05:52:54 +00:00
ianmacd
9ea768f8a1
- updated release to 20020621
2002-06-21 07:12:59 +00:00
ianmacd
1e805beec8
- add edit and unedit to cvs completion
2002-06-21 07:11:32 +00:00
ianmacd
ac4bc8c4e4
- don't exclude .o files from make completion
2002-06-19 15:12:52 +00:00
ianmacd
4ba7e8bf72
- {gzip,bzip2} -t should also complete on .gz and .bz2 files, respectively
...
- man completion still needed one fix for FreeBSD
2002-06-19 14:53:48 +00:00
ianmacd
9c2829b3a7
- update release to 20020619
2002-06-19 06:18:28 +00:00
ianmacd
709ae37204
- allow .tbz as an extension during tar completion
2002-06-17 14:40:59 +00:00
ianmacd
3a3ce30160
- check for non-Linux and presence of gsed (GNU sed). If it's there, alias
...
it to sed.
2002-06-17 14:38:37 +00:00
ianmacd
e8443aa2c3
- make man completion work for FreeBSD
2002-06-17 00:08:45 +00:00
ianmacd
9444412594
- updated release to 20020616
2002-06-16 16:35:58 +00:00
ianmacd
f04a05c7b4
- eliminate errors when setting read-only variables
2002-06-16 16:35:28 +00:00
ianmacd
cec723135c
- fix quoting bug in PINE address completion
2002-06-12 19:43:00 +00:00
ianmacd
33c1e950f8
- update release to 20020611
2002-06-11 16:49:57 +00:00
ianmacd
05752104ce
- BASH_COMPLETION_DIR had a typo and was set to /etc/bash_completion
...
instead of /etc/bash_completion.d
- in tar completion, completing on files within a tar file would consume all
memory in bash 2.05a (the perennial compgen -W bug)
2002-06-10 13:36:50 +00:00
ianmacd
4629533e91
- updated release to 20020609
2002-06-09 15:22:26 +00:00
ianmacd
7c16b7956d
- unzip and zipinfo now recognise the .wsz extension (used for Winzip skin
...
files and xmms)
2002-06-09 06:38:04 +00:00
ianmacd
f54f7f7bd6
- tar completion now recognises the .tbz2 extension
2002-06-09 06:35:56 +00:00
ianmacd
309d6b0e0f
- galeon, links and curl now also complete on .html files
2002-06-09 06:30:35 +00:00
ianmacd
f4f16686be
- tar cf completed properly, but tar -cf did not
2002-06-06 14:48:16 +00:00
ianmacd
d83b7603ea
- updated release to 20020605
2002-06-05 07:55:22 +00:00
ianmacd
b474b1dfe6
- _tar(): display directories properly when returning contents of tar files
...
- add .html file completion for netscape, mozilla, lynx, w3m
2002-06-05 07:52:44 +00:00
ianmacd
e7f77a7cdb
- use of \ls to avoid calling an alias will still call a function of that
...
name, if one is defined. Use built-in 'command' instead
2002-06-04 03:45:09 +00:00
ianmacd
9bbdab7c79
- add newgrp to list of commands that complete on group names
2002-06-04 03:28:41 +00:00
ianmacd
fa7f83f272
- _tar(): use parameter substitution instead of calling tr(1)
2002-06-04 03:27:03 +00:00
ianmacd
835bc25be6
- tar completion now completes first on tar files, then on their contents
2002-06-02 20:19:38 +00:00
ianmacd
ae76dc287a
- bash complete completion by Guillaume Rousse <rousse@ccr.jussieu.fr>
2002-06-01 19:16:20 +00:00
ianmacd
e057176bfe
- lilo(8) completion by Guillaume Rousse <rousse@ccr.jussieu.fr>
2002-06-01 19:01:05 +00:00
ianmacd
ff01750d2f
- Java completion overhaul by Guillaume Rousse <rousse@ccr.jussieu.fr>
2002-06-01 18:58:06 +00:00
ianmacd
955f8ac024
- updated release to 20020601
2002-06-01 16:46:19 +00:00
ianmacd
3bacdca5a8
- _known_hosts(): BSD sed (and others) has no /i modifier, so we need
...
[Mm][Aa][Dd][Nn][Ee][Ss][Ss] style matching. Sigh...
2002-05-30 18:26:41 +00:00
ianmacd
2f36889d9b
From: Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>
...
- fix bug present in both _comp-dpkg-installed-packages() and
_comp-dpkg-hold-packages() that results in all packages being returned.
2002-05-30 18:17:29 +00:00
ianmacd
eb5b564fcb
- add basic completion for RCS suite (rcs, rlog, ci, co)
2002-05-30 17:08:15 +00:00
ianmacd
b327f451a0
- updated release to 20020528
2002-05-28 18:34:38 +00:00
ianmacd
6fe0d5a4ed
From Goetz Waschk <waschk@informatik.uni-rostock.de>
...
- java -jar completes on .jar files
2002-05-28 18:34:11 +00:00
ianmacd
ec86c0fc3d
From: Guillaume Rousse <rousse@ccr.jussieu.fr>
...
- urpmi now completes on rpm files
- urpmf, urpme, urpmq completion added
2002-05-28 18:16:05 +00:00
ianmacd
ce32c9174c
- update release to 20020521
2002-05-21 15:10:13 +00:00
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
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
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