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

1810 Commits

Author SHA1 Message Date
Andrey Borzenkov
c7d4b71f5a 21066: rsync:// support and more fixes 2005-03-26 22:15:33 +00:00
Andrey Borzenkov
3574473703 21053: be more intelligent in searching for konqueror profiles 2005-03-24 19:09:25 +00:00
Andrey Borzenkov
05291f7e2d 21051: more tweaks in SVR4 completion 2005-03-22 20:03:49 +00:00
Peter Stephenson
4883bbeebc 21046: make unfunction compadd more reliable 2005-03-21 22:11:30 +00:00
Oliver Kiddle
f1d0ca4d80 Stephen Rüger: 21019: new completion for mpc 2005-03-21 17:59:23 +00:00
Wayne Davison
87dceeae1c The --compare-dest, --link-dest, and (new) --copy-dest options
needed to allow duplication and to exclude each other.
2005-03-11 19:24:35 +00:00
Clint Adams
6ab396f5fb * 20961: Completion/Unix/Command/_baz: fix completion of status and diff subcommands. 2005-03-11 01:11:36 +00:00
Andrey Borzenkov
fde5350632 20957: SVR4 and Solaris support 2005-03-10 18:35:11 +00:00
Motoi WASHIDA
0c3de591d3 20953: "du --version" tries to display size of files in current directory on FreeBSD and Darwin. 2005-03-09 03:35:41 +00:00
Clint Adams
1f9166d4e1 * 20951: Completion/Unix/Command/_baz: fix version detection and baz merge completion. 2005-03-09 02:03:50 +00:00
Clint Adams
8d906d2822 * 20946: Completion/Linux/Command/_iwconfig: completion for iwconfig command. 2005-03-07 18:59:33 +00:00
Clint Adams
eb8e55c91e * 20944: Completion/Debian/Command/_uscan: completion for uscan command. 2005-03-07 04:25:38 +00:00
Clint Adams
97d543e601 * 20943: Completion/Linux/Command/_tune2fs: completion for tune2fs command. 2005-03-07 03:21:46 +00:00
Clint Adams
76640bfc44 * 20942: Completion/Unix/Command/_showmount: completion for showmount command. 2005-03-07 03:18:53 +00:00
Clint Adams
6d5ff606f5 * 20941: Completion/Unix/Command/_mii-tool: completion for mii-tool command. 2005-03-07 03:13:48 +00:00
Clint Adams
061026bfd4 * 20940: Completion/Unix/Command/_knock: completion for knock command. 2005-03-07 03:07:05 +00:00
Clint Adams
fa16a6e1b1 * 20939: Completion/Unix/Command/_groff: completion for groff command. 2005-03-07 02:59:24 +00:00
Clint Adams
ac4f19bf37 * 20938: Completion/Unix/Command/_fuser: completion for fuser command. 2005-03-07 02:52:30 +00:00
Clint Adams
e2ace8f5e4 * 20937: Completion/Unix/Command/_fortune: completion for fortune command. 2005-03-07 02:40:42 +00:00
Clint Adams
bb2a6cd760 * 20936: Completion/Linux/Command/_acpi: completion for acpi command. 2005-03-07 02:38:29 +00:00
Andrey Borzenkov
41b2e0cb68 20932: Add copy comand completion 2005-03-05 10:31:06 +00:00
Motoi WASHIDA
b7ab36d9f6 unposted: arguments are required after -imagekey, -srcimagekey options 2005-03-03 20:10:40 +00:00
Motoi WASHIDA
da1d4534a6 unposted: softwareupdate is a system software update tool for Mac OS X 2005-03-03 19:58:58 +00:00
Oliver Kiddle
1b50dff802 20921: using UCS-4BE instead of ISO-10646 to identify character encoding
is more portable, find more encodings in iconv completion on Solaris
20924: make error message more specific
2005-03-03 14:13:03 +00:00
Oliver Kiddle
eb82327576 Henryk Konsek: 20918: new completion for unace 2005-03-03 13:54:50 +00:00
Clint Adams
b456dfcfba * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'Connor
to limit recursion depth in make completion variable expansion.
2005-03-02 20:31:17 +00:00
Wayne Davison
dca8aa342a Don't try to expand a single-character Makefile variable if
it is a digit.
2005-03-02 19:06:23 +00:00
Wayne Davison
c7ca063321 Got rid of --copy-dest, which didn't make it into rsync 2.6.4. 2005-03-01 15:48:38 +00:00
Peter Stephenson
7da2604acb 20897: complete system printers in _a2ps 2005-03-01 11:57:48 +00:00
Oliver Kiddle
c7eb5a72f1 20867: handle imported files that are specified using a relative path 2005-02-25 14:09:25 +00:00
Oliver Kiddle
230872fa10 Konstantin Sobolev: 20832 (modified): gather targets from imported files 2005-02-24 17:05:46 +00:00
Clint Adams
23f6fa7244 * 20847: Completion/compaudit: stop adding gratuitous elements to fpath when MARK_DIRS is set. 2005-02-23 03:39:27 +00:00
Peter Stephenson
a4a6f27c8e 20834: use _webbrowser in _kfmclient 2005-02-21 13:42:32 +00:00
Wayne Davison
673cabdd39 - Added a missing '=' to two commands that take args.
- Removed the unintentional arg from --delay-updates.
2005-02-20 18:54:33 +00:00
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