summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2017-08-0241475: _git: Complete files after 'reset' when there are no commits, when ↵Daniel Shahaf1-0/+6
the 'verbose' style is set.
2017-08-0141470: Another note on new effect of POSIX_BUILTINSPeter Stephenson1-0/+6
exec now won't find precommand modifiers after it with the option set. This may need further attention.
2017-07-3141472: missed ChangeLog entry from commit 43e55a9bBarton E. Schaefer1-0/+9
2017-08-0141474: Fix pbuilder's --distribution,--architecture completion.Daniel Shahaf1-0/+6
2017-07-31unpostes: test release 5.3.1-test-2Peter Stephenson1-0/+4
2017-07-31unposted: _git: Fix style lookup for 'max-verbose'.Daniel Shahaf1-0/+5
2017-07-29unposted: update distribution docs for 5.4 release.Peter Stephenson1-0/+5
2017-07-2841467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf1-0/+4
Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
2017-07-2841471 (tweaked): _svn: Complete propvals in 'propset'.Daniel Shahaf1-0/+3
2017-07-2841458: _subversion: Don't cache an empty commands list when svn is not ↵Daniel Shahaf1-0/+6
available at the first invocation of _svn.
2017-07-2741464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson1-0/+5
Document the default behaviour and add a test.
2017-07-26unposted: correct typo in _xclipOliver Kiddle1-0/+2
2017-07-2641461: complete list of zsh manual pages in manual introcutionJim1-0/+5
2017-07-20Further clarification about processing of expansionsPeter Stephenson1-0/+5
2017-07-1741429: Try to improve description of how stages of expansion fit together.Peter Stephenson1-0/+5
2017-07-1541431: update options in assorted completionsOliver Kiddle1-0/+9
2017-07-1441414: fix for commas used in exclusion listsFabian Klötzl1-0/+5
also missing escape for _gcc and --no-index option for git diff
2017-07-1441419: update for git 2.13.2Oliver Kiddle1-0/+4
2017-07-1341420: "{.." wasn't check for brace expansion properlyPeter Stephenson1-0/+5
2017-07-1141409: complete "django startproject"Marcin Mielniczuk1-0/+5
2017-07-09unposted: update dev version due to wordcode changesPeter Stephenson1-0/+3
2017-07-0941402: Delay has_tokens() in ecstrcode as may not be neededSebastian Gniazdowski1-0/+3
2017-07-0941402: Add hasher to ecstrcode to reduce string comparisonsSebastian Gniazdowski1-0/+5
2017-07-04Delay processing "disown" for superjob.Peter Stephenson1-0/+3
This is a job forked from the current shell when a job partly running from the current shell was suspended. When all associated processes started from the main shell are finished the job is continued and at this point the disown can complete.
2017-07-04Avoid invalid access with isearch in completion listMaxime de Roucy1-0/+5
2017-07-0341375: GDBM interface bug fixesSebastian Gniazdowski1-0/+4
2017-07-0241386: when backgrounding a STAT_CURSH job, remove the flag.Peter Stephenson1-0/+3
This typical applies to a STAT_SUPERJOB. It prevents it from getting copied interrupts as a foreground process.
2017-07-0222760: fix partial string length reports with NO_MULTIBYTEPeter Stephenson1-0/+5
2017-06-2741368: Add missing unqueue_signals() to compctl.Peter Stephenson1-0/+4
2017-06-2641345: Use consistent prompt variables in prompt themese.Peter Stephenson1-0/+5
Some more sanity may be needed in this area but this apsect seems uncontroversial.
2017-06-2241342: check for Yodl version 4Axel Beckert1-0/+2
2017-06-2241339: Unquote treeish argument for git checkout completionPeter Stephenson1-0/+3
2017-06-2241308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock1-0/+5
2017-06-1941319: dupstring a possibly readonly string before modifyingMikael Magnusson1-0/+3
2017-06-19unposted: Credit to SebastianBarton E. Schaefer1-1/+1
2017-06-1941322: reduce number of changes in signal queuing/blocking state during ↵Barton E. Schaefer1-0/+3
shingetline() to improve read speed
2017-06-1941317: use heap allocation in getoutputfile() to plug memory leakBarton E. Schaefer1-0/+5
Heap is usable ever since addfilelist() of workers/31528 (commit 3c573222).
2017-06-1741242: zstrbcmp(...) removed in favor of zstrcmp(..., ↵Barton E. Schaefer1-0/+5
SORTIT_IGNORING_BACKSLASHES) This should make sorting consistent in completion listings vs. elsewhere.
2017-06-1641265: quote the inserted file names as necessaryWieland Hoffmann1-0/+5
2017-06-13unposted: fix typo in url-quote-magicEric Cook1-0/+3
2017-06-1341275: Leave stdin open when executing widgetsStephane Chazelas1-0/+5
2017-06-1341284: Fix NULL dereference in cd.Peter Stephenson1-0/+5
This happened in sh compatiblity mode if HOME was not set and cd was used with no argument.
2017-06-1241244: Add zmodload -s option.Peter Stephenson1-0/+6
Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy.
2017-06-09unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.Daniel Shahaf1-0/+5
2017-06-0741239: Save and restore default history event on context stack.Peter Stephenson1-0/+4
This ensures that the default event set by an expansion in ZLE doesn't propagate to the command line expansion.
2017-06-0741232: Use page up/down keys in zed keymap.Sebastian Gniazdowski1-0/+5
Find with terminfo where available.
2017-06-0541225: sethparam() should not attempt to change special parameters into hashesBarton E. Schaefer1-0/+5
2017-06-0141191: Check for immortal thingies when checking for specific thingiesPeter Stephenson1-0/+6
2017-06-0141177: _nm: add support for macOS and OpenBSDJun-ichi Takimoto1-0/+5
2017-05-3041164: Don't free a history entry if it's curline.Peter Stephenson1-0/+5
This replaces 41113 / 94014ff65b with a simple local change for the immediate problem. It's not entirely clear if this reflects wider changes in the structure of the history code.