summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky5-23/+105
_argument_sets and the C-code for it (11320)
2000-05-11make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky6-9/+45
values for menu style to start menu-selection if list is too long for screen (11319)
2000-05-11Spelling corrections in the docs (11315)Oliver Kiddle16-65/+247
2000-05-10Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle2-1/+6
2000-05-1011314: fix for typeset -U not updating value in environmentPeter Stephenson3-10/+21
2000-05-1011312: defs.mk depends on config.status.Bart Schaefer2-1/+9
2000-05-1011310: use zmanref. (fix for 11309)Tanaka Akira2-2/+2
2000-05-1011309: Doc/Zsh/expn.yo: fix missing section.Tanaka Akira2-1/+5
2000-05-1011302: Cursor placement and defensive programming.Bart Schaefer2-5/+9
2000-05-10AIX dependency fixOliver Kiddle2-1/+3
2000-05-10Fix breakage from 11195 (11300)Oliver Kiddle2-2/+6
2000-05-1011299: edit-command-line zle widgetPeter Stephenson3-1/+25
2000-05-10more fixes for _arguments and its docs (11298)Sven Wischnowsky3-5/+12
2000-05-1011297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer3-14/+27
2000-05-10misc. _arguments fixesSven Wischnowsky3-12/+29
2000-05-1011287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2-1/+6
2000-05-10fix for `-+opt' with mutex list (11294)Sven Wischnowsky2-2/+5
2000-05-10update `%p' replacement in _files (11292)Sven Wischnowsky2-1/+5
2000-05-10revert 11280Tanaka Akira2-4/+1
2000-05-1011288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer3-0/+9
expect it to be closed.
2000-05-0911285: zftp exit hookPeter Stephenson2-22/+43
2000-05-09Use _math for completing the let builtinOliver Kiddle2-8/+4
2000-05-09complete using _arguments for typeset and its variants (11282)Oliver Kiddle2-8/+74
2000-05-0911280: Completion/User/_make: suppress an error with closed stdinTanaka Akira3-5/+12
on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh.
2000-05-09make nslookup function more like real nslookup (11277)Sven Wischnowsky2-1/+11
2000-05-0911276: fix build on OpenBSD.Tanaka Akira3-403/+1075
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky7-5/+51
cursor; add insert-tab style (11274)
2000-05-09option name clash in _arguments (11273)Sven Wischnowsky3-4/+7
2000-05-09fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2-2/+7
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky3-39/+100
argument has to come after the `=' (11270)
2000-05-08minor doc fixes (11268)Oliver Kiddle3-5/+7
2000-05-08Small fix in Etc/CONTRIBUTORSOliver Kiddle2-1/+5
2000-05-0811264: Missed bit of doc for 10771.Bart Schaefer2-4/+17
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson5-1/+33
2000-05-08CONTRIBUTORS fixGeoff Wing1-0/+4
2000-05-08Fix my email addressGeoff Wing1-1/+1
2000-05-08close fd for pty-master in sub-shellSven Wischnowsky2-0/+3
2000-05-0811252: no colon at the end of zftp function contextsPeter Stephenson24-230/+394
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky3-9/+18
2000-05-083.1.7-pre-3 marked in ChangeLogPeter Stephenson1-0/+4
2000-05-08better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky2-2/+7
2000-05-08* Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2-2/+7
has only zombie processes.
2000-05-08Version 3.1.7-pre-3Peter Stephenson1-2/+2
2000-05-0811194, 11200, 11214Peter Stephenson7-42/+106
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky5-3/+28
style to ignore words already on the line (11244)
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky14-61/+203
2000-05-0611236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2-4/+9
2000-05-06add _look.Tanaka Akira1-1/+2
2000-05-0611224: Util/mkdisttree.sh: problem with pattern matching `.' inTanaka Akira2-1/+4
find.
2000-05-0611223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira6-103/+158
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.