1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-28 16:15:02 +01:00

unposted: 4.2.6-dev-2

This commit is contained in:
Peter Stephenson 2007-12-11 10:09:49 +00:00
parent de6e73a6ca
commit 11dc3a8cd7
4 changed files with 25 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2007-12-11 Peter Stephenson <pws@csr.com>
* unposted: 4.2.6-dev-2.
2007-12-10 Peter Stephenson <pws@csr.com>
* Vincent Lefevre: 24192: Completion/Unix/Command/_make:

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.2.6
VERSION_DATE='November 28, 2005'
VERSION=4.2.6-dev-2
VERSION_DATE='December 11, 2007'

View file

@ -16,4 +16,9 @@ delete-whole-word-match quote-and-complete-word url-quote-magic
zed-set-file-name history-pattern-search
keeper
which-command
keymap+widget
match-word-context
modify-current-argument
replace-string-again
split-shell-arguments
'

View file

@ -1,8 +1,16 @@
DISTFILES_SRC='
.cvsignore .distfiles Makefile.in
ztst.zsh comptest
01grammar.ztst 02alias.ztst 03quoting.ztst 04redirect.ztst
05command.ztst 06arith.ztst 07cond.ztst 08traps.ztst 09funcdef.ztst
10prompt.ztst 11glob.ztst 50cd.ztst 51xtrace.ztst 52zregexparse.ztst
53completion.ztst
.distfiles
.cvsignore B01cd.ztst D03procsubst.ztst Y02compmatch.ztst
C01arith.ztst D04parameter.ztst Y03arguments.ztst
A01grammar.ztst C02cond.ztst D05array.ztst comptest
A02alias.ztst C03traps.ztst E02xtrace.ztst
A03quoting.ztst C04funcdef.ztst Makefile.in ztst.zsh
A04redirect.ztst D01prompt.ztst V02zregexparse.ztst
A05execution.ztst D02glob.ztst Y01completion.ztst
D06subscript.ztst
D08cmdsubst.ztst
V01zmodload.ztst E01options.ztst
B02typeset.ztst B03print.ztst A06assign.ztst B04read.ztst
V03mathfunc.ztst
README
'