about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 36222: unmetafy output from strftimePeter Stephenson2015-08-181-0/+2
|
* 36218: use unmetafied file name for mkdir system callPeter Stephenson2015-08-181-0/+3
|
* 36216: Missed message numberPeter Stephenson2015-08-181-1/+1
|
* 36216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson2015-08-181-0/+4
|
* 36212: save and restore HISTNO along with other editor state, for sanity of ↵Barton E. Schaefer2015-08-171-0/+5
| | | | "zle undo"
* 36209: vcs_info: avoid grep error message when file is missingbrian m. carlson2015-08-181-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.
* unposted: _sshfs: Fix completion of options with valuesDaniel Shahaf2015-08-171-0/+3
| | | | | The "=" to the left of the ":" was interpreted as a literal part of the option name, resulting in double equal signs.
* 36158: _sshfs: Fix completion of and after -oDaniel Shahaf2015-08-171-0/+3
| | | | The "action" part of the -o spec didn't escape colons.
* 36109: bracketed-paste: change quoting styleDaniel Shahaf2015-08-171-0/+3
|
* 36186: FAQ (3.24): Update for bracketed pasteDaniel Shahaf2015-08-171-0/+4
|
* 36172: _imagemagick: Use $formats a bit more correctlyMikael Magnusson2015-08-171-0/+5
|
* unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer2015-08-171-0/+5
|
* unposted: use of $f in zmvPeter Stephenson2015-08-171-0/+4
|
* 36165: simplify file-patterns default to a single patternOliver Kiddle2015-08-171-0/+5
|
* unposted: mention bracketed-paste-magic in url-quote-magic commentsBarton E. Schaefer2015-08-161-1/+6
|
* Reorder commit-log entries for international date line.Barton E. Schaefer2015-08-161-0/+7
|
* 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵Barton E. Schaefer2015-08-161-0/+6
| | | | url-quote-magic and other self-insert wrapper widgets
* 36180: avoid infinite job stop/continue loop on "wait PID" for a background jobBarton E. Schaefer2015-08-151-0/+5
|
* 36091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftpMikael Magnusson2015-08-151-0/+5
|
* Revert 36118Mikael Magnusson2015-08-151-3/+0
| | | | | This works already except if list-dirs-first is set, and that is being fixed separately.
* 36146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle2015-08-141-0/+6
| | | | preferences
* unposted: _subversion: Complete property names for propdelDaniel Shahaf2015-08-131-0/+5
| | | | Previously, filenames would be completed.
* 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵Oliver Kiddle2015-08-131-0/+4
| | | | referenced for a clear change number marking the current state
* 36113: ip(8) may add suffixes which is not good for completion matchesEric Cook2015-08-131-0/+3
|
* Wieland Hoffmann: 36123: protect against word splitting in ↵Wieland Hoffmann2015-08-131-0/+5
| | | | __git_is_committish_range
* 36106: fix const parameter to bindkeyKamil Dudka2015-08-121-0/+4
|
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-0/+8
|
* 36125: don't set history context in get-lineOliver Kiddle2015-08-121-0/+2
|
* 35834: strip a final newline from pasted text: inserting is hard to tell ↵Oliver Kiddle2015-08-121-0/+5
| | | | apart from accepting it
* 36119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2015-08-121-0/+3
|
* 36120: _sort: Fix syntax errorMikael Magnusson2015-08-121-0/+2
|
* 36118: _imagemagick: complete all files if image files didn't matchMikael Magnusson2015-08-121-0/+3
|
* 36117: _wget: complete headers for --header and add --no-use-server-timestampsMikael Magnusson2015-08-121-0/+3
|
* 36116: _git: various fixesMikael Magnusson2015-08-121-0/+2
| | | | | | | Add = to git checkout --conflict= completion fix transposed [- git push remote argument is not optional can use shorter syntax for a check
* 36078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson2015-08-121-0/+3
|
* 36077: vcs_info: stop exporting everythingMikael Magnusson2015-08-121-0/+15
|
* 36108: list of major changes so far since 5.0.8Barton E. Schaefer2015-08-111-0/+2
|
* 36104: change order of child_block() and dont_queue_signals() to resolve yet ↵Barton E. Schaefer2015-08-111-0/+3
| | | | another race condition
* 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer2015-08-111-0/+3
| | | | -F" etc.
* 36090: keep signals queued for preprompt()Barton E. Schaefer2015-08-111-0/+4
|
* 36096: special . mark in vi modeOliver Kiddle2015-08-111-0/+2
|
* 36044: deactivate-region widget for escape in visual modeOliver Kiddle2015-08-111-0/+8
|
* 36067: fix typo and format in the documentationJun T2015-08-111-0/+5
|
* unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entryBarton E. Schaefer2015-08-101-1/+1
|
* 36084: use zrealloc() consistentlyBarton E. Schaefer2015-08-101-0/+2
|
* 36079: do not allow update_job() and its helpers to run the signal queue ↵Barton E. Schaefer2015-08-101-0/+5
| | | | while we are processing a job exit.
* 36083: set array value when consistently retying scalar and arrayPeter Stephenson2015-08-101-0/+5
|
* Don't rely on implicit value when saving background process statusPeter Stephenson2015-08-101-0/+5
|
* 36075: Disable ‘local’ keyword in script to make data retrieval workFrank Terbeck2015-08-101-0/+3
|
* 36069: _tmux: Fix \ooo display in completion listFrank Terbeck2015-08-101-0/+3
|