summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2013-10-2431877: fix behaviour of disable -p with parenthesesPeter Stephenson1-0/+5
2013-10-2431888: Add another test for pipestatus.Peter Stephenson1-0/+3
This one was reliably failing before the fix, see zsh-workers-31870
2013-10-2431882: Insulate completion widget against environment.Peter Stephenson1-0/+3
Prevents change in pipestatus leaking back out.
2013-10-2431884: Make new pipestatus test implementation proof.Peter Stephenson1-0/+5
It seems uniq's vary in the number of spaces they output.
2013-10-2331879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer1-0/+8
2013-10-2331873: Document conventions for command options in builtinsPeter Stephenson1-0/+5
2013-10-21Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-0/+49
Conflicts: ChangeLog
2013-10-2131865: _git: Make --batch(-check) accept an argumentØystein Walle1-0/+3
Also reword the explanation slightly to make it more compact since more explanation is needed.
2013-10-2131864: _git: Add two sub-comamnds introduced in v1.8.4Øystein Walle1-0/+3
Add _git-check-ignore() and _git-check-mailmap()
2013-10-2131866: _git: Reword --heads to match new meaningØystein Walle1-0/+3
2013-10-2131862: _git: Add status.short and status.branchØystein Walle1-0/+3
2013-10-2131863: _git: Add new arguments introduced in Git v1.8.4Øystein Walle1-0/+3
2013-10-2131861: _git: Add git-clean -i/--interactive supportØystein Walle1-0/+5
- Add -i and --interactive to _git-clean() - Add column.clean configuration variable
2013-10-2131855: _git: revert: add '-e,--edit'm0viefreak1-0/+3
2013-10-2131856: _git: fix a few "undocumented" optionsm0viefreak1-0/+5
commit: '--null' is documented relink: '-h,--help' are never documented for subcommands but always exist verify-tag: '-v,--verbose' are documented with updated description diff: '--cumulative' is deprecated -> remove
2013-10-2131858: _git: fix wrong default valueØystein Walle1-0/+5
2013-10-2131857: _git: Remove unsupported -q option from diff optionsm0viefreak1-0/+5
2013-10-2131859: _git: re-order the last two git-blame argumentsØystein Walle1-0/+3
The proper syntax is git blame [<commit>] <file> where <commit> is optional.
2013-10-2131854: _git: Make git-show accept diff argumentsØystein Walle1-0/+3
2013-10-2131853: _git: Add missing column.* config variablesØystein Walle1-0/+5
2013-10-2131869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer1-0/+4
2013-10-19Fix merge conflictPeter Stephenson1-0/+5
2013-10-19Use VERBOSE option in execstring()Peter Stephenson1-0/+5
2013-10-1931849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer1-0/+5
2013-10-1831846: fix NOEXEC option in execsimple() optimisationPeter Stephenson1-0/+4
2013-10-1831840: "read" needs IFS unset to avoid stripping whitespace in makefilesBarton E. Schaefer1-0/+4
2013-10-1731832: make execrestore() more signal-safe.Bart Schaefer1-0/+2
2013-10-1731823: add HISTORY_IGNORE parameterBarton E. Schaefer1-0/+6
HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time.
2013-10-1731830: New feature for zshaddhistory hooks.Peter Stephenson1-0/+6
If the first non-zero return status is 2, save the line on the internal history list, but don't write it out.
2013-10-16Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson1-0/+6
Notes about interaction with asynchronous jobs such as process substitution and multios.
2013-10-1631872: zshaddhistory hook example needs options.Peter Stephenson1-0/+5
Only works with INCAPPENDHISTORY or SHAREHISTORY set.
2013-10-15Fix trivial typo in zshaddhistory doc.Peter Stephenson1-0/+4
2013-10-1231818: fix completion for zsh in _sh, and document the _arguments behavior ↵Barton E. Schaefer1-0/+7
that made the fix necessary To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way.
2013-10-11Update ChangeLog with previous commitsMikael Magnusson1-6/+21
2013-10-1131815: another fix for INCAPPENDHISTORY change.Peter Stephenson1-0/+5
We need to save immediately if something is pushed on the history stack to ensure we use the right file before popping.
2013-10-1031810: tests for simple XTRACE output from conditionsPeter Stephenson1-0/+3
2013-10-1031809: Make whitespace clear in trace output for patterns.Peter Stephenson1-0/+5
2013-10-0831801: missing local declaration for variables in completionEric Cook1-0/+5
2013-10-0831797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer1-0/+9
word nor an event designator There are still a few cases where expansion is attempted even though the documentation indicates it will not be, but in most of those cases the expansion will fail. The now-fixed case would fall back to default expansion of the previous command.
2013-10-0731794: further refinement to INCAPPENDHISTORY change.Peter Stephenson1-0/+3
With SHAREHISTORY we should make sure the code behaves as it always did, because it takes care about locking a file once for reading and writing.
2013-10-0731793: Fix problem with non-interactive history.Peter Stephenson1-0/+5
Modify 31789 so it doesn't try to save history from hbegin() in that case.
2013-10-06Add new options for rsync 3.1.0.Wayne Davison1-0/+5
2013-10-06users:18023: Add PIPEFAIL optionPeter Stephenson1-0/+5
2013-10-0531789: Save history for INCAPPENDHISTORY later.Han Pingtian1-0/+5
This improves the timing recorded in the history.
2013-10-0331784: better line width calculation for completion listingsBarton E. Schaefer1-0/+6
When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches.
2013-10-0331781: "compdescribe -i" clears the completion list column padding widthBarton E. Schaefer1-0/+6
2013-09-2631772: queue_signals() to prevent re-entry into endparamscope().Barton E. Schaefer1-0/+3
2013-09-2631770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer1-0/+5
2013-09-2531765: If zle starts in viins mark as insertion.Peter Stephenson1-0/+5
This allows undo to work on everything entered.
2013-09-2331764: Dewreakify havoc caused by pattern disables on glob qualifiers.Peter Stephenson1-0/+6
Don't use the zpc_specials array before it's defined, it's rude.