1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
Commit Graph

1776 Commits

Author SHA1 Message Date
Wayne Davison
4c7a5a6813 Got rid of some of the specified option-conflicts between the
delete options -- I was using it to cut down on the useless
suggestions, but it was failing to continue completing if the
user specified something like "--delete-after --delete" (which
is valid but superfluous).  Also got rid of an accidental
option-conflict between --archive (-a) and --recursive (-r).
2005-02-20 02:28:29 +00:00
Wayne Davison
59eecf6da3 Added the last 2 new options from the upcoming rsync 2.6.4. 2005-02-20 02:06:44 +00:00
Motoi WASHIDA
c9334d616f users/8522: Completion/Darwin/Command/_defaults: fixed the number of spaces
broken while sending the patch by email.
2005-02-18 16:05:14 +00:00
Peter Stephenson
294ef9e872 users/8522: Motoi Washida: quotation in Darwin completion 2005-02-18 10:20:34 +00:00
Wayne Davison
4040e0bb1f - Split the options up into two sets: daemon options, and client
options.  This makes sure that daemon options aren't offered
  after client options, and visa versa.
- Added some missing exclusion-lists for options (that avoids
  offering conflicting options to the user).
- Improved the description of a few options.
- Added some new options for the upcoming rsync 2.6.4.
2005-02-15 00:30:47 +00:00
Wayne Davison
db51fbe679 Added missing closing double-quote. 2005-02-10 08:10:04 +00:00
Bart Schaefer
8acdfd2981 Kris Shannon: 20801: fix missing $ in expression to parse script 2005-02-09 16:26:03 +00:00
Clint Adams
bac7c055c7 * 20773: Completion/Unix/Command/_getconf: additional variables from confstr(). 2005-02-01 20:40:39 +00:00
Wayne Davison
11dda3ab9a - Added new options for impending 2.6.4 release.
- Improved the descriptions of several old options.
- Got rid of the "-- ..." options to _arguments (so that we
  don't try to use the output of "rsync --help").
2005-01-28 10:15:05 +00:00
Clint Adams
6f7d6e541f 20739: change LANG to LC_MESSAGES in subversion completion 2005-01-23 19:56:09 +00:00
Clint Adams
c42a46f6e8 * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C. 2005-01-23 19:50:46 +00:00
Oliver Kiddle
c19e5516f4 remove larch completion, it has been superceded by tla 2005-01-21 10:59:46 +00:00
Oliver Kiddle
2e4a4ea952 20734: rewrite to handle version 2.2.0 of valgrind 2005-01-21 09:42:11 +00:00
Oliver Kiddle
96427ce997 20730: fix suffix style to regard quoted special characters as not special 2005-01-21 09:32:39 +00:00
Oliver Kiddle
1735ba7918 Motoi Washida: users/8380: complete plist files 2005-01-17 09:39:17 +00:00
Peter Stephenson
43ac170305 Fix .distfiles and .cvsignore 2005-01-12 10:53:06 +00:00
Peter Stephenson
cbd52eae53 20692: unset POSIXLY_CORRECT in test.
unposted: minor comment change in _perforce
2005-01-12 10:31:54 +00:00
Clint Adams
d7e97230ff * unposted: Completion/X/Command/_gnome-gv: move gnome-gv completion from C/U/C to C/X/C. 2005-01-11 18:18:56 +00:00
Clint Adams
8adffbd027 * 20665: improve completion for ggv/gnome-gv. 2005-01-10 18:43:19 +00:00
Oliver Kiddle
9040271492 20662: update for nedit 5.5 2005-01-10 12:34:04 +00:00
Oliver Kiddle
6db9e1287b list new functions 2005-01-10 11:18:30 +00:00
Clint Adams
fd976e490b * 20655: _deb_packages fix from Karl Chen. 2005-01-09 06:34:10 +00:00
Clint Adams
52a5481b1a * 20654: completion for wajig, and dpkg/deb_packages improvements from Karl Chen. 2005-01-09 06:23:51 +00:00
Clint Adams
0470a378b6 * 20650: completion for mencal. 2005-01-08 05:06:07 +00:00
Clint Adams
923be82207 * 20649: completion for cal and ncal. 2005-01-08 05:02:02 +00:00
Peter Stephenson
dc295b3131 unposted: limit some Perforce change completions to current client 2005-01-05 15:56:59 +00:00
Clint Adams
35b31bdb62 * 20639: Completion/Unix/Command/_bogofilter: improve 'bogoutil' completion for 0.93.3.1. 2004-12-27 17:05:40 +00:00
Clint Adams
9cd0ddd828 * 20637: Completion/Debian/Command/_lintian: add completion for 'lintian', a Debian package checker. 2004-12-25 16:27:24 +00:00
Clint Adams
ffe7a845bf * 20636: Completion/Unix/Command/_bogofilter: add completion for 'bogofilter' and 'bogotune' commands. 2004-12-25 15:40:29 +00:00
Clint Adams
f46e37a3dc * 20634: Completion/Unix/Command/_postfix: completion for postsuper. 2004-12-24 19:50:15 +00:00
Clint Adams
11841cdc72 * 20627: Completion/Unix/Command/_bogofilter: updated completion for newer bogoutil. 2004-12-16 03:26:31 +00:00
Clint Adams
a4c3d06744 * 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt Zimmerman. 2004-12-15 17:33:36 +00:00
Andrey Borzenkov
582732d05f 20617: fix completion of compressed modules for 2.6; add insmod completion 2004-12-10 16:05:25 +00:00
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
7daa6320b4 * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf. 2004-11-18 15:18:11 +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
Peter Stephenson
24a68220a1 improved Mac completion, from Motoi Washida 2004-11-12 11:47:41 +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
Bart Schaefer
12b44290ff _comp_options needs NO_kshtypeset 2004-10-22 15:51:48 +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