about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 11297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer2000-05-103-14/+27
* misc. _arguments fixesSven Wischnowsky2000-05-103-12/+29
* 11287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2000-05-102-1/+6
* fix for `-+opt' with mutex list (11294)Sven Wischnowsky2000-05-102-2/+5
* update `%p' replacement in _files (11292)Sven Wischnowsky2000-05-102-1/+5
* revert 11280Tanaka Akira2000-05-102-4/+1
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-103-0/+9
* 11285: zftp exit hookPeter Stephenson2000-05-092-22/+43
* Use _math for completing the let builtinOliver Kiddle2000-05-092-8/+4
* complete using _arguments for typeset and its variants (11282)Oliver Kiddle2000-05-092-8/+74
* 11280: Completion/User/_make: suppress an error with closed stdinTanaka Akira2000-05-093-5/+12
* make nslookup function more like real nslookup (11277)Sven Wischnowsky2000-05-092-1/+11
* 11276: fix build on OpenBSD.Tanaka Akira2000-05-093-403/+1075
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-097-5/+51
* option name clash in _arguments (11273)Sven Wischnowsky2000-05-093-4/+7
* fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2000-05-092-2/+7
* new -A and -S options to _arguments; `-opt=-' specs for options whose argumen...Sven Wischnowsky2000-05-093-39/+100
* minor doc fixes (11268)Oliver Kiddle2000-05-083-5/+7
* Small fix in Etc/CONTRIBUTORSOliver Kiddle2000-05-082-1/+5
* 11264: Missed bit of doc for 10771.Bart Schaefer2000-05-082-4/+17
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-085-1/+33
* CONTRIBUTORS fixGeoff Wing2000-05-081-0/+4
* Fix my email addressGeoff Wing2000-05-081-1/+1
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-082-0/+3
* 11252: no colon at the end of zftp function contextsPeter Stephenson2000-05-0824-230/+394
* more problems with optional arguments in _arguments (11253)Sven Wischnowsky2000-05-083-9/+18
* 3.1.7-pre-3 marked in ChangeLogPeter Stephenson2000-05-081-0/+4
* better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky2000-05-082-2/+7
* * Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2000-05-082-2/+7
* Version 3.1.7-pre-3 zsh-3.1.7-pre-3Peter Stephenson2000-05-081-2/+2
* 11194, 11200, 11214Peter Stephenson2000-05-087-42/+106
* make _expand call _complete when called from _expand_word; add ignore-line st...Sven Wischnowsky2000-05-085-3/+28
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-0814-61/+203
* 11236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2000-05-062-4/+9
* add _look.Tanaka Akira2000-05-061-1/+2
* 11224: Util/mkdisttree.sh: problem with pattern matching `.' inTanaka Akira2000-05-062-1/+4
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-066-103/+158
* 11219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2000-05-053-148/+303
* Small doc fix and AIX dependency fixOliver Kiddle2000-05-053-2/+7
* 11213: Completion/User/_cvs: don't complete files which isTanaka Akira2000-05-052-3/+10
* 11204: Completion/User/_look: use more precise explanation andTanaka Akira2000-05-052-2/+8
* 11196: zmv enhancementsPeter Stephenson2000-05-052-16/+108
* CONTRIBUTORS fixesPeter Stephenson2000-05-052-3/+8
* completion function cleanup for `_arguments' with the `-C' option and using i...Sven Wischnowsky2000-05-0525-238/+318
* some more memory initialisation after allocation; shouldn't possibly have don...Sven Wischnowsky2000-05-053-4/+14
* 11190: Completion/User/_look: new completion for look.Tanaka Akira2000-05-052-0/+22
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-053-5/+8
* 11185: Update contributors list for 3.1.7Peter Stephenson2000-05-052-10/+103
* use `eval' in nslookup for pager, in case someone has PAGER='less -foo' or so...Sven Wischnowsky2000-05-052-1/+6
* Use one function for compression/decompression programs and new lzop completionOliver Kiddle2000-05-059-22/+173