about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
* 17577: pass classpath as an option to _java_class pre-opt-argOliver Kiddle2002-08-244-31/+39
* 17573: complete new -s option to readOliver Kiddle2002-08-231-5/+6
* handle killall5Oliver Kiddle2002-08-191-2/+2
* complete for ifup and ifdown commandsOliver Kiddle2002-08-191-1/+1
* users/5266: with the call-command style parse ant -projecthelp to get targetsOliver Kiddle2002-08-191-11/+68
* complete also for the nail commandOliver Kiddle2002-08-191-1/+1
* nedit 5.3 adds a -version optionOliver Kiddle2002-08-191-10/+12
* Valgrind version 1.0.0 was released.Felix Rosencrantz2002-08-191-38/+47
* 17535: use-perl style for _makePeter Stephenson2002-08-141-2/+18
* 17206 (Bruno Bonfils), 17207 (Oliver): completion for auto-aptClint Adams2002-08-102-0/+58
* 17522: clean up a few thingsOliver Kiddle2002-08-094-85/+55
* 17522: also handle tkinfoOliver Kiddle2002-08-091-7/+19
* 17521: new completion for antOliver Kiddle2002-08-092-1/+39
* 17509: complete .xhtml files as well as .html files.Clint Adams2002-08-071-1/+1
* 17508: complete local files after file://localhost/ .Clint Adams2002-08-061-0/+1
* 17507: Completion/Unix/Type/_urls: complete local files after file:/// .Clint Adams2002-08-061-0/+1
* 17499: BSD pkg_* tools now support bzip2'd packagesOliver Kiddle2002-08-051-3/+3
* Unposted: fix typo in 17496.Peter Stephenson2002-08-021-1/+1
* 17496: update for new options in GNU diff 2.8.1Oliver Kiddle2002-08-011-18/+20
* 17484: fix option check and add missing #autoload tagOliver Kiddle2002-07-262-1/+2
* 17478: new tags for sarge.Clint Adams2002-07-241-2/+4
* 17476: Matt Zimmerman's completion for GNU GLOBAL.Clint Adams2002-07-223-0/+55
* * 17459: Completion/Unix/Command/_cvs: exclude file which haveTanaka Akira2002-07-161-1/+1
* don't display _dispatch as one of the called functions (17438)Sven Wischnowsky2002-07-081-3/+3
* keep globbing quiet in _path_files; check if group/user exists in _chown (17393)Sven Wischnowsky2002-07-022-3/+6
* 17391: complete files after dpkg -S.Clint Adams2002-07-011-10/+14
* add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2002-07-012-1/+4
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-262-1/+15
* users/5073: use typeset to get function names for compdumpBart Schaefer2002-06-231-7/+3
* Usual .distfiles tidy-up zsh-4.1.0-dev-5Peter Stephenson2002-06-171-1/+1
* 17266: check `manpath` even when $MANPATH is set.Clint Adams2002-05-311-8/+12
* fix for use of (z) parameter modifier; the first word in the parameter is par...Sven Wischnowsky2002-05-291-2/+4
* add handling for the other texinfo commands (besides info)Oliver Kiddle2002-05-281-53/+145
* 17244: don't complete udebs for dpkg -i or --unpackClint Adams2002-05-281-2/+2
* 17234: don't call _path_files with empty ().Clint Adams2002-05-261-1/+5
* 17225: $=CVSIGNORE instead of $CVSIGNOREClint Adams2002-05-251-1/+1
* unposted: use zstyle again now when it worksAndrey Borzenkov2002-05-231-4/+3
* 17125, 17159 (Oliver): info completionAndrey Borzenkov2002-05-232-1/+54
* for automatic long options completion, use the string after the equal signs (...Sven Wischnowsky2002-05-231-8/+23
* rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2002-05-232-4/+4
* 17211: respect $CVSIGNORE.Clint Adams2002-05-231-0/+1
* let _init_d use a pre-pattern (17193)Sven Wischnowsky2002-05-211-1/+3
* fix removal of automatically added specs (from the -- option) for which a use...Sven Wischnowsky2002-05-212-3/+3
* better splitting of -g-strings; this failed when patterns contained spaces (1...Sven Wischnowsky2002-05-211-2/+2
* (17021) Added _valgrind, completion function for Julian Seward's Linux-based ...Felix Rosencrantz2002-05-202-1/+49
* Function for Tom Lord's arch SCM tool. It still has many problems,Felix Rosencrantz2002-05-202-1/+1948
* fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky2002-05-142-2/+6
* allow users to give the maximum number of display-columns the matches should ...Sven Wischnowsky2002-05-142-3/+10
* unposted: fix context name; do not set style by default until it worksAndrey Borzenkov2002-05-121-3/+4
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-087-121/+217