about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 11312: defs.mk depends on config.status.Bart Schaefer2000-05-101-0/+4
|
* 11310: use zmanref. (fix for 11309)Tanaka Akira2000-05-101-1/+1
|
* 11309: Doc/Zsh/expn.yo: fix missing section.Tanaka Akira2000-05-101-0/+4
|
* 11302: Cursor placement and defensive programming.Bart Schaefer2000-05-101-0/+5
|
* AIX dependency fixOliver Kiddle2000-05-101-0/+2
|
* Fix breakage from 11195 (11300)Oliver Kiddle2000-05-101-0/+4
|
* 11299: edit-command-line zle widgetPeter Stephenson2000-05-101-0/+5
|
* more fixes for _arguments and its docs (11298)Sven Wischnowsky2000-05-101-0/+5
|
* 11297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer2000-05-101-1/+7
|
* misc. _arguments fixesSven Wischnowsky2000-05-101-0/+3
|
* 11287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2000-05-101-0/+5
|
* fix for `-+opt' with mutex list (11294)Sven Wischnowsky2000-05-101-0/+2
|
* update `%p' replacement in _files (11292)Sven Wischnowsky2000-05-101-0/+4
|
* revert 11280Tanaka Akira2000-05-101-3/+0
|
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-101-0/+7
| | | | expect it to be closed.
* 11285: zftp exit hookPeter Stephenson2000-05-091-0/+5
|
* Use _math for completing the let builtinOliver Kiddle2000-05-091-0/+2
|
* complete using _arguments for typeset and its variants (11282)Oliver Kiddle2000-05-091-0/+5
|
* 11280: Completion/User/_make: suppress an error with closed stdinTanaka Akira2000-05-091-3/+10
| | | | | | on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh.
* make nslookup function more like real nslookup (11277)Sven Wischnowsky2000-05-091-0/+5
|
* 11276: fix build on OpenBSD.Tanaka Akira2000-05-091-0/+4
|
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-091-0/+5
| | | | cursor; add insert-tab style (11274)
* option name clash in _arguments (11273)Sven Wischnowsky2000-05-091-0/+3
|
* fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2000-05-091-0/+3
|
* new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky2000-05-091-0/+6
| | | | argument has to come after the `=' (11270)
* minor doc fixes (11268)Oliver Kiddle2000-05-081-0/+2
|
* Small fix in Etc/CONTRIBUTORSOliver Kiddle2000-05-081-0/+4
|
* 11264: Missed bit of doc for 10771.Bart Schaefer2000-05-081-0/+4
|
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-081-0/+7
|
* CONTRIBUTORS fixGeoff Wing2000-05-081-0/+4
|
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-081-0/+2
|
* 11252: no colon at the end of zftp function contextsPeter Stephenson2000-05-081-0/+5
|
* more problems with optional arguments in _arguments (11253)Sven Wischnowsky2000-05-081-0/+3
|
* 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-081-0/+5
|
* * Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2000-05-081-0/+5
| | | | has only zombie processes.
* 11194, 11200, 11214Peter Stephenson2000-05-081-0/+14
|
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-081-0/+5
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-0/+10
|
* 11236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2000-05-061-0/+5
|
* 11224: Util/mkdisttree.sh: problem with pattern matching `.' inTanaka Akira2000-05-061-0/+3
| | | | find.
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-061-0/+6
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
* 11219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2000-05-051-0/+5
| | | | option description to `_cvs' and fix typo in _diff_options.
* Small doc fix and AIX dependency fixOliver Kiddle2000-05-051-0/+5
|
* 11213: Completion/User/_cvs: don't complete files which isTanaka Akira2000-05-051-0/+3
| | | | already on command line for `cvs add', `cvs remove' and `cvs commit'.
* 11204: Completion/User/_look: use more precise explanation andTanaka Akira2000-05-051-0/+5
| | | | complete an optional second argument.
* 11196: zmv enhancementsPeter Stephenson2000-05-051-0/+6
|
* CONTRIBUTORS fixesPeter Stephenson2000-05-051-0/+5
|
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-051-0/+15
| | | | it's return value (11195)
* some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky2000-05-051-0/+6
| | | | done any harm (11193)