[project @ 2003-04-03 03:37:06 by unknown_lamer]
[clinton/bobotpp.git] / ChangeLog
index 40026ff..7a04d6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2003-04-02  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * scripts/bobot-utils.scm: Make exported symbols from
+       the-bot-module available in the guile-user module so that scripts
+       loaded with Interp::Load function.
+
+2003-03-30  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * scripts/bobot-utils.scm (bot:load-module): Loads a file from the
+       %bot:loadpath into its own module and returns that (unnamed) module
+       (bot:use-module): Calls bot:load-module and then adds the newly
+       loaded module to the (current-module)'s use-list
+
+       * source/Interp.C (interp_init_helper): New procedure to initialize
+       the-bot-module (this is the old Interp::Startup verbatim)
+       (interp_post_startup_helper): New procedure to export
+       the-bot-module from bot_module
+       (Startup): Now calls interp_init_helper and
+       interp_post_startup_helper to initalize the bot module system
+
+       * source/Interp.H: Added private variable bot_module to Interp
+
 2002-11-04  Clinton Ebadi  <clinton@unknownlamer.org>
 
        * scripts/bobot-utils.scm: Added bot: to regex functions (yes,