[Spiderape-cvs] SF.net SVN: spiderape: [52] trunk/ChangeLog
Status: Beta
Brought to you by:
sgbeal
|
From: <sg...@us...> - 2007-09-30 18:24:46
|
Revision: 52
http://spiderape.svn.sourceforge.net/spiderape/?rev=52&view=rev
Author: sgbeal
Date: 2007-09-30 11:24:41 -0700 (Sun, 30 Sep 2007)
Log Message:
-----------
more changes
Modified Paths:
--------------
trunk/ChangeLog
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-09-29 15:45:57 UTC (rev 51)
+++ trunk/ChangeLog 2007-09-30 18:24:41 UTC (rev 52)
@@ -4,6 +4,16 @@
Home page: http://SpiderApe.sourceforge.net
========================================================================
+2007.09.29:
+
+- Added debuggering macro SPIDERAPE_CURRENT_FUNCTION, which is similar
+to __FUNCTION__. This is mostly useful for plugins, which often use
+macros in JSNative functions for checking argument counts. (In fact,
+the ncurses plugin now needs this macro.)
+
+- Added scriptable_base::set() member.
+
+
26.09.2007:
- Added ape::js_simple_object class to simplify the returning of JS-side
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|