about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-21 09:33:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-21 09:33:30 +0000
commit2528c3b513f9af47ff91865db6f7e58f2fc18e21 (patch)
treec7b079c557612b7b520d4e08bef9a0b75b559040 /NEWS
parent8f0af2115e155ee5113fc162ed13ea0761b37ac9 (diff)
downloadzsh-2528c3b513f9af47ff91865db6f7e58f2fc18e21.tar.gz
zsh-2528c3b513f9af47ff91865db6f7e58f2fc18e21.tar.xz
zsh-2528c3b513f9af47ff91865db6f7e58f2fc18e21.zip
26853 + typo fix: package docs
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55f47e31d..e103840ee 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,22 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes between versions 4.3.9 and 4.3.10
+-----------------------------------------
+
+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.
+
 Major changes between versions 4.3.6 and 4.3.9
 ----------------------------------------------