about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: add autom4te.cache to .cvsignore (autoconf-2.53?)Andrey Borzenkov2002-05-081-0/+5
|
* Assorted previously-uncommitted patches (16613, 16032, doc tweak).Bart Schaefer2002-05-061-0/+13
|
* fix _arguments' -s option (17078)Sven Wischnowsky2002-05-061-0/+5
|
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-031-0/+6
|
* 17057: completion for debfosterClint Adams2002-04-301-0/+5
|
* 17055: shared object linkage on the Hurd.Clint Adams2002-04-291-0/+4
|
* unposted: add missing bracket in _spamassassin.Clint Adams2002-04-291-0/+5
|
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-0/+5
| | | | swallowing up too many characters.
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-251-0/+3
| | | | $_comp_options.
* 17044: complete all files for w3m, not just *.html.Clint Adams2002-04-251-0/+5
|
* ChangeLog for 17040, 17041Peter Stephenson2002-04-251-0/+8
|
* remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2002-04-251-0/+5
|
* fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky2002-04-241-0/+6
| | | | re-defining styles and compredirs-copies in comp_wrapper() (17029)
* users/4851: Add Functions/Misc/relative.Bart Schaefer2002-04-231-0/+6
|
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-181-0/+5
| | | | freehostent() incorrectly removed in 16172.
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-0/+6
| | | | | Careful with long filenames in internal condition test; fix block file test for `-f'.
* Differentiate the two patches from 16703.Wayne Davison2002-04-171-2/+2
|
* make compvalues unquote the string from the line like comparguments does (16998)Sven Wischnowsky2002-04-171-0/+5
|
* Modified _java to use _java_class.Felix Rosencrantz2002-04-161-0/+5
|
* make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2002-04-161-0/+4
| | | | compfiles (users/4836)
* make _values not use -Q (16991)Sven Wischnowsky2002-04-161-0/+3
|
* treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky2002-04-161-0/+4
| | | | they are more like $s there (16990)
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-161-0/+25
|
* 16973: complete package name argument to apt-cache policy.Clint Adams2002-04-121-0/+3
|
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-121-0/+5
|
* 16955: _java_classFelix Rosencrantz2002-04-101-0/+6
|
* 16942: Allow zero-length matches in parameter substitutions.Peter Stephenson2002-04-081-0/+5
|
* 16935: update options completed for ssh and add sftp completionOliver Kiddle2002-04-041-0/+5
|
* name tweakClint Adams2002-04-041-1/+1
|
* 16934: complete ssh -1 as well as ssh -2.Clint Adams2002-04-041-0/+4
|
* add original string as match (like in _approximate)Oliver Kiddle2002-04-041-0/+3
|
* 16933: more sophisticated versions of these functionsOliver Kiddle2002-04-041-0/+5
|
* 16923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle2002-04-041-0/+5
|
* 16927 + a usage-message fix.Wayne Davison2002-03-301-0/+6
|
* 16895: cross-references to the `|&' and `>(...)' syntax.Bart Schaefer2002-03-281-0/+5
|
* 16913: fix completion after compdef -a and correct typosOliver Kiddle2002-03-271-0/+3
|
* John Beppu: 16866: new completion for figletOliver Kiddle2002-03-271-0/+3
|
* alter _generic example to be more robustOliver Kiddle2002-03-271-1/+5
|
* 16890Wayne Davison2002-03-241-0/+9
|
* 16879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson2002-03-211-0/+8
| | | | | | | Functions/Zle/down-line-or-beginning-search, Doc/Zsh/contrib.yo: originally by Bart --- widgets which combine up-line-or-search and history-beginning-search-backward behaviour.
* 16864: fix remote file completion with relative pathsOliver Kiddle2002-03-191-0/+3
|
* correct my mistake which broke file completion after grepOliver Kiddle2002-03-191-0/+3
|
* 16862: allow print's -s and -z options to be used with -fOliver Kiddle2002-03-191-0/+5
|
* 16850: remote file completion via rsync and ssh, plus all options valid in ↵Clint Adams2002-03-171-0/+5
| | | | rsync 2.5.2.
* 16849: shift off `-s' argument.Bart Schaefer2002-03-171-0/+4
|
* 16847: complete multiple -j's after cvs update.Clint Adams2002-03-171-0/+3
|
* 16846: complete xdvi .dvi.gz and .dvi.bz2 too.Clint Adams2002-03-171-0/+5
|
* 16820: change tests to match 16759.Bart Schaefer2002-03-161-0/+4
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-151-0/+10
| | | | completion and add _pick_variant to resolve program variants in general
* 16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameterOliver Kiddle2002-03-151-0/+5
|