summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-0729756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.Simon Ruderich2-2/+6
2011-09-0729755: add -O stop to to _ssh.Mikael Magnusson2-2/+6
2011-09-0629733: Jonathan: add apt-get changelog completion.Mikael Magnusson2-2/+6
2011-09-0629741: _zattr: add ret=0 and fix filename globbing.Mikael Magnusson2-3/+6
2011-09-0629740: _wget: add --content-disposition.Mikael Magnusson2-2/+5
2011-09-0629739: _rsync: redefine _rsync(), -e takes cuddled argsMikael Magnusson2-142/+149
2011-09-0629738: _ssh: Add PreferredAuthentications completion.Mikael Magnusson2-1/+7
2011-09-0629736: mention when zstyle -t returns 1.Mikael Magnusson2-2/+7
2011-09-05users/16302: pattern matching for plain files was broken by 29444Bart Schaefer2-3/+20
2011-08-30unposted: fix missing attribution in changelogSimon Ruderich1-2/+3
2011-08-3029745: Completion/X/Command/_mplayer: fix -ss completion.Simon Ruderich2-2/+6
2011-08-2929744: don't mess up non '-A' cases in read -E fixPeter Stephenson2-2/+14
2011-08-29users/16291: prompt_bart_preexec uses history text in the non-"fg" caseBart Schaefer2-3/+9
to avoid alias expansion.
2011-08-2929722, 29706: fix two things in _mplayer.Mikael Magnusson2-5/+11
2011-08-2829731: fix read -AE, test that and read -AePeter Stephenson3-3/+23
2011-08-28users/16289: don't delete temporary files on disown.Peter Stephenson4-21/+43
Document.
2011-08-20Belatedly add move-line-in-buffer.Bart Schaefer2-2/+5
2011-08-2029711: Avoid expensive "getent group" unless directories are group writable.Bart Schaefer2-20/+27
2011-08-2029707: Completion/Unix/Command/_ln: New _ln completerNikolai Weibull3-1/+83
2011-08-1829705: add correct number of slashes when completing //TRANSLIT.Mikael Magnusson2-2/+5
2011-08-18unposted: move _schedtool to correct dirMikael Magnusson4-2/+10
2011-08-1829694: avoid overwriting current history word when not expanding an aliasBart Schaefer1-1/+2
or history event in-place.
2011-08-18Use preexec hook to replace "fg" et al. with the jobtext of the resumed job.Bart Schaefer1-2/+27
2011-08-18users/16251: use preexec hook in prompt_bart_setup to capture jobtext.Bart Schaefer1-1/+9
29694: Avoid overwriting current history word when not expanding an alias or history event.
2011-08-1729703: crash when failing to parse process substitutionsPeter Stephenson4-2/+18
2011-08-17users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson3-2/+14
2011-08-17Anthony R Fletcher: users/16260: new systemctl completionPeter Stephenson3-1/+109
2011-08-1729698: Completion/Unix/Command/_git: Complete diff options for git logNikolai Weibull2-2/+10
2011-08-1729690: new _twidge and _cryptsetup completers from Daniel Friesel.Mikael Magnusson5-1/+187
2011-08-1729683: add -O forward to _ssh.Mikael Magnusson2-2/+4
2011-08-1729682: new _schedtool completerMikael Magnusson3-1/+30
2011-08-1729681: use [] to dereference region_highlightsMikael Magnusson2-8/+13
2011-08-1629650: Don't lose time info after a suspend+restore.Wayne Davison2-1/+8
2011-08-15unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson2-5/+12
2011-08-1429504: note when (#cN,M) can't be used in place of # or ##.Mikael Magnusson2-12/+16
2011-08-1429388, 29680: clarify note about e:string: quoting.Mikael Magnusson2-3/+6
2011-08-1429677: Do not allow external processes in a pipeline to become suspendedBart Schaefer4-6/+24
when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended.
2011-08-14unposted: fix capitalized word in the middle of a sentenceMikael Magnusson2-4/+7
2011-08-14unposted: fix a typo in a comment.Mikael Magnusson2-2/+4
2011-08-1428852: Use syntax that doesn't depend on SHORT_LOOPS being set.Mikael Magnusson3-5/+7
2011-08-14unposted: ChangeLog: put two spaces between name and email, remove ↵Mikael Magnusson1-56/+56
non-initial tabs
2011-08-1429673: Clarify what 'other' in the ignore-line style doesMikael Magnusson2-3/+8
2011-08-12missed ChangeLogPeter Stephenson1-1/+3
2011-08-11fix datetime autofeaturesPeter Stephenson1-1/+1
2011-08-11fix tests using zsh/datetime that I brokePeter Stephenson3-4/+29
2011-08-1129674: add $epochtime to datetimePeter Stephenson1-1/+6
2011-08-1129674: add $epochtime to datetimePeter Stephenson2-2/+61
2011-08-10unposted: fix two typos in 29661Mikael Magnusson1-7/+6
2011-08-1029663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson5-3/+56
2011-08-1029654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer3-8/+26
as by job number; temporary (?) workaround for pipelines getting lost if TSTP is delivered when a shell builtin is the tail of the pipe.