ianmacd
17bf8dfd21
- update release to 20020727
2002-07-27 07:12:57 +00:00
ianmacd
ef2d6ece51
- fix typo in vim completion and add a couple more file types to avoid
...
returning as possible completions
2002-07-27 07:12:32 +00:00
ianmacd
075fd0f00a
- _man(): when completing on man page names, a trailing dot would be removed
...
when trying to complete a man page such as syslog.conf
2002-07-26 16:55:35 +00:00
ianmacd
fd3805b2c7
- update to release 20020723
2002-07-23 13:59:48 +00:00
ianmacd
b0557f3bd1
- allow '@' in the release of RPM packages for rpm completion
2002-07-23 13:59:15 +00:00
ianmacd
f0adf7b79f
- allow gunzip et al to recognise .dz files (compressed dict files)
2002-07-22 18:08:53 +00:00
ianmacd
35f8bf35e2
- add _user_at_host() for user@host style completion. Use this for finger
...
and talk
- scp completion now no longer appends a space with bash 2.05b
- scp completion now discards stderr when performing remote path completion
2002-07-22 16:57:28 +00:00
ianmacd
d8be416b26
- bzgrep et all now also recognise .tbz2
...
- update release to 20020716
2002-07-16 06:16:50 +00:00
ianmacd
9725f20f81
- mount completion will now complete on Samba shares (only the volume, not
...
the hostname part)
2002-07-15 23:07:03 +00:00
ianmacd
b4abecb7f1
- catch more possible completions in configure completion
2002-07-15 21:07:02 +00:00
ianmacd
e326210cf6
- add some file types that xv can complete on
2002-07-12 07:21:06 +00:00
ianmacd
efcfb475da
- update release to 20020711
2002-07-11 05:54:51 +00:00
ianmacd
ff8cd72f23
- PINE address book completion fix
...
- allow WINE to complete on .scr files
2002-07-08 03:09:22 +00:00
ianmacd
82d9255c64
- updated release to 20020704
2002-07-04 05:13:41 +00:00
ianmacd
673ba3b1fa
- urpmi completion update from Guillaume Rousse <rousse@ccr.jussieu.fr>
2002-07-04 03:45:06 +00:00
ianmacd
83c5e0a4ea
- touch-ups to mplayer completion
2002-07-04 03:14:47 +00:00
ianmacd
ed9a4aa051
- updated release to 20020626
2002-06-26 06:28:12 +00:00
ianmacd
02d4e529c1
- make tilde expansion work during chown completion
2002-06-26 03:30:50 +00:00
ianmacd
a45daccea2
- make tar completion -o filenames by default.
...
-o dirnames can be obtained by setting $COMP_TAR_INTERNAL_PATHS prior to
sourcing.
2002-06-25 13:48:33 +00:00
ianmacd
3f5b430433
- restore expansion of ~: its removal broke too much
2002-06-24 19:40:04 +00:00
ianmacd
451b2bbefd
- update release to 20020624
2002-06-24 14:37:13 +00:00
ianmacd
f46c3ed6e8
- avoid tilde expansion where possible, but do interpret the meaning of
...
~user. This stops 'cd ~us<Tab>' from expanding to 'cd /home/user/'
2002-06-24 14:34:50 +00:00
ianmacd
7be50d3488
- gdb completion defaults to -o filenames, not -o default
...
- simplify process matching code in gdb completion
2002-06-24 06:22:11 +00:00
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