about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-07-12 10:05:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-07-12 10:05:46 +0000
commitaad11eb6188b0b42ddfa437defb36c741ddc722c (patch)
treedc68667502e5ac73d1988221f041476732bed6a4 /NEWS
parentdef0167e34a276bbcf6e1e63435dd77a79b12b18 (diff)
downloadzsh-aad11eb6188b0b42ddfa437defb36c741ddc722c.tar.gz
zsh-aad11eb6188b0b42ddfa437defb36c741ddc722c.tar.xz
zsh-aad11eb6188b0b42ddfa437defb36c741ddc722c.zip
unposted: improve 20150 by setting pointer to NULL
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 905f9456b..889400eec 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 Changes since zsh version 4.2.0
 -------------------------------
 
+- The glob qualifier F indicates a non-empty directory.  Hence *(F)
+  indicates all subdirectories with entries, *(/^F) means all
+  subdirectories with non entries.
+
+- fc -p and fc -P provide push/pop for the status of the shell's
+  history (both internal and using the history file).  With automatic
+  scoping (fc -ap) it becomes easy to use a temporary history in a
+  function.  This has been added to the calculator function zcalc to make
+  its internal history work more seamlessly.
+
 - A new `try block' and `always block' syntax has been introduced
   to make it easier to ensure the shell runs important tidy-up code
   in the event of an error.  It also runs after a break, continue, or