Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 04CE663B873 for ; Sat, 27 Feb 2010 18:19:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7246663B196; Sat, 27 Feb 2010 18:19:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7B2EB63B148 for ; Sat, 27 Feb 2010 18:19:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6964E175DF; Sat, 27 Feb 2010 18:19:02 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 27 Feb 2010 18:19:02 +0000 From: Soren Jacobsen Subject: CVS commit: pkgsrc/shells/zsh-current To: pkgsrc-changes@NetBSD.org Reply-To: snj@netbsd.org X-Mailer: log_accum Message-Id: <20100227181902.6964E175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: snj Date: Sat Feb 27 18:19:02 UTC 2010 Modified Files: pkgsrc/shells/zsh-current: Makefile PLIST distinfo Log Message: Update to 4.3.10. Some highlighted changes (for full details, see the ChangeLog): The command "emulate -c ..." evaluates an expression in a given emulation. The emulation is sticky for functions defined within the expression. The variable CORRECT_IGNORE gives a pattern that can be ignored in spelling correction. CORRECT_IGNORE='_*' ignores completion functions. The option POSIX_ALIASES improves compatibility of aliases with other shells. The variable ZSH_PATCHLEVEL can be used to test for unreleased versions of the shell; it is present but less useful in released versions. The variables ZLE_REMOVE_SUFFIX_CHARS and ZLE_SPACE_SUFFIX_CHARS allow more control over the way automatically removed suffixes are treated in completion. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/shells/zsh-current/Makefile \ pkgsrc/shells/zsh-current/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/shells/zsh-current/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.