diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-29 10:28:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-29 10:28:14 +0000 |
commit | ef0a55efe2f45d7ecf5a19bfeb88643d36aadfd6 (patch) | |
tree | ef0c4896520be7d3623ef511d093e9c9edacd1a7 | |
parent | 000fe2060b74bb396651baad6a1a8c0f31537b08 (diff) | |
download | zsh-ef0a55efe2f45d7ecf5a19bfeb88643d36aadfd6.tar.gz zsh-ef0a55efe2f45d7ecf5a19bfeb88643d36aadfd6.tar.xz zsh-ef0a55efe2f45d7ecf5a19bfeb88643d36aadfd6.zip |
unposted: belatedly sort out some distfiles
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Zsh/Command/.distfiles | 52 | ||||
-rw-r--r-- | Etc/.distfiles | 2 | ||||
-rw-r--r-- | Functions/VCS_Info/.distfiles | 1 | ||||
-rw-r--r-- | Functions/VCS_Info/Backends/.distfiles | 1 |
5 files changed, 54 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog index c576e5772..ce256f724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-10-29 Peter Stephenson <pws@csr.com> + * unposted: Completion/Zsh/Command/.distfiles, Etc/.distfiles, + Functions/VCS_Info/.distfiles, + Functions/VCS_Info/Backends/.distfiles: belatedly sort out some + .distfiles + * unposted: NEWS, README, Config/version.mk, Etc/FAQ.yo, Etc/relnote_4.3.7.txt, Etc/relnote_4.3.8.txt: update version to 4.3.8. diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles index 63e0e6f29..54e1f75e9 100644 --- a/Completion/Zsh/Command/.distfiles +++ b/Completion/Zsh/Command/.distfiles @@ -1,10 +1,48 @@ DISTFILES_SRC=' .distfiles -_alias _dirs _hash _prompt _trap _wait _zmv -_bindkey _disable _jobs_builtin _read _ttyctl _which _zpty -_builtin _echotc _kill _sched _typeset _zcompile _zstyle -_cd _echoti _limit _set _ulimit _zed -_command _emulate _mere _setopt _unhash _zftp -_compdef _enable _precommand _source _unsetopt _zle -_fc _print _stat _vared _zmodload +_alias +_bindkey +_builtin +_cd +_command +_compdef +_dirs +_disable +_echotc +_echoti +_emulate +_enable +_fc +_hash +_jobs_builtin +_kill +_limit +_mere +_precommand +_print +_prompt +_read +_sched +_set +_setopt +_source +_stat +_tcpsys +_trap +_ttyctl +_typeset +_ulimit +_unhash +_unsetopt +_vared +_wait +_which +_zcompile +_zed +_zftp +_zle +_zmodload +_zmv +_zpty +_zstyle ' diff --git a/Etc/.distfiles b/Etc/.distfiles index cad0b3b6a..f75dfa7be 100644 --- a/Etc/.distfiles +++ b/Etc/.distfiles @@ -16,5 +16,7 @@ completion-style-guide pubring.pgp relnote_4.3.5.txt relnote_4.3.6.txt +relnote_4.3.7.txt +relnote_4.3.8.txt zsh-development-guide ' diff --git a/Functions/VCS_Info/.distfiles b/Functions/VCS_Info/.distfiles index 44e52905b..b4118ac80 100644 --- a/Functions/VCS_Info/.distfiles +++ b/Functions/VCS_Info/.distfiles @@ -1,4 +1,5 @@ DISTFILES_SRC=' +.distfiles vcs_info VCS_INFO_adjust VCS_INFO_bydir_detect diff --git a/Functions/VCS_Info/Backends/.distfiles b/Functions/VCS_Info/Backends/.distfiles index e39e9c71c..46e9d6e67 100644 --- a/Functions/VCS_Info/Backends/.distfiles +++ b/Functions/VCS_Info/Backends/.distfiles @@ -1,4 +1,5 @@ DISTFILES_SRC=' +.distfiles VCS_INFO_detect_bzr VCS_INFO_detect_cdv VCS_INFO_detect_cvs |