about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 16823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle2002-03-141-0/+6
|
* 16821+16831: _gzip, _compress, _bzip2 complete after redirectionsPeter Stephenson2002-03-141-0/+7
|
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-0/+18
| | | | sub-contexts both for function and style lookup (16819)
* 16804: completion for sccsOliver Kiddle2002-03-111-0/+3
|
* 16803: option descriptionsOliver Kiddle2002-03-111-0/+5
|
* 16789: completion for netcatClint Adams2002-03-101-0/+3
|
* document the impossibility of timing builtinsClint Adams2002-03-101-0/+4
|
* Fix parsing of binary infix operators of test builtin.Bart Schaefer2002-03-071-1/+10
|
* 16779: Completion/Unix/Command/_mysqldiff,Adam Spiers2002-03-071-0/+6
| | | | | Completion/Unix/Command/.distfiles: new completion for my mysqldiff utility.
* 16778: completion by Istvan Sebestyen for irssi.Clint Adams2002-03-071-0/+6
|
* don't try to build the redirection string for the loops (for, foreach, ↵Sven Wischnowsky2002-03-071-0/+3
| | | | select) (16776)
* make zrecompile show the error messages from zcompile unless the -q option ↵Sven Wischnowsky2002-03-071-0/+5
| | | | is given (16774)
* 16769: Completion/Unix/Command/_gcc: fix typoAdam Spiers2002-03-061-0/+4
|
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-051-1/+5
|
* unposted: Config/version.mk: 4.1.0-dev-4Peter Stephenson2002-03-051-0/+2
|
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-0/+10
| | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
* 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson2002-03-041-0/+7
| | | | | | cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode.
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-041-0/+19
| | | | compdef; use this for parameter values and redirections (16755)
* add $redirections array to completion system parameters, containing ↵Sven Wischnowsky2002-03-011-0/+8
| | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
* 16748: Fix infinite loop introduced by 16464.Bart Schaefer2002-03-011-0/+5
|
* allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky2002-02-251-0/+3
|
* make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky2002-02-251-0/+4
|
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky2002-02-251-0/+9
| | | | change uses of _guard (16708)
* 16703Wayne Davison2002-02-221-0/+9
|
* 16620, 16697: add a and n parameter expansion flagsOliver Kiddle2002-02-221-0/+6
|
* 16689: list some things to do.Clint Adams2002-02-211-0/+2
|
* 16688: clarify the pseudo-randomness of RANDOM.Clint Adams2002-02-211-0/+5
|
* Fix sed expression to correctly extract option names from ~/.pinerc file.Bart Schaefer2002-02-211-0/+5
|
* 16678Wayne Davison2002-02-201-0/+4
|
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-201-0/+6
|
* 16673: add langinfo module as an interface to locale information.Clint Adams2002-02-191-0/+7
|
* unposted: METAFAQ distribution sites fixupGeoff Wing2002-02-191-0/+3
|
* 16635: make sure we display lists in singlelinezle modeGeoff Wing2002-02-191-0/+5
|
* 16672Wayne Davison2002-02-181-0/+5
|
* allow an argument containing only a single colon as a separator between ↵Sven Wischnowsky2002-02-181-0/+4
| | | | options to _arguments and specs (16669)
* fix group handling nothing should now possibly be added to the wrong group ↵Sven Wischnowsky2002-02-181-0/+3
| | | | again (16668)
* fix test for prefix-needed (16667)Sven Wischnowsky2002-02-181-0/+5
|
* 16662: use parameter expansion instead of grep, sed, and seq.Clint Adams2002-02-171-0/+5
|
* users/4678Wayne Davison2002-02-161-0/+5
|
* 16625Wayne Davison2002-02-161-0/+5
|
* 16618Wayne Davison2002-02-161-0/+5
|
* Gergely Nagy, 16644: completion for cdcd.Clint Adams2002-02-141-0/+5
|
* unposted: METAFAQ distribution sites fixupGeoff Wing2002-02-141-0/+5
|
* Two unposted tweaks.Wayne Davison2002-02-121-0/+7
|
* Add a special-dirs example.Bart Schaefer2002-02-121-0/+5
|
* add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky2002-02-121-0/+10
| | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609)
* unposted: improve apm and screen handlingClint Adams2002-02-091-0/+5
|
* 16590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams2002-02-081-0/+5
|
* fix for displaying matches in groups via _describe; go back to displaying ↵Sven Wischnowsky2002-02-071-0/+6
| | | | one match per line when lines get too long (16582)
* unposted: Colin Walters's prompt, adapted for the theme systemClint Adams2002-02-071-0/+6
|