about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 16577: don't return a single dot as the path head of a slash.Clint Adams2002-02-061-1/+6
|
* 16568: get listing of entire directory for approximation and other purposes.Clint Adams2002-02-051-0/+3
|
* 16566: show ls -F classifiers as display strings.Clint Adams2002-02-051-0/+5
|
* 16556: No error on `print >&-'.Bart Schaefer2002-02-041-0/+5
|
* 16555: add | to bracket expression, 2>/dev/nullClint Adams2002-02-041-2/+2
|
* 16553: differentiate between files and directories during remote scp completion.Clint Adams2002-02-041-0/+5
|
* Fixed some problems with _cvs and flags. Fixed _perl to complete a scriptFelix Rosencrantz2002-02-041-0/+7
| | | | args with _normal.
* 16540: short options and local filesClint Adams2002-02-031-0/+5
|
* Akinori Musha: 16534: a few bug fixes and some wording fixesOliver Kiddle2002-02-011-1/+6
|
* use RPS2 to put states on the rightOliver Kiddle2002-01-311-0/+3
|
* 16494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle2002-01-311-0/+4
|
* 16493: correct typosOliver Kiddle2002-01-311-0/+2
|
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-311-0/+5
|