summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-11-2037161: Disable the heuristic setting RPROMPT_INDENT to 0Mikael Magnusson1-0/+5
2015-11-2037170: suppress global create warning in functionPeter Stephenson1-0/+3
2015-11-2037168: No WARN_CREATE_GLOBAL on special parametersPeter Stephenson1-0/+2
2015-11-2020974: Bug with scalar assignment to special array in typesetPeter Stephenson1-0/+5
2015-11-2037164: _tmux: Complete external commandsDaniel Shahaf1-0/+3
2015-11-2037149: _git: Complete 'bisect/bad' refDaniel Shahaf1-0/+5
2015-11-1937159: Update to NEWS and READMEPeter Stephenson1-1/+3
2015-11-19unposted: describe separators between values in array assignmentPeter Stephenson1-0/+5
2015-11-1837145: suppress alias expansion in skipcomm()Barton E. Schaefer1-0/+5
Thus defer parsing aliases in $(...) et al. into the subshell
2015-11-1837140: note that <<(...) is < <(...)Peter Stephenson1-0/+4
2015-11-1737129: _git: Complete 'commit -p'Daniel Shahaf1-0/+4
2015-11-1737128: work around alias expansion trashing subscript parsingPeter Stephenson1-0/+3
2015-11-1737127: document indexing of $signalsPeter Stephenson1-0/+5
2015-11-16zed: Add -- to the `functions' builtin callsEric Cook1-2/+4
Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { }
2015-11-16_sockstat: minor improvementsEric Cook1-0/+5
allow -p, -P and -f's argument to be completed in the same word. Complete -P's argument using /etc/protocols again, while allowing a comma delimited list of protocols.
2015-11-1537119: further "Rules" clarificationsBarton E. Schaefer1-0/+4
2015-11-1437115: update for changes in ${(P)...} evaluation.Barton E. Schaefer1-0/+5
2015-11-13unposted: Make $EDITOR's jump-to-matching-brace happy.Daniel Shahaf1-0/+3
2015-11-1337031: _git-merge: Exclude ancestors of HEAD from recent commit completionDaniel Shahaf1-0/+3
As done for _git-cherry-pick in a428c6b62cb2 (36328 + 36340).
2015-11-1337025: vcs_info git: Add a cherry-pick patch-formatDaniel Shahaf1-0/+5
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto1-0/+4
2015-11-1337090: correctly handle blank lines in yodl macro example()Jun-ichi Takimoto1-0/+5
2015-11-1237096: Another $${(P)...} tweak.Peter Stephenson1-0/+8
Make a top level (P) work with nested ones, i.e. ${(P)${(P)...}...}
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson1-0/+5
2015-11-11missed log entryPeter Stephenson1-0/+5
2015-11-1037084: add implementation check to zsh/parm/private testPeter Stephenson1-0/+5
2015-11-09Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-0/+5
Conflicts: ChangeLog
2015-11-09Jun T. proofreadingBarton E. Schaefer1-1/+5
2015-11-0937085: fix doc: DEBUG_BEFORE_CMD is set by defaultJun-ichi Takimoto1-0/+5
2015-11-0837081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer1-0/+5
2015-11-0837080: use paramtab abstraction more consistently, add explanatory commentsBarton E. Schaefer1-0/+3
2015-11-0837079: better description of "optstr" field in struct builtin as used in ↵Barton E. Schaefer1-0/+5
BUILTIN() macro
2015-11-0737074: extend previous fix to over whitespace at endPeter Stephenson1-0/+5
2015-11-0637073: another SH_WORD_SPLIT problem.Peter Stephenson1-0/+6
In cases like x${:- y} the space was simply removed instead of being used for splitting.
2015-11-0437062: tentative mechanism for git commit descriptions.Peter Stephenson1-0/+6
Mechanism for forcing completion system into verbose mode is subject to change.
2015-11-0235303: remove Completion/Unix/Command/_systemdDaniel Hahler1-0/+5
systemd's upstream version seems to be maintained well, and e.g. on Arch Linux the version from Zsh gets removed in favour of it.
2015-11-0137038: add -l option to emulate to list options in emulationsPeter Stephenson1-0/+5
2015-10-3137029: update options and new tr completionOliver Kiddle1-0/+4
2015-10-3137028: new scl completionOliver Kiddle1-0/+2
2015-10-3136993: zed: fix argument parsingEric Cook1-0/+4
2015-10-31unposted (cf. 36998,36999): undo 36956 / restore 34451 with expanded comment ↵Barton E. Schaefer1-0/+5
about the flip-flopping
2015-10-3137032: Temporarily revert 36959.Daniel Shahaf1-0/+4
2015-10-3037027: allow subword context to discriminate between wordsPeter Stephenson1-0/+3
2015-10-30unposted: Typo in ChangeLogDaniel Shahaf1-1/+1
2015-10-30unposted (after 37018): Fix typo in error message.Daniel Shahaf1-0/+5
2015-10-3037022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson1-0/+6
2015-10-2937018: Make WARNCREATEGLOBAL more consistent.Peter Stephenson1-0/+3
Wd don't need separate math handling any more, and can make it output the function name in all cases.
2015-10-29missed ChangeLog entryPeter Stephenson1-0/+2
2015-10-2937014: Improved internal parameter setting.Peter Stephenson1-0/+11
Enhance WARNCREATEGLOBAL to work in many more cases. Don't create REPLY as an integer if it didn't previously exist as one, even if the value to be set is integral, as this is likely to mess up later uses of REPLY.
2015-10-2936983 + 36990: new completions for head and tailJun-ichi Takimoto1-0/+5