summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31Fix problem with ERR_RETURN.Peter Stephenson1-0/+6
It wasn't suppressed properly in the code following an if in some circumstances, in particular in initialsation scripts and also in a nested function where the caller had suppressed it.
2017-08-3041567: _tmux: Complete detached sessions first for attach-session.Daniel Shahaf1-0/+3
2017-08-3041566: _tmux: Complete only attached sessions for detach-session.Daniel Shahaf1-0/+3
2017-08-3041564: _tmux: Complete environment variables and their values for ↵Daniel Shahaf1-0/+4
set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments.
2017-08-3041557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive.Daniel Shahaf1-0/+3
tmux does not error out on the combination, but it does ignore one of the two when both are specified.
2017-08-3041558: _tmux: Complete option names for show-options and show-window-options.Daniel Shahaf1-0/+5
2017-08-2941608 (plus tests): restore ERR_EXIT before function.Peter Stephenson1-0/+5
There was an exception to the usual ERR_EXIT pattern that causes problems when executing a function in an else branch. It seems the exception is no longer needed as the regression tests pass without it.
2017-08-2941618: Added some arguments autocompletion to _todo.sh.Андрей Стоцкий (_RuRo_)1-0/+5
2017-08-2941617: complete new tracepath optionsOliver Kiddle1-0/+2
2017-08-2941616: update completion options to entr 3.8Oliver Kiddle1-0/+2
2017-08-29unposted: add missing #autoload directiveOliver Kiddle1-0/+5
2017-08-28unposted: Post-release version bump.Daniel Shahaf1-0/+4
2017-08-27unposted: 5.4.2Peter Stephenson1-0/+4
2017-08-27unposted: Fix changelog typo introduced by the previous commit.Daniel Shahaf1-1/+1
2017-08-2541599: info updates for 5.4.2Peter Stephenson1-1/+5
2017-08-2541602 (tweaked): Improve wording in gpg completion.William da Silva1-0/+5
2017-08-2541601: handle system differences in arp completion and add function for routeOliver Kiddle1-0/+4
2017-08-2541600: fix quoting of songs for mpc completionOliver Kiddle1-0/+3
also avoid sending errors to stderr and update completion of options and subcommands
2017-08-2541598: new who and w completionsOliver Kiddle1-0/+5
2017-08-2441590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson1-0/+7
It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests.
2017-08-2241565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf1-0/+5
2017-08-1841568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵Oliver Kiddle1-0/+3
lists
2017-08-1841563: fix completion description alignment with _regex_wordsOliver Kiddle1-0/+3
2017-08-1841562: correct completed wordOliver Kiddle1-0/+2
2017-08-1841561: update dhclient completionOliver Kiddle1-0/+3
handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation
2017-08-1841560: cleanup chsh completion for different platformsOliver Kiddle1-0/+5
2017-08-17users/22834: fix irritating bug in file glob for Linux kernel modulesTomasz Pala1-0/+3
2017-08-16users/22834: allow completion after -c and a few other new ip optionsTomasz Pala1-0/+3
2017-08-1641556: complete BPF (libpcap) filtersOliver Kiddle1-0/+4
2017-08-1641552: complete only branches after git worktree add --detachOliver Kiddle1-0/+6
the --detach is superfluous for other commits
2017-08-15posted but has not shown up: fix fd problem in subshell.Peter Stephenson1-0/+6
Record fd's that have been saved in fdtable and if the shell forks close them as they will never be restored.
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson1-0/+6
When we went off the end of the array but measured the length implicitly, we got lucky before. After 41308 we were looking up lengths in stale memory. Rename some variables, clean up the logic, be easier to understand. Add tests.
2017-08-1141527 (tweaked for heap memory): fix [[ -<cond> ]] from modulesPhil Pennock1-0/+5
2017-08-09unposted: fix README typoPeter Stephenson1-0/+2
2017-08-0941504: make empty strings work in case patterns with no leading parenthesisPeter Stephenson1-0/+6
2017-08-08unposted: update to 5.4.1-dev-0Peter Stephenson1-0/+2
2017-08-08unposted: update to 5.4.1Peter Stephenson1-0/+3
2017-08-08Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."Peter Stephenson1-0/+5
This reverts commit 2eacbef91913fe967335812900d43cf2edfa54d9. Conflicts: ChangeLog
2017-08-0841510: update doc for $ZSH_PATCHLEVELPeter Stephenson1-0/+4
2017-08-0841481: _df: Complete mounted device and mount points.Daniel Shahaf1-0/+4
This splits umount's "udevordir" completion from _mount to a new file, without changing it.
2017-08-0841486: _tmux: Correct completions of new-window, split-window, ↵Daniel Shahaf1-0/+3
respawn-window, respawn-pane. This follows up to 41467 which patched new-session.
2017-08-08unposted: Post-release version number bump to 5.4-dev-0.Daniel Shahaf1-0/+5
2017-08-07unposted: version 5.4Peter Stephenson1-0/+2
2017-08-0741499 (with one further tweak): POSIX_STRINGS behaviour.Peter Stephenson1-0/+6
Ignore a terminating delimiter when splitting as separators despite being called separators are terminators.
2017-08-0741500: document "-" to end zparseopts optionsAnthony Heading1-0/+5
2017-08-0641493: fix to not print hash into terminal and update options for git 2.14Oliver Kiddle1-0/+3
2017-08-0541492: update some options in completionsOliver Kiddle1-0/+6
2017-08-0341485: test for previous fixPeter Stephenson1-0/+2
2017-08-0341484: Make ${(q+)...} quote backsleshes.Martijn Dekker1-0/+5
2017-08-0241479: _xz: Complete compressed, rather than uncompressed, files after -d.Daniel Shahaf1-0/+3