summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19unposted (cf. 37387): emulate turns off WARN_CREATE_GLOBALBarton E. Schaefer1-0/+3
2015-12-19users/21068: use emacs keymap in vared by defaultBarton E. Schaefer1-0/+5
2015-12-1936650: Add zle-line-pre-redraw hook for highlightingMikael Magnusson1-0/+5
2015-12-19unposted (after users/20873): Theoretical fix: don't parse print/echo escape ↵Daniel Shahaf1-0/+4
sequences in $zle_bracketed_paste.
2015-12-1937257 (in part): Add array assignment tests.Daniel Shahaf1-0/+4
2015-12-1637411: more bindkey testsPeter Stephenson1-0/+4
2015-12-1537405: Fix self-insert binding for multibyte sequences.Peter Stephenson1-0/+6
This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence.
2015-12-1437401: pattern error caused too much activity in _list_files for some stylesPeter Stephenson1-0/+3
2015-12-1437400: typo gave unwanted error message in zsh_directory_name_genericPeter Stephenson1-0/+5
2015-12-13unposted: missed ChangeLog entryPeter Stephenson1-0/+5
2015-12-1137386: localise mbegin, mend, match in URL magicPeter Stephenson1-0/+5
2015-12-1137383: add completion type for object filesMatthew Martin1-0/+5
2015-12-1137260: add opus to mplayer audio completionsSimon Hafner1-0/+3
2015-12-11users/20873: disable bracketed paste while running external editor from zleOliver Kiddle1-0/+5
2015-12-1037378: New bindkey tests.Peter Stephenson1-0/+6
Also fix Meta bug on pattern match in zpty -r.
2015-12-0937364: "test" and "[" handling of parentheses.Peter Stephenson1-0/+6
If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses.
2015-12-0837348: Tests and fix for ${(q+)...}.Peter Stephenson1-0/+4
Needs dupstring() for empty string case.
2015-12-0837347: Remove incorrect local for msgs in VCS infoPeter Stephenson1-0/+3
2015-12-08users/21071: Fix binding of multibyte sequences.Peter Stephenson1-0/+6
There was a problem if the first byte was already bound to self-insert.
2015-12-0737344: restore old printable quoting, add ${(q+)...}.Peter Stephenson1-0/+5
The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation.
2015-12-0737331: Use a single chracter to represent an MB_INCOMPLETE.Peter Stephenson1-0/+5
This is as it is likely to appear as a single character in output even if it has multiple octets.
2015-12-0737337: Delay freeing widget until not in use.Peter Stephenson1-0/+3
2015-12-07unposted: fix ChangeLog for previous changePeter Stephenson1-1/+1
2015-12-0737335: fix tests after 34314Peter Stephenson1-0/+3
2015-12-0737310: effect of disabling typeset reserved wordPeter Stephenson1-0/+5
2015-12-0637326: comment only: multibyte string lenght/width countingPeter Stephenson1-0/+3
2015-12-0637314: upgrade quotedzputs() for non-printable output.Peter Stephenson1-0/+6
Use nicechar with $'..' quoting; upgrade nicechar() etc. to use suitable output.
2015-12-0537150: _git: Autocomplete .. for commit rangesDaniel Shahaf1-0/+3
This patch makes three changes: - Enable 'git diff o/m<TAB>' to complete to 'origin/master..' with the ".." being autoremovable. This is implemented by the first hunk. That hunk is a functional subset of Oliver's users/20705, however, the latter hasn't been committed. - Make typing "^" remove the "..", in light of the syntax "foo^..bar". - Make typing "." _not_ remove the ".." but simply append it, since "foo...bar" is a valid and useful syntax.
2015-12-0536957: _git: Apply matchspecs to filename completion such as 'git log ↵Daniel Shahaf1-0/+5
f/b<TAB>' → 'foo/bar.txt's This patch makes 'git log S/e<TAB>' expand to Src/exec.c. The incumbent code would run 'git ls-tree S/' and find no matches.
2015-12-0437305: typeset -p can now output arrays on one linePeter Stephenson1-0/+4
2015-12-04unposted: fix init_io() calls in previous changePeter Stephenson1-0/+3
2015-12-0437294: Add ZSH_EXECUTION_STRING.Peter Stephenson1-0/+5
This shows the argument to shell option -c.
2015-12-0337253: Constify two local variables.Daniel Shahaf1-0/+2
2015-12-03unposted: Remove uneeded executability bits.Daniel Shahaf1-0/+6
2015-12-0337296: Avoid needless calloc().Daniel Shahaf1-0/+2
2015-12-0337295: kill-word-match: Join killsDaniel Shahaf1-0/+5
2015-12-03unposted: Update internal version to 5.2-dev-0.Peter Stephenson1-0/+7
Also add entry for 5.2 release in ChangeLog.
2015-11-3037256: _debchange (_dch): Update completion.Daniel Shahaf1-0/+3
2015-11-3037252: vcs_info git: Compute %b correctly with "rebase --onto" of detached ↵Daniel Shahaf1-0/+4
heads. (Follow-up to 36725.)
2015-11-3037254: No functional change: change code layout in preparation for 37253.Daniel Shahaf1-0/+3
2015-11-3037250: No functional change: rename local variables.Daniel Shahaf1-0/+5
2015-11-29unposted: 5.1.1-test-3Peter Stephenson1-0/+4
2015-11-28unposted (after 37243): Explain the breadcrumb by adding a comment.Daniel Shahaf1-0/+5
2015-11-27Fix conflicts in ChangeLogBarton E. Schaefer1-0/+15
2015-11-2737243: too many problems with inserting a line into B02, instead add a ↵Barton E. Schaefer1-0/+9
placeholder and substitute for it. unposted: %cleanup block is not called when %prep sets ZTST_unimplemented, so avoid leaving a mess
2015-11-27unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson1-0/+4
2015-11-2737214: 'prompt walters': Don't export PS1Daniel Shahaf1-0/+3
2015-11-2737163: Remove curl completionDaniel Shahaf1-0/+3
2015-11-2737215: _regex_words: Don't add mismatched parenthesesDaniel Shahaf1-0/+5
I ran into this in the wild¹, it manifested as the following error message: zregexparse:4: not enough regex arguments ¹ https://bug.tasktools.org/browse/TW-1729
2015-11-2637229: non-local assignment to a parameter name whose outermost declaration ↵Barton E. Schaefer1-0/+5
is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris.