zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Zsh Hackers' List <zsh-workers@zsh.org>
Subject: PATCH: NEWS for 5.0.3
Date: Thu, 24 Oct 2013 20:25:24 +0100	[thread overview]
Message-ID: <20131024202524.662e0876@pws-pc.ntlworld.com> (raw)

diff --git a/NEWS b/NEWS
index 1f131a2..f767a4b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,21 @@ similar to "functions -t" except that tracing is turned off for any
 functions called from the specified one(s) that don't also have the -t
 or -T flag.
 
+The option FORCE_FLOAT has been added to force all arithmetic constants
+to be treated as floating point.  This most usefull locally within
+functions or scripts performing floating point calculations.
+
+Individual pattern characters can be disabled.  For example, to allow '^'
+to be an ordinary character even if the option EXTENDED_GLOB is set, ues
+"disable -p '^'".
+
+The variable editing builtin vared can be given custom editing widgets
+for initialisation and finishing.
+
+Hooks for adding history (the function zshaddhistory and the
+array zshaddhistory_functions) can return status 2 to indicate that
+history is to be saved internally within the shell but not written.
+
 In file completion, the recursive-files style can be set to an array of
 patterns to match against "$PWD/".  In any matched location, it is
 possibly to complete files in arbitrarily deep subdirectories without


             reply	other threads:[~2013-10-24 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-24 19:25 Peter Stephenson [this message]
2013-10-24 21:02 ` Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131024202524.662e0876@pws-pc.ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).