[pure-lang-svn] SF.net SVN: pure-lang: [235] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-06-14 22:33:19
|
Revision: 235
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=235&view=rev
Author: agraef
Date: 2008-06-14 15:33:14 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
Updated ChangeLog.
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-06-14 22:24:26 UTC (rev 234)
+++ pure/trunk/ChangeLog 2008-06-14 22:33:14 UTC (rev 235)
@@ -1,14 +1,22 @@
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'.
+ * lexer.ll: Various changes in order to facilitate script
+ execution and interfacing to Emacs.
+ Initial '#!' on a line now denotes a comment line, in order to
+ support shebangs (see below).
+
+ The new 'completion_matches' command provides information about
+ completions to programs driving the interpreter, such as Emacs
+ (see below).
+
+ 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|