Doug Kearns
48582a9a60
update python completion for version 2.4
2004-12-06 12:50:59 +00:00
Doug Kearns
5e2d881858
update screen completion for version 4.00
2004-12-01 14:15:22 +00:00
Clint Adams
9a68e6425b
* 20583: Completion/Unix/Command/_ssh: complete "modern" options
...
such as GSSAPIAuthentication.
2004-11-27 17:41:22 +00:00
Doug Kearns
fdae219903
offer multiuser screen sessions for attaching/detaching
2004-11-27 15:20:28 +00:00
Doug Kearns
f1846d402b
20571: update javac completion for J2SE 5.0
2004-11-20 17:35:00 +00:00
Clint Adams
a01ba07763
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by Michał Politowski.
2004-11-18 15:12:45 +00:00
Wayne Davison
e4ba1a2ec8
Use ";&" to have the new "(\$*)" case fall through to the continue.
2004-11-11 19:05:25 +00:00
Wayne Davison
115c000e25
Handle $$ when expanding variables.
2004-11-10 17:28:25 +00:00
Peter Stephenson
40f62b6201
_bittorrent, from Jussi Pakkanen
2004-11-09 10:47:54 +00:00
Clint Adams
07d95ba04c
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
...
in expandVars().
2004-11-02 23:26:42 +00:00
Wayne Davison
53dc7a77fc
Added the 7 remaining options that were missing from the _arguments
...
list.
2004-10-13 05:50:08 +00:00
Wayne Davison
bb5c466af8
Got rid of "cmdargs" local since it is no longer used.
2004-10-12 20:05:13 +00:00
Wayne Davison
bf1b892e39
Added the new options for 2.6.3 (only omitting --checksum-seed, which
...
is an advanced option that is not needed by normal users).
2004-10-07 07:43:44 +00:00
Wayne Davison
4b3edafbbd
This version now uses a zsh function to parse the makefile instead
...
of awk or perl. That function has been enhanced to follow includes
and to expand variables (which makes a target such as foo$(EXEEXT)
expand into the right executable extention for the current system).
2004-10-01 17:16:02 +00:00
Clint Adams
0fa7015cc8
* 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by not using awk.
2004-09-30 16:05:47 +00:00
Wayne Davison
1199a03348
Some improvements suggested by Oliver.
2004-09-28 00:02:35 +00:00
Peter Stephenson
db7e23754d
unposted: improve p4 add to ignore files being added already
2004-09-27 11:17:43 +00:00
Wayne Davison
4d431e1068
Completion for the darcs revision control system. Derived from
...
the zsh completion example that ships with darcs.
2004-09-25 00:26:08 +00:00
Peter Stephenson
f212e8072d
Unposted: update _perforce for release 2004.2
2004-09-21 14:41:05 +00:00
Wayne Davison
5652f0e09c
Incorporate Jean-Baptiste Quenot's change that improves the parsing
...
of the <target ...> tag.
2004-08-24 20:52:23 +00:00
Wayne Davison
60b7d10a80
- Fixed the perl code that was using the @matches array.
...
- Simplified the other perl code just a little.
2004-08-21 03:07:01 +00:00
Wayne Davison
472e21e242
One of the new parenthetical expressions needs to not return a value
...
so that it doesn't put items into the @matches array.
2004-08-18 20:30:27 +00:00
Wayne Davison
f12d3cca9f
Don't output a target "VAR" for a line of the form "VAR := VALUE".
2004-08-18 20:22:46 +00:00
Wayne Davison
9dd5252c9f
Don't output make targets all clumped into a single string when useperl
...
is enabled.
2004-08-18 17:10:27 +00:00
Oliver Kiddle
f4973986e9
20237: handle mysqlimport, more mysql options. Redo screen session completion
2004-08-07 19:01:09 +00:00
Oliver Kiddle
0172512966
20235: sync remote file completion against _ssh to fix bug with quote handling
2004-08-07 14:28:31 +00:00
Peter Stephenson
8c9a6b01d1
20199: improve MIME handling.
2004-07-26 16:59:53 +00:00
Oliver Kiddle
6bc341280e
20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems
2004-07-23 14:19:28 +00:00
Oliver Kiddle
d8e4bb5a38
Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes
2004-07-19 16:30:54 +00:00
Oliver Kiddle
5177458d40
20069: complete character encodings case-insensitively for GNU iconv
2004-06-17 13:12:25 +00:00
Oliver Kiddle
c8de227be6
20059: check for systems using . separator instead of for those using :
2004-06-17 13:10:05 +00:00
Clint Adams
7c35cffb0d
20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.
2004-06-15 20:33:43 +00:00
Clint Adams
957c870b57
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
2004-05-28 14:24:18 +00:00
Peter Stephenson
3971345ee6
unposted: _perforce: minor tweak to revision syntax
2004-05-19 11:10:47 +00:00
Doug Kearns
d4cc68878c
unposted: aap short and long options are mutually exclusive
2004-04-26 13:47:07 +00:00
Peter Stephenson
817b5a142c
19825: add changes style
2004-04-23 17:11:39 +00:00
Clint Adams
acbd025a02
19798: rudimentary completion for bogoutil.
2004-04-19 20:58:47 +00:00
Doug Kearns
9b32c65e49
19775: new completion for php
2004-04-16 15:50:00 +00:00
Clint Adams
dd9929a30e
* 19606: Completion/Unix/Command/_tla: switch tla completion to
...
the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
2004-04-15 03:56:39 +00:00
Clint Adams
255ed50eae
* Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:
...
fix quoting for remote file completion, add -L to ls command.
2004-04-14 14:54:13 +00:00
Oliver Kiddle
9ea50e0e4d
Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands
2004-04-14 08:17:48 +00:00
Oliver Kiddle
36b568a4f1
add missing local declaration
2004-04-14 08:11:20 +00:00
Clint Adams
417c52e243
* 19673: Peter Palfrader: Completion/Unix/Command/_cvs:
...
tags can contain the + character.
----------------------------------------------------------------------
2004-03-22 23:43:36 +00:00
Bart Schaefer
2313f83218
As suggested by 19666 and corrected by 19668, fix remote file completion.
2004-03-21 01:54:49 +00:00
Oliver Kiddle
443f97422a
fix indentation, missing local and add to .distfiles
2004-03-12 16:32:08 +00:00
Clint Adams
247b73c60f
19614: Completion/Unix/Command/_mtr: better descriptions and grouping.
2004-03-12 15:35:32 +00:00
Clint Adams
0cef280ab7
19613: Completion/Unix/Command/_vux: better descriptions and indentation.
2004-03-12 15:19:07 +00:00
Clint Adams
05f58bbb17
19605: Completion/Unix/Command/_mtr: completion for Matt's traceroute.
2004-03-11 21:58:49 +00:00
Clint Adams
01838ff30b
19604: Completion/Unix/Command/_vux: completion for vux and vuxctl.
2004-03-11 21:29:47 +00:00
Oliver Kiddle
d351673349
add _tla
2004-03-11 17:36:31 +00:00
Clint Adams
eef98da697
* 19600: Completion/Unix/Command/_tla: rudimentary completion for tla.
2004-03-11 15:42:58 +00:00
Oliver Kiddle
4788a4fac3
19540: fix completion to use states and complete .wav files for mplayer
2004-03-05 13:25:26 +00:00
Oliver Kiddle
8bf68849c4
19507: new completions
2004-03-01 12:22:51 +00:00
Doug Kearns
0f17025f1b
19498: update antiword completion for version 0.35
2004-02-29 01:47:23 +00:00
Doug Kearns
e3bb9504fe
19477: improve lynx option argument descriptions
2004-02-28 12:19:57 +00:00
Doug Kearns
1556ce6f1f
unposted: reword --help description and add a version string to _raggle
2004-02-26 13:07:25 +00:00
Doug Kearns
060e8f4eed
19468: capitalize URL abbreviation in completion descriptions
2004-02-26 12:57:21 +00:00
Doug Kearns
67b03b2f2c
19458: new completion for raggle
2004-02-25 05:00:00 +00:00
Oliver Kiddle
824ea0edc9
19457: new sed and uniq completions, add descriptions for rar commands and
...
update completion for ssh-keygen
2004-02-23 17:03:09 +00:00
Oliver Kiddle
01c29ffd95
19455: complete hostnames and nfs mounts
2004-02-20 10:56:11 +00:00
Oliver Kiddle
a5cced9099
complete also for apache2ctl
2004-02-16 11:00:22 +00:00
Oliver Kiddle
c3b929c634
19418: update completions to new versions
2004-02-13 18:42:03 +00:00
Oliver Kiddle
97ab9b22d7
Mikael Magnusson: 19405: new completion for gphoto2
2004-02-04 14:33:21 +00:00
Oliver Kiddle
63b336243f
19387: add (-.) glob qualifier to globs where only files are directly applicable
2004-01-21 13:53:28 +00:00
Peter Stephenson
88af97c80e
19364: completion for printenv
2004-01-14 17:03:56 +00:00
Oliver Kiddle
356f432985
19364: new completions for aptitude, getent and catcgsegv
2004-01-14 17:01:11 +00:00
Doug Kearns
28156d76a3
19358: update elinks completion for version 0.9.0
2004-01-13 05:10:08 +00:00
Oliver Kiddle
f8c004aa61
19299: try to handle completion of devices better
2003-12-16 16:23:08 +00:00
Oliver Kiddle
966afb4622
Baptiste Daroussin: 19272: small updates
2003-12-04 14:23:29 +00:00
Oliver Kiddle
825c0ad82f
adjust to work with the newer version of subversion's help output
2003-12-04 13:58:20 +00:00
Doug Kearns
b456768681
unposted: update elinks completion for version 0.4.3
2003-11-28 06:24:13 +00:00
Oliver Kiddle
790f71f06a
19265: update for latest versions
2003-11-21 20:29:51 +00:00
Oliver Kiddle
c1b91436be
tidy up descriptions
2003-11-21 09:39:57 +00:00
Doug Kearns
ae0d635bee
unposted: wget --dns-cache option takes a boolean argument
2003-11-17 05:01:04 +00:00
Oliver Kiddle
4c9979e962
removed _w3mhistory
2003-11-14 12:00:47 +00:00
Oliver Kiddle
b583396674
19244: various completion function fixes and updates
2003-11-14 11:56:52 +00:00
Doug Kearns
18c6d88d2f
unposted: fix typo in _w3m
2003-11-14 07:18:14 +00:00
Peter Stephenson
990f7b91df
_perforce completion bug fixes
2003-11-11 10:35:55 +00:00
Peter Stephenson
026631ab81
zsh-users/6727 (Lloyd Zusman): improve _w3m
2003-10-27 11:17:29 +00:00
Clint Adams
a19eb0c4f0
* 19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase
...
to complete normal commands after screen.
2003-10-25 14:12:47 +00:00
Peter Stephenson
a190add859
unposted: Make _perforce easier to use with add-on commands.
2003-10-13 16:54:25 +00:00
Oliver Kiddle
9d9e92d209
update for nmap 3.48
2003-10-09 09:46:15 +00:00
Peter Stephenson
8e06a4a7f5
unposted: more new files weren't in .distfiles
2003-10-08 13:53:25 +00:00
Peter Stephenson
0d82bda526
unposted: improve Perforce p4 -H completion
2003-09-25 10:15:46 +00:00
Peter Stephenson
0c82828e86
unposted: improve Perforce label completion
2003-09-24 14:53:19 +00:00
Peter Stephenson
f27036858a
19112: several improvements and fixes for Perforce completion
2003-09-22 13:04:37 +00:00
Peter Stephenson
726b13a3a3
18959: improve _perforce global option handling again
2003-08-22 10:30:08 +00:00
Peter Stephenson
6bbad942fe
18958: improved option handling for p4 change
2003-08-21 18:27:15 +00:00
Oliver Kiddle
d27da0dce0
18956: update a2ps completion for a2ps 4.13
2003-08-21 12:55:35 +00:00
Peter Stephenson
8bcffc6b11
18951: Better option handling (c.f. 18948)
2003-08-20 12:03:07 +00:00
Oliver Kiddle
ea412fbe4b
18949: new completion for du
2003-08-20 10:41:51 +00:00
Peter Stephenson
baa21b02ad
18942: Fix / suffix handling in _perforce
2003-08-20 10:04:08 +00:00
Oliver Kiddle
6d8b974765
18947: also complete options using _arguments
2003-08-20 09:03:05 +00:00
Adam Spiers
5dfa9ad36a
unposted: Completion/Unix/Command/_perl: allow completion of .PL files
...
(e.g. Makefile.PL). Thanks to Marko Myllynen for the suggestion.
2003-08-19 22:03:02 +00:00
Adam Spiers
a4b0788fe6
unposted: Completion/Unix/Command/_irssi: fix quoting bug.
2003-08-19 22:01:10 +00:00
Peter Stephenson
247d829b73
18948: Pass global options to p4
2003-08-19 19:52:01 +00:00
Doug Kearns
62d4b9f9d8
18944: update ruby completion for version 1.8.0
2003-08-16 09:22:11 +00:00
Oliver Kiddle
2f6bd52bcf
*** empty log message ***
2003-08-06 09:22:37 +00:00
Oliver Kiddle
6715bc154e
fix _cvs quoting bug, new _cdrecord and remove _archie (archie servers are gone)
2003-08-05 10:17:13 +00:00
Oliver Kiddle
280593163d
new chmod completion
2003-08-01 11:47:41 +00:00
Oliver Kiddle
7f642889e5
move _global_tags
2003-07-31 15:28:54 +00:00
Oliver Kiddle
232c4ce103
moved from Completion/Unix/Command
2003-07-31 15:27:52 +00:00
Oliver Kiddle
b84399b9cb
tidy up of many completions (updates, fixes, improvements and plain aesthetics)
2003-07-31 15:26:13 +00:00
Oliver Kiddle
adf2c2a0b6
18893, 18901: new completions for rar/unrar and ogg vorbis; improve _pkgtool
2003-07-24 11:52:58 +00:00
Oliver Kiddle
f863b49206
18900: new iptables and nmap completions
2003-07-24 10:16:33 +00:00
Oliver Kiddle
5ce1bd325a
18890: new completion for sabcmd
2003-07-23 11:11:39 +00:00
Doug Kearns
7209f6be5a
18872: update javac completion for SDK 1.4.x and rename serialvar to serialver
2003-07-21 07:29:57 +00:00
Clint Adams
49d9ee0e09
18874: Completion/Unix/Command/_subversion: PATH can mean files too.
2003-07-20 16:15:23 +00:00
Oliver Kiddle
307812f4ce
adjust return code to not break the prefix-needed style
2003-07-17 12:42:15 +00:00
Doug Kearns
53eb501c70
18863: new completion for aap
2003-07-17 04:57:00 +00:00
Doug Kearns
088f324ad4
unposted: remove initial capitalisation from option descriptions
2003-07-16 01:44:15 +00:00
Peter Stephenson
48dbd4a65c
18839/18840: Completion for nice
2003-07-09 14:06:14 +00:00
Clint Adams
f92a529edc
18xxx: Completion/Unix/Command/_subversion: completion for svn and svnadmin.
...
18xxx: Completion/Debian/Command/_debsign: completion for debsign, by Matt Zimmerman.
2003-07-07 03:23:13 +00:00
Peter Stephenson
33aca1ff6c
19696: quoting of existing CVS-managed files was wrong
2003-07-03 11:34:56 +00:00
Oliver Kiddle
a267832ddf
18631: returning too early breaks prefix-needed style set to false
2003-06-25 09:03:04 +00:00
Clint Adams
d1b28b35ef
18627: -resize and -shave options to _imagemagick mogrify.
2003-06-25 02:53:11 +00:00
Oliver Kiddle
b3ccc068a4
18607: correctly handle quoting for remote files for rcp completion
2003-06-05 13:23:49 +00:00
Peter Stephenson
5e22d7ee42
unposted: zsh-4.1.1-test-3
2003-05-28 14:17:05 +00:00
Oliver Kiddle
860764b30a
18520: add a bunch of old new completions (had all been left unfinished awhile)
2003-05-12 10:37:47 +00:00
Oliver Kiddle
68dc356896
18519: use of read builtin was broken in changes to option parsing
2003-05-12 10:10:44 +00:00
Peter Stephenson
78b02d9c03
18512: fix 18508 properly this time.
2003-05-08 10:30:45 +00:00
Oliver Kiddle
9d071829ec
users/6080, users/6083: more quoting fixes
2003-05-07 12:44:46 +00:00
Oliver Kiddle
a5f7097d9a
18472: spelling corrections
2003-04-25 11:18:50 +00:00
Oliver Kiddle
29a3496ebb
18462: complete files in addition to commands
2003-04-23 12:00:57 +00:00
Felix Rosencrantz
537f405ca1
18459: Completion/Unix/Command/_screen: fix up suggestions from Oliver, and other changes.
2003-04-22 17:32:40 +00:00
Oliver Kiddle
1ff08b73d6
correct exit code to be 0 when matches added
2003-04-22 12:42:20 +00:00
Oliver Kiddle
0fed25f461
18458: handle the prefix-needed style in _describe -o and new completion for renice
2003-04-22 12:32:43 +00:00
Felix Rosencrantz
c1e87808ac
18455: Screen completion function
2003-04-19 17:23:45 +00:00
Oliver Kiddle
ed20475b55
18449: complete dictionary databases and strategies, handle suffixes better and
...
handle the separate-sections style for separate databases with dict words
2003-04-18 08:34:49 +00:00
Peter Stephenson
f713bf4b09
18432: Minor miscellany of comments and rationalisations.
2003-04-03 10:24:40 +00:00
Oliver Kiddle
a9293199ec
18390: tidy up _prcs and update _xmlsoft for latest xsltproc version
2003-03-26 16:52:58 +00:00
Doug Kearns
187ce46d15
18369: update _tidy completion
2003-03-20 23:49:05 +00:00
Doug Kearns
e0ae2a59b3
unposted: remove unnecessary parameter declarations in _xmlsoft
2003-03-18 06:00:04 +00:00
Doug Kearns
586de1938f
18351: new completion for antiword
2003-03-14 12:14:24 +00:00
Oliver Kiddle
01e67ec323
fix completions of locales on Linux, complete for more commands using
...
existing completions and more improvements to sccs completion
2003-03-12 18:55:12 +00:00
Peter Stephenson
9ba4f4af9c
18344: note in _perforce that tag-order now works.
2003-03-12 12:04:32 +00:00
Doug Kearns
aa09c3c859
unposted: remove initial capitalisation from some descriptions
2003-03-12 04:43:46 +00:00
Oliver Kiddle
a8a7df84ed
handle prefix-hidden style
2003-03-10 15:16:27 +00:00
Doug Kearns
1c300357f5
18314: general improvements to ruby completion
2003-03-06 03:47:43 +00:00
Oliver Kiddle
4b09b20be2
correct typo from recent change
2003-02-27 09:29:24 +00:00
Doug Kearns
e4443a2d4f
18305: new completion for python
2003-02-27 05:12:25 +00:00
Oliver Kiddle
194e4cac61
18300: handle tar's -C option better
2003-02-26 14:56:47 +00:00
Peter Stephenson
fcc7489b7e
not in 18276: update Perforce completion
2003-02-23 16:05:58 +00:00
Oliver Kiddle
4e6c75fa78
18269: improve sccs file completion to handle both direct & indirect references
2003-02-21 11:01:19 +00:00
Oliver Kiddle
079ed78139
18257: merge _xmllint and _xsltproc into _xmlsoft
2003-02-18 16:47:07 +00:00
Oliver Kiddle
a2b2c354ff
Doug Kearns: 18259: added more browsers and correct 'urls' description to 'url'
2003-02-18 16:02:21 +00:00
Oliver Kiddle
5cb11fabd0
18257: make use of _webbrowser
2003-02-18 12:56:48 +00:00
Oliver Kiddle
20528c3743
Doug Kearns: 18254: new completion for xmllint (from xmlsoft.org's libxml2)
2003-02-18 10:02:32 +00:00
Oliver Kiddle
447d4011c6
remove capitalisation - lowercase being our convention for descriptions
2003-02-17 10:24:55 +00:00
Oliver Kiddle
070db3c678
18246: minor updates
2003-02-17 10:20:24 +00:00
Oliver Kiddle
b9d8d6f200
users/5915: two levels of quoting are needed for remote files with scp
2003-02-13 16:14:51 +00:00
Peter Stephenson
67512e04ae
unposted: fix _perforce function names
2003-02-13 10:41:44 +00:00
Peter Stephenson
9dbf7405fa
unposted: rename _p4 to _perforce
2003-02-11 17:42:27 +00:00
Peter Stephenson
50b77cd584
unposted: create 4.1.0-dev-7
2003-02-04 11:33:27 +00:00
Peter Stephenson
ac62ad2b1f
18175: Completion for Perforce
2003-02-03 13:52:29 +00:00
Oliver Kiddle
1c9fc3f3be
Doug Kearns: 18159: new completion function for HTML Tidy
2003-01-30 15:07:01 +00:00
Oliver Kiddle
cd70d2745c
Doug Kearns: 18141: new completion for elinks web browser
2003-01-27 10:35:44 +00:00
Oliver Kiddle
5385a822b6
18121: add new function for completing e-mail addresses
2003-01-17 09:23:34 +00:00
Oliver Kiddle
0e037e4d99
18058: complete remote files for rcp
2003-01-07 08:51:10 +00:00
Oliver Kiddle
cd28eb9c71
18058: correct typo
2003-01-07 08:49:53 +00:00
Oliver Kiddle
a9d6514476
18058: allow multiple port redirections
2003-01-07 08:49:16 +00:00
Oliver Kiddle
11207a7e48
new completion functions for lsof, mt and xsltproc
2003-01-07 08:48:32 +00:00
Oliver Kiddle
1882594465
17961: Armin Wolfermann: add OpenBSD support in _sysctl
2002-11-25 12:08:25 +00:00
Oliver Kiddle
f598130ee8
Zvi Har'El: complete also for rcsdiff
2002-11-12 14:43:14 +00:00
Oliver Kiddle
b10cb015c6
Thierry Vignaud: add option descriptions and missing options
2002-11-12 11:53:38 +00:00
Oliver Kiddle
56fb02f1d3
Akinori Musha: 17719: add support for the pkg_create command
2002-09-26 10:30:00 +00:00
Oliver Kiddle
88adedc1d5
17542: Thomas Stromberg: most systems don't have /etc/mtab
2002-09-16 17:29:17 +00:00
Oliver Kiddle
bb9a84d4c4
add descriptions for keyword substitutions
2002-09-06 15:39:26 +00:00
Clint Adams
0b0f8cbc3c
17629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c.
2002-09-06 06:19:57 +00:00
Clint Adams
9ad6a0eff9
17620: add new/missing lynx options.
2002-09-04 19:10:23 +00:00
Oliver Kiddle
58ff8e64c6
fix minor bug - -g to _files was missing despite presence of the glob
2002-09-03 20:02:50 +00:00
Oliver Kiddle
30aa9063e8
pass -F option through to ssh when getting remote files for scp completion
2002-09-03 19:05:27 +00:00
Oliver Kiddle
f4065b138b
17591: new _losetup and move _modutils and _valgrind to Linux directory
2002-09-03 12:32:58 +00:00
Oliver Kiddle
bb9a3f1e01
17607: pass on options for port no to ssh when getting remote files for scp
2002-09-03 12:28:41 +00:00
Oliver Kiddle
227194d7e0
moved to Completion/Linux/Command
2002-09-03 12:26:53 +00:00
Oliver Kiddle
043c302261
17577: pass classpath as an option to _java_class
2002-08-24 19:19:14 +00:00
Oliver Kiddle
967f2978a3
handle killall5
2002-08-19 15:00:10 +00:00
Oliver Kiddle
664395e56f
users/5266: with the call-command style parse ant -projecthelp to get targets
2002-08-19 14:54:13 +00:00
Oliver Kiddle
578c258264
complete also for the nail command
2002-08-19 14:52:45 +00:00
Felix Rosencrantz
e0bc44d060
Valgrind version 1.0.0 was released.
2002-08-19 02:05:02 +00:00
Peter Stephenson
513088857a
17535: use-perl style for _make
2002-08-14 15:18:19 +00:00
Oliver Kiddle
d2608bb9bd
17522: clean up a few things
2002-08-09 16:05:43 +00:00
Oliver Kiddle
e7652ce1e6
17522: also handle tkinfo
2002-08-09 16:04:46 +00:00
Oliver Kiddle
5440b945dd
17521: new completion for ant
2002-08-09 15:28:24 +00:00
Clint Adams
cea681c928
17509: complete .xhtml files as well as .html files.
2002-08-07 00:15:05 +00:00
Oliver Kiddle
e5ccda3b9c
17484: fix option check and add missing #autoload tag
2002-07-26 13:54:37 +00:00
Clint Adams
f45395457b
17476: Matt Zimmerman's completion for GNU GLOBAL.
2002-07-22 21:31:44 +00:00
Tanaka Akira
adfd162709
* 17459: Completion/Unix/Command/_cvs: exclude file which have
...
RCS kflags for cvs add.
2002-07-16 04:47:47 +00:00
Sven Wischnowsky
f5c8907ec5
keep globbing quiet in _path_files; check if group/user exists in _chown (17393)
2002-07-02 14:06:44 +00:00
Peter Stephenson
61f9940d67
Usual .distfiles tidy-up
2002-06-17 13:29:23 +00:00
Clint Adams
5441412544
17266: check manpath
even when $MANPATH is set.
2002-05-31 05:02:38 +00:00
Oliver Kiddle
d8d9181861
add handling for the other texinfo commands (besides info)
2002-05-28 14:22:38 +00:00
Clint Adams
b66a4a262f
17234: don't call _path_files with empty ().
2002-05-26 19:22:42 +00:00
Clint Adams
53ec91769c
17225: $=CVSIGNORE instead of $CVSIGNORE
2002-05-25 23:04:02 +00:00
Andrey Borzenkov
395cb853d7
17125, 17159 (Oliver): info completion
2002-05-23 14:36:17 +00:00
Clint Adams
c08e0636e8
17211: respect $CVSIGNORE.
2002-05-23 06:23:34 +00:00
Sven Wischnowsky
b169a45ebc
let _init_d use a pre-pattern (17193)
2002-05-21 07:58:24 +00:00
Sven Wischnowsky
ba168b43da
fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191)
2002-05-21 07:44:57 +00:00
Felix Rosencrantz
bfc32be424
(17021) Added _valgrind, completion function for Julian Seward's Linux-based memory checking tool.
2002-05-20 21:51:56 +00:00
Felix Rosencrantz
9b9b21cc67
Function for Tom Lord's arch SCM tool. It still has many problems,
...
but seems to be the fullest larch completion function so far.
2002-05-20 14:29:47 +00:00
Andrey Borzenkov
e484b0f83c
17075, 17076: _urpmi and chkconfig/services
2002-05-08 09:18:12 +00:00
Clint Adams
daa674de33
unposted: add missing bracket in _spamassassin.
2002-04-29 03:03:56 +00:00
Clint Adams
4e4a8475fb
17044: complete all files for w3m, not just *.html.
2002-04-25 15:16:26 +00:00
Felix Rosencrantz
b3e7ac2f75
Modified _java to use _java_class.
2002-04-16 14:15:33 +00:00
Sven Wischnowsky
61f8a07bfc
make more calls to _message use the -e option (16988)
2002-04-16 07:48:43 +00:00
Oliver Kiddle
e38adccc5d
16935: update options completed for ssh and add sftp completion
2002-04-04 14:59:54 +00:00
Clint Adams
87ac2d16d9
16934: complete ssh -1 as well as ssh -2.
2002-04-04 12:41:35 +00:00
Oliver Kiddle
1f14da726e
John Beppu: 16866: new completion for figlet
2002-03-27 14:47:14 +00:00
Oliver Kiddle
25b84ec914
handle dot files and directories too
2002-03-19 18:45:32 +00:00
Oliver Kiddle
79952b8e05
16864: fix remote file completion with relative paths
2002-03-19 17:28:20 +00:00
Oliver Kiddle
40c3087461
correct my mistake which broke file completion after grep
2002-03-19 14:49:16 +00:00
Oliver Kiddle
c4bc712432
arg to -C option must be in the same word
2002-03-19 14:38:36 +00:00
Clint Adams
ad47f84fa8
16850: remote file completion via rsync and ssh, plus all options valid in rsync 2.5.2.
2002-03-17 19:00:29 +00:00
Clint Adams
ff494e0299
16847: complete multiple -j's after cvs update.
2002-03-17 05:15:35 +00:00
Oliver Kiddle
79323d6d41
16842: resolve name clash for nc between netcat and the nedit client for
...
completion and add _pick_variant to resolve program variants in general
2002-03-15 16:26:08 +00:00
Oliver Kiddle
2fa33574f0
16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameter
2002-03-15 14:49:36 +00:00
Oliver Kiddle
975b133365
16823: complete for values of GZIP and any *PATH or *path parameters
2002-03-14 15:54:36 +00:00
Peter Stephenson
10cbfa987a
16821+16831: _gzip, _compress, _bzip2 complete after redirections
2002-03-14 14:38:48 +00:00
Sven Wischnowsky
45f9a36216
remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819)
2002-03-13 09:28:04 +00:00
Oliver Kiddle
799b34d817
16804: completion for sccs
2002-03-11 13:08:25 +00:00
Clint Adams
968d8e5e2c
16789: completion for netcat
2002-03-10 04:20:55 +00:00
Adam Spiers
d5d9de3ae3
16779: Completion/Unix/Command/_mysqldiff,
...
Completion/Unix/Command/.distfiles: new completion for my mysqldiff
utility.
2002-03-07 14:00:43 +00:00
Clint Adams
8ad09f834c
16778: completion by Istvan Sebestyen for irssi.
2002-03-07 13:36:38 +00:00
Adam Spiers
824e519964
16769: Completion/Unix/Command/_gcc: fix typo
2002-03-06 14:22:40 +00:00
Sven Wischnowsky
f56ba813bb
allow different sets of completion definitions selected with option -T to compdef; use this for parameter values and redirections (16755)
2002-03-04 08:53:41 +00:00
Sven Wischnowsky
8dcd8e54c5
make _guard use _mesage -e'; make
_message -e' use $curtag as a default; change uses of _guard (16708)
2002-02-25 09:09:31 +00:00
Bart Schaefer
f2da4d4ed8
Fix sed expression to correctly extract option names from ~/.pinerc file.
2002-02-21 06:00:57 +00:00
Clint Adams
e8487f3198
16662: use parameter expansion instead of grep, sed, and seq.
2002-02-17 16:46:11 +00:00
Clint Adams
d5ac256e14
Gergely Nagy, 16644: completion for cdcd.
2002-02-14 17:56:53 +00:00
Clint Adams
aa9b40fb5d
16568: get listing of entire directory for approximation and other purposes.
2002-02-05 18:10:52 +00:00
Clint Adams
6b932f3cf7
16566: show ls -F classifiers as display strings.
2002-02-05 18:03:24 +00:00
Clint Adams
8db461b8e4
16555: add | to bracket expression, 2>/dev/null
2002-02-04 18:44:14 +00:00
Clint Adams
190aef0e25
16553: differentiate between files and directories during remote scp completion.
2002-02-04 18:03:02 +00:00
Felix Rosencrantz
2d35fd6ab0
Fixed some problems with _cvs and flags. Fixed _perl to complete a script
...
args with _normal.
2002-02-04 06:25:35 +00:00
Clint Adams
1dd643b016
16540: short options and local files
2002-02-03 06:12:34 +00:00
Clint Adams
c3e0113d1c
16514: initscript completion fixes
2002-01-30 03:38:29 +00:00
Sven Wischnowsky
3807c902a2
add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483)
2002-01-22 10:22:47 +00:00
Sven Wischnowsky
f463b09b13
allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472)
2002-01-21 16:13:15 +00:00
Oliver Kiddle
4f6493aff1
*** empty log message ***
2002-01-18 14:49:02 +00:00
Oliver Kiddle
f879a295e1
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
2002-01-17 18:49:32 +00:00
Oliver Kiddle
d7822305b4
16461: a number of minor completion function updates
2002-01-16 16:29:51 +00:00
Oliver Kiddle
8476aa7fc2
16449: new chkconfig completion for both the RedHat and IRIX commands
2002-01-14 14:17:50 +00:00
Sven Wischnowsky
5659f442c0
allow manual pages to be shown separated by section with new separate-sections style (16426)
2002-01-10 11:00:05 +00:00
Bart Schaefer
31634c24e7
users/4483: with "cvs add" et al., complete names of locally removed (but
...
not committed) files.
2002-01-06 01:08:16 +00:00
Oliver Kiddle
96de4d0740
16396: fix argument handling bugs
2002-01-03 12:47:55 +00:00
Oliver Kiddle
eabe9ea6f8
users/4561: fix code for finding the zipfile's name in the current command-line
2002-01-02 17:14:08 +00:00
Clint Adams
bc10b0e0a5
16375: command completion for fsh
2001-12-26 03:46:13 +00:00
Oliver Kiddle
17502f6eb2
add missing description argument in _values calls (16366)
2001-12-19 15:10:38 +00:00
Oliver Kiddle
cd4e617bfd
new ifconfig completion (16366)
2001-12-19 15:07:29 +00:00
Oliver Kiddle
62f2d97f4c
allow tag-order to select order of files and urls (16323)
2001-12-12 11:34:18 +00:00