pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/zsh-current



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 <mode> -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.



Home | Main Index | Thread Index | Old Index