diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
| commit | 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 (patch) | |
| tree | 32c80b045d603144ffafde5acf96853ba164d3f7 /ChangeLog | |
| parent | 28102: use lstat() when checking ignore-parents (diff) | |
| download | zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.gz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.bz2 zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.lz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.xz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.zst zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.zip | |
c.f. users/15202: use "autoload -Uz" consistently
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +2010-07-28 Peter Stephenson <pws@csr.com> + + * as described in users/15202: Functions/Misc/run-help, + Functions/Newuser/zsh-newuser-install, + Functions/Prompts/promptinit, Functions/TCP/tcp_open, + Functions/Zftp/zfinit, Functions/Zle/down-case-word-match, + Functions/Zle/forward-word-match, + Functions/Zle/history-pattern-search, + Functions/Zle/insert-composed-char, Functions/Zle/kill-word-match, + Functions/Zle/match-words-by-style, + Functions/Zle/select-word-style, + Functions/Zle/transpose-words-match, + Functions/Zle/up-case-word-match, Functions/Zle/zed-set-file-name: + Use "autoload -Uz" consistently throughout distributed functions. + 2010-07-26 Peter Stephenson <pws@csr.com> * 28102: Src/Zle/computil.c: use lstat() when checking @@ -13423,5 +13438,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5036 $ +* $Revision: 1.5037 $ ***************************************************** |
