<div>Hi Mark,</div><div><br></div><div>Could you add the changes related to JSS, JAR packaging and the like that you have been putting on trunk?</div><div><br></div><div>The current list is compiled based on r13382 (branch point 0.26) up to HEAD, manually eliminating the revisions which have been merged into the 0.26 branch.</div>
<div><br></div><div>Looking at the list, I'd like to create another release soon: the pretty printer fixes haven't made it in a public release yet, nor have many of the JAR packaging fixes and improvements that you committed.</div>
<div><br></div><div><br></div>As always, if you see things differently, discussion welcome, of course!<div><br></div><div>Bye,</div><div><br></div><div>Erik.</div><div><div><div><br><div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername"></b> <span dir="ltr"><<a href="mailto:ehuelsmann@common-lisp.net">ehuelsmann@common-lisp.net</a>></span><br>Date: Sun, Aug 28, 2011 at 10:36 PM<br>Subject: [armedbear-cvs] r13546 - trunk/abcl<br>
To: <a href="mailto:armedbear-cvs@common-lisp.net">armedbear-cvs@common-lisp.net</a><br><br><br>Author: ehuelsmann<br>
Date: Sun Aug 28 13:36:34 2011<br>
New Revision: 13546<br>
<br>
Log:<br>
More CHANGES updates.<br>
<br>
Modified:<br>
   trunk/abcl/CHANGES<br>
<br>
Modified: trunk/abcl/CHANGES<br>
==============================================================================<br>
--- trunk/abcl/CHANGES  Sun Aug 28 13:11:41 2011        (r13545)<br>
+++ trunk/abcl/CHANGES  Sun Aug 28 13:36:34 2011        (r13546)<br>
@@ -14,6 +14,13 @@<br>
 Changes<br>
 -------<br>
<br>
+ * Renamed LispObject.writeToString() method to (more lispy) printObject()<br>
+<br>
+ * New LispObject.princToString() for user readable output<br>
+<br>
+ * Changed behaviour of LispObject.unreadableString() to signal<br>
+   errors when *PRINT-READABLY* is non-NIL<br>
+<br>
  * Static initializers moved to <clinit>() (java: static { }) to<br>
    prevent repeated execution when invoking the constructor multiple times<br>
<br>
@@ -24,6 +31,11 @@<br>
<br>
  * File compiler (COMPILE-FILE) clean-ups<br>
<br>
+ * When calling a function with the wrong number of arguments,<br>
+   report the expected (range) of arguments<br>
+<br>
+ * Upgraded ASDF to 2.017<br>
+<br>
 Fixes<br>
 -----<br>
<br>
@@ -39,6 +51,15 @@<br>
  * [ticket #163] Local functions shadow global macro and function bindings<br>
    (fixes PARENSCRIPT support)<br>
<br>
+ * [ticket 158] Readable printing of the string "#<abc>" does not signal<br>
+   a PRINT-NOT-READABLE error anymore<br>
+<br>
+ * Fixed SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7<br>
+<br>
+ * Fixed many PPRINT.* test suite failures<br>
+<br>
+ * [ticket #151] LOAD fails for whitespace in JAR-PATHNAME<br>
+<br>
<br>
 Version 0.26.2<br>
 ==============<br>
<br>
_______________________________________________<br>
armedbear-cvs mailing list<br>
<a href="mailto:armedbear-cvs@common-lisp.net">armedbear-cvs@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-cvs" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-cvs</a><br>
</div><br></div></div></div>