Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
NEWS additions
- X-seq: zsh-workers 20151
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: NEWS additions
- Date: Mon, 12 Jul 2004 11:07:10 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I already committed this with another tweak... send me any more things
I've forgotten.
pws
Index: NEWS
===================================================================
RCS file: /cvsroot/zsh/zsh/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NEWS 2 Jul 2004 15:59:11 -0000 1.1
+++ NEWS 12 Jul 2004 10:05:48 -0000 1.2
@@ -5,6 +5,16 @@
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
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author