summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-08-1936236: _git-log: complete 'git rm'd filesDaniel Shahaf1-0/+5
2015-08-1936148: _git-log: Complete flags after positional argumentOliver Kiddle1-0/+5
2015-08-1936241: Test for ztrftime fix, 36227 / f8164fb6.Peter Stephenson1-0/+4
Check that embedded null characters get passed correctly through the strftime module builtin.
2015-08-1936208: _subversion: Complete a few more option switchesDaniel Shahaf1-0/+5
The while (( idx )) form should guarantee that these switches are only added if the 'svn' binary supports them. (One of these switches isn't present in svn 1.8 or earlier.)
2015-08-18unposted: typo in ChangeLogMikael Magnusson1-1/+1
2015-08-1836232: Unmeta needed in chdir() in zchdir()Peter Stephenson1-0/+2
2015-08-1836227: attempt to fix metafication problem with ztrftime.Peter Stephenson1-0/+6
fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls.
2015-08-18Revert "36222: unmetafy output from strftime"Peter Stephenson1-0/+2
This reverts commit 8141a3d850b1b9777a13d0107c262853734214b4.
2015-08-1836222: unmetafy output from strftimePeter Stephenson1-0/+2
2015-08-1836218: use unmetafied file name for mkdir system callPeter Stephenson1-0/+3
2015-08-1836216: Missed message numberPeter Stephenson1-1/+1
2015-08-1836216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson1-0/+4
2015-08-1736212: save and restore HISTNO along with other editor state, for sanity of ↵Barton E. Schaefer1-0/+5
"zle undo"
2015-08-1836209: vcs_info: avoid grep error message when file is missingbrian m. carlson1-0/+5
When running git rebase -m and a conflict occurs, the git-rebase-todo file is not present. This leads to an error from grep every time the shell prompt is printed when vcs_info is enabled. Avoid this message by checking if the file exists before trying to grep it.
2015-08-17unposted: _sshfs: Fix completion of options with valuesDaniel Shahaf1-0/+3
The "=" to the left of the ":" was interpreted as a literal part of the option name, resulting in double equal signs.
2015-08-1736158: _sshfs: Fix completion of and after -oDaniel Shahaf1-0/+3
The "action" part of the -o spec didn't escape colons.
2015-08-1736109: bracketed-paste: change quoting styleDaniel Shahaf1-0/+3
2015-08-1736186: FAQ (3.24): Update for bracketed pasteDaniel Shahaf1-0/+4
2015-08-1736172: _imagemagick: Use $formats a bit more correctlyMikael Magnusson1-0/+5
2015-08-17unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer1-0/+5
2015-08-17unposted: use of $f in zmvPeter Stephenson1-0/+4
2015-08-1736165: simplify file-patterns default to a single patternOliver Kiddle1-0/+5
2015-08-16unposted: mention bracketed-paste-magic in url-quote-magic commentsBarton E. Schaefer1-1/+6
2015-08-16Reorder commit-log entries for international date line.Barton E. Schaefer1-0/+7
2015-08-1636195, 36196: wrapper of bracketed-paste for compatibilty with ↵Barton E. Schaefer1-0/+6
url-quote-magic and other self-insert wrapper widgets
2015-08-1536180: avoid infinite job stop/continue loop on "wait PID" for a background jobBarton E. Schaefer1-0/+5
2015-08-1536091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftpMikael Magnusson1-0/+5
2015-08-15Revert 36118Mikael Magnusson1-3/+0
This works already except if list-dirs-first is set, and that is being fixed separately.
2015-08-1436146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle1-0/+6
preferences
2015-08-13unposted: _subversion: Complete property names for propdelDaniel Shahaf1-0/+5
Previously, filenames would be completed.
2015-08-1336131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵Oliver Kiddle1-0/+4
referenced for a clear change number marking the current state
2015-08-1336113: ip(8) may add suffixes which is not good for completion matchesEric Cook1-0/+3
2015-08-13Wieland Hoffmann: 36123: protect against word splitting in ↵Wieland Hoffmann1-0/+5
__git_is_committish_range
2015-08-1236106: fix const parameter to bindkeyKamil Dudka1-0/+4
2015-08-1236127: assorted minor completion function changesOliver Kiddle1-0/+8
2015-08-1236125: don't set history context in get-lineOliver Kiddle1-0/+2
2015-08-1235834: strip a final newline from pasted text: inserting is hard to tell ↵Oliver Kiddle1-0/+5
apart from accepting it
2015-08-1236119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson1-0/+3
2015-08-1236120: _sort: Fix syntax errorMikael Magnusson1-0/+2
2015-08-1236118: _imagemagick: complete all files if image files didn't matchMikael Magnusson1-0/+3
2015-08-1236117: _wget: complete headers for --header and add --no-use-server-timestampsMikael Magnusson1-0/+3
2015-08-1236116: _git: various fixesMikael Magnusson1-0/+2
Add = to git checkout --conflict= completion fix transposed [- git push remote argument is not optional can use shorter syntax for a check
2015-08-1236078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson1-0/+3
2015-08-1236077: vcs_info: stop exporting everythingMikael Magnusson1-0/+15
2015-08-1136108: list of major changes so far since 5.0.8Barton E. Schaefer1-0/+2
2015-08-1136104: change order of child_block() and dont_queue_signals() to resolve yet ↵Barton E. Schaefer1-0/+3
another race condition
2015-08-1136092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer1-0/+3
-F" etc.
2015-08-1136090: keep signals queued for preprompt()Barton E. Schaefer1-0/+4
2015-08-1136096: special . mark in vi modeOliver Kiddle1-0/+2
2015-08-1136044: deactivate-region widget for escape in visual modeOliver Kiddle1-0/+8