summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2014-11-1533697: new vim style vi-backward-word-end widgetsOliver Kiddle1-0/+9
2014-11-1533696: simple up/down line widgets that don't go through history linesOliver Kiddle1-0/+8
2014-11-11AUTO_CD behaviour depends on SHIN_STDIN, documentPeter Stephenson1-0/+4
2014-11-0933643: elaborate documentation of the PRIVILEGED optionOliver Kiddle1-4/+16
2014-10-3033570, 33576: make killring/yank-pop work in vi mode afterOliver Kiddle1-1/+1
vi-put-before and vi-put-after
2014-10-2633531 with additions: retain status of exited background jobs.Peter Stephenson2-4/+20
Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.
2014-10-2333518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵Oliver Kiddle1-13/+23
zle widget
2014-10-1233423: expand ${(p)...} to allow ${(ps.$param.)...}Peter Stephenson1-0/+13
2014-10-03Fix some typos in the documentationMikael Magnusson7-15/+15
2014-10-0233323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle1-1/+1
2014-10-0133319: fix parens in example from 33312Barton E. Schaefer1-1/+1
2014-10-0133312: document redirections applied to function definitionsPeter Stephenson2-0/+23
2014-09-2033209: allow dummy zsh.texi if yodl not available.Tanu Kaskinen1-2/+4
Removes catastrophic make failure so rest of make can finish.
2014-09-1933206: fix compdescribe docBarton E. Schaefer1-6/+6
2014-09-18users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson1-13/+9
2014-09-1633184: vcs_info git: consider patches for rebaseMarc Finet1-7/+7
Since a rebase contains a list of patches to re-apply, re-use the facility for stgit to have the same mechanism. The patch list given to the gen-{un,}applied-string hooks is an array with the sha1 and the subject of the commit. On rebase merge, the applied patches prior to current contains only a number and "?".
2014-09-1633136: P glob qual appends words when negatedMikael Magnusson1-0/+6
2014-09-12Add $functypestack special parameter in zsh/parameterPeter Stephenson1-1/+13
2014-09-06clarify ${(~j.|.)array} exampleBarton E. Schaefer1-4/+5
2014-09-0433110: document use of $IFS[0] for variable paddingPeter Stephenson1-0/+4
2014-09-0433091: improve documentation for ttyctlPeter Stephenson1-3/+15
2014-08-3033070: add %(e..) based on %eBarton E. Schaefer1-0/+1
2014-08-2933057: %e in prompts shows evaluation / execution depthPeter Stephenson1-0/+6
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson3-77/+1
2014-08-1432997: new utility function for separated listsOliver Kiddle1-0/+13
2014-08-1433002: tcp_expect -P pm tags matches with a stringPeter Stephenson1-2/+11
2014-08-1232975, 32984: texi2html.conf location inconsistent in makefileAxel Beckert1-3/+3
2014-08-10unposted: Fix typo in Doc/Zsh/expn.yoAxel Beckert1-1/+1
2014-08-08mention 32971 in NEWS, clarify RPROMPT behavior in docsBarton E. Schaefer1-3/+5
2014-08-0732971: negative argument with %(l..) and with %<< or %>> calculates space ↵Barton E. Schaefer1-6/+23
available before right margin
2014-08-0432954: Missed the doc change.Peter Stephenson1-1/+3
2014-08-0432949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson1-0/+24
2014-08-0332944: read -qs is handled correctly by current codePeter Stephenson1-2/+1
2014-08-03user/19006: document position of RC_EXPAND_PARAM in parameter substPeter Stephenson1-4/+9
2014-07-30%P at start of TCP function system prompt causes %-style prompt substPeter Stephenson1-0/+4
2014-07-3032918: add %. to ztrftime for use in promptsPeter Stephenson1-0/+7
2014-07-24unposted: replace-argument can take negative prefix to count from endPeter Stephenson1-0/+1
2014-07-20force retention of whitespace in "fc" item prototypeBarton E. Schaefer1-1/+1
2014-07-2032891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer1-1/+9
2014-07-1732866: new replace-argument ZLE function.Peter Stephenson1-0/+25
Also a couple of read-from-minibuffer fixes: don't pass numeric argument to recursive edit, and hide the minibuffer edit from the undo history.
2014-07-08Attempt to improve doc for assignmentPeter Stephenson2-3/+13
2014-06-2632812: put contents at start of manualJun T2-1/+1
2014-06-2632799: resource NTHR not well handled on NetBSDPeter Stephenson1-0/+3
2014-06-1632781: source behaves like . w.r.t. path searchJun T1-1/+1
2014-06-1432779: fix a typo in options.yoJun T1-1/+1
2014-06-1332768 with further modifications: LOCAL_LOOPS option.Peter Stephenson1-4/+19
2014-06-1332666: shell emulation doc additionjchaloup1-1/+1
2014-06-09fix my own merge conflict with grammar changesPeter Stephenson5-66/+87
2014-06-0932755: move incorrectly placed line in grammar.yoJun T1-1/+1
2014-06-0632719: minor doc issuesJun T1-15/+16