[pure-lang-svn] SF.net SVN: pure-lang: [229] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-06-14 11:03:54
|
Revision: 229
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=229&view=rev
Author: agraef
Date: 2008-06-14 04:04:00 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
Updated ChangeLog.
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-06-14 10:35:52 UTC (rev 228)
+++ pure/trunk/ChangeLog 2008-06-14 11:04:00 UTC (rev 229)
@@ -1,3 +1,24 @@
+2008-06-14 Albert Graef <Dr....@t-...>
+
+ * lexer.ll: Initial '#!' on a line now denotes a comment line (in
+ order to support shebangs), and paging of the 'list' command is
+ now implemented using the program specified with the PURE_MORE
+ environment variable. This allows you to disable this option (if
+ PURE_MORE is undefined) or choose any pager program and options
+ that you prefer. Define PURE_MORE=more in your shell startup files
+ to get back the old behaviour of piping 'list' output through
+ 'more'.
+
+ * pure.cc: Added new -q (quiet) and -x (execute) options. The
+ former is used in pure-mode.el to suppress the sign-on message of
+ the interpreter. The latter can be used in conjuction with the new
+ #! comment syntax to add shebangs to your script, see the manpage
+ for details.
+
+ * pure-mode.el.in: Added new Emacs Pure mode. This is a quick and
+ dirty hack of Q mode and still needs some work (in particular,
+ auto indentation is pretty much broken right now).
+
2008-06-13 Albert Graef <Dr....@t-...>
* configure.ac, Makefile.in, etc.: Overhauled configury and bumped
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|