wisp
 
(Arne Babenhauserheide)
2016-07-12: reorder NEWS for 0.9.1

reorder NEWS for 0.9.1

diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -2,32 +2,31 @@ wisp ():
 - 
 
 wisp 0.9.1:
-- examples/d20world.w: implement basic plotting on a map.
-- more of the examples use the guile reader by default
+- add enter three witches: minimum overhead for a theater script
 - examples/wisp.w: syntax for a with keyword
   which works like with in Python
 - wisp-mode: add indentation cycling patch
-  thanks to Kevin W. van Rooijen
 - Use GUILE_PKG instead of PKG_CHECK_MODULES
   thanks to Jan Wedekind
 - "make install" adds the wisp language to Guile
   thanks to Jan Wedekind
-- wisp-mode: start working on better indentation
+- add examples/securepassword.w
+- add slides for FOSDEM 2016 talk
+- examples/d20world.w: implement basic plotting on a map.
+- more of the examples use the guile reader by default
+  thanks to Kevin W. van Rooijen
 - examples/d6.w: add critical rolls
-- add examples/securepassword.w
-- add enter three witches: minimum overhead for a theater script
-- fix factorial code
-- add slides for FOSDEM 2016 talk
-- add ensemble estimation
-- add running mean, say and async
-- improve handling of "` , :" (incomplete, see bug e44)
-- unescape up to 6 leading underscores (fix bug 31)
 - use GUILE_PROGS to check for guile instead of using homegrown stuff
 - fix multiline string bug when the string includes \"
   tracked down by Michael Lamb
 - new example: say.w (companion to
   http://draketo.de/english/wisp/shakespeare )
+- add running mean and async
+- add ensemble estimation
 - always use /usr/bin/env bash as hashbang for shell scripts.
+- fix factorial code
+- improve handling of "` , :" (incomplete, see bug e44)
+- unescape up to 6 leading underscores (fix bug 31)
 
 wisp 0.9.0 (2015-09-24):
 - actually distribute wisp.scm