Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: 4.0.1-pre-1
- X-seq: zsh-workers 13473
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: Re: 4.0.1-pre-1
- Date: Wed, 14 Feb 2001 17:50:00 +0000
- In-reply-to: Your message of "Wed, 14 Feb 2001 17:32:57 GMT." <1010214173257.ZM1128@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> Any particular reason we skipped 4.0.0?
It just felt wrong to have the first release ending in 0 instead of 1.
> Any reason not to do the doc fix suggested in users/3524?
>
> Minor "make *clean" fix was suggested in 13245.
These are easy.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Makefile.in,v
retrieving revision 1.6
diff -u -r1.6 Makefile.in
--- Makefile.in 2000/12/06 08:28:20 1.6
+++ Makefile.in 2001/02/14 17:47:19
@@ -114,7 +114,7 @@
@CLEAN_MK@
distclean-here:
- rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
+ rm -f Makefile config.h config.status config.log config.cache config.modules stamp-h Config/defs.mk
realclean-here:
cd $(sdir) && rm -f config.h.in stamp-h.in configure
Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.12
diff -u -r1.12 options.yo
--- Doc/Zsh/options.yo 2000/08/10 16:19:12 1.12
+++ Doc/Zsh/options.yo 2001/02/14 17:47:19
@@ -343,7 +343,7 @@
delete the pattern from the argument list;
do not report an error unless all the patterns
in a command have no matches.
-Overrides tt(NULL_GLOB).
+Overrides tt(NOMATCH).
)
pindex(DVORAK)
item(tt(DVORAK))(
Messages sorted by:
Reverse Date,
Date,
Thread,
Author