summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle1-0/+5
completion of word-style styles for zstyle
2016-07-2838956: factor out zle widget completion into its own functionOliver Kiddle1-0/+6
2016-07-28unposted: fix vi-pipe for visual mode: don't need to force line modeOliver Kiddle1-0/+4
2016-07-2838953: Fix some issues with match-words-by-style.Peter Stephenson1-0/+5
Add keyword retrieval of words. Improve test for start of word in subwords for use in delete-whole-word. If line after cursor is empty, white space is treated as ws-after-cursor.
2016-07-28users/21793: Remove raw integers as glob qualifiers.Peter Stephenson1-0/+6
There was an ancient undocumented feature that these were treated as a file mode to "or" with that of the file under test. The only documented way of doing this has always been the "f" qualifier, so removed the effect of raw integers to make errors more obvious.
2016-07-27unposted: Prefix function's name to its error messages.Daniel Shahaf1-0/+3
2016-07-27unposted (after 38939): _git-rebase: Unbreak.Daniel Shahaf1-0/+3
2016-07-2738914 (tweaked): _pkg-config: Add options, complete *.pc files for ↵Daniel Shahaf1-0/+5
positional arguments.
2016-07-2638945: Additional notes on :a behaviourPeter Stephenson1-0/+4
2016-07-2538943: update texinfo options and improve completion of Info files, nodes ↵Oliver Kiddle1-0/+3
and menu items
2016-07-2538939: add missing git optionsOliver Kiddle1-0/+3
In particular those for GPG signing a push
2016-07-2438936: fix vi-pipe function for option compatibilityOliver Kiddle1-0/+2
2016-07-2438929: new vim style text object using match-words-by-style mechanismOliver Kiddle1-0/+3
2016-07-2438935: update tcpdump completion for Free and Open BSDMatthew Martin1-0/+5
2016-07-23unposted: _git-grep: Stop leaking the parameter $i.Daniel Shahaf1-0/+3
2016-07-23unposted: _deb_packages: Minor optimization.Daniel Shahaf1-0/+3
2016-07-2338913: _pkg-config: Complete variables for --variable.Daniel Shahaf1-0/+3
2016-07-2338911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf1-0/+5
2016-07-2338923: zwaitjob() continues waiting for children that may have ignored the ↵Barton E. Schaefer1-0/+6
interrupt signal, even if the current shell has been interrupted.
2016-07-22users/21779: Clarify documentation of the ':a' word modifier.Daniel Shahaf1-0/+3
2016-07-2238890: _add-zle-hook-widget: New completion.Daniel Shahaf1-0/+6
2016-07-2138904: fix return status in _normal and functions erroneously using it for ↵Oliver Kiddle1-0/+5
default completion
2016-07-2138894: completion for virt-admin and libvirt client/server IDs/namesMarko Myllynen1-0/+5
2016-07-2138901: _schroot: Add -r/--run-sessionFelipe Sateler1-0/+4
2016-07-2038853: use strchr()Peter Stephenson1-0/+4
2016-07-20users/21777: Clarify documentation of the ':A' word modifier.Daniel Shahaf1-0/+5
2016-07-1938862: strptime(3) requires _XOPEN_SOURCE on CygwinJun-ichi Takimoto1-0/+5
2016-07-1838879: Unmetafy file names for glob sort.Peter Stephenson1-0/+6
Test using Polish UTF-8 collation sequence that'w known to cause the problems.
2016-07-18_print: add -vMikael Magnusson1-0/+4
2016-07-17Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer1-0/+2
2016-07-1738866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer1-0/+8
Edge case handling, wrap in anonymous function for kshautoload management.
2016-07-17users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation.Daniel Shahaf1-0/+3
2016-07-17unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.Daniel Shahaf1-0/+3
2016-07-17users/21750 (after users/21551): _git-subtree: Tweak -m,-P completionsDaniel Shahaf1-0/+5
2016-07-1738868: update completions for new options on FreeBSDOliver Kiddle1-0/+10
2016-07-1738867: update strace completionOliver Kiddle1-0/+5
Also factor out completion for system calls and new functions for truss and ltrace.
2016-07-1738837 (tweaked c.f. 38826): new virsh completionMarko Myllynen1-0/+3
2016-07-1738845: reset region_active before entering zleOliver Kiddle1-0/+6
It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode.
2016-07-1338850: Simplify indexing scheme to store hooks in the order they are addedBarton E. Schaefer1-0/+6
Also, better handling of edge cases and of autoloading/sourcing file
2016-07-1338833: separate iostat completion from _sysstatEric Cook1-0/+5
2016-07-0838812: a few new completions and update some command optionsOliver Kiddle1-0/+8
2016-07-0838810: fix cursor positioning and repeated invocations when widgets used ↵Oliver Kiddle1-0/+3
from emacs mode
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle1-0/+4
2016-07-08unposted: fix duplicated wordsOliver Kiddle1-0/+5
2016-07-0838796: Fix subword matching on last character of subword.Peter Stephenson1-0/+5
2016-07-0538780: include variants containing non alphanumeric symbols in completionarno1-0/+3
2016-07-05users/21551 (tweaked per users/21560): new git subtree completionJordan Klassen1-0/+5
2016-07-0538728: Tests: Add tests for the ':a' and ':A' modifiers.Daniel Shahaf1-0/+5
2016-07-0438783: zcalc tweaks for RPN mode.Peter Stephenson1-0/+5
Make it more straightforward to exchange variables with stack.
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi ↵Oliver Kiddle1-0/+4
movement