mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 23:31:08 +02:00
unposted: belatedly sort out some distfiles
This commit is contained in:
parent
000fe2060b
commit
ef0a55efe2
5 changed files with 54 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
'
|
||||
|
|
|
@ -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
|
||||
'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
vcs_info
|
||||
VCS_INFO_adjust
|
||||
VCS_INFO_bydir_detect
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
VCS_INFO_detect_bzr
|
||||
VCS_INFO_detect_cdv
|
||||
VCS_INFO_detect_cvs
|
||||
|
|
Loading…
Reference in a new issue