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
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
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