X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/e0f76584a52189fdf040ec65fb45ad17bc21db71..07559983b5c4ca91ff79a153595789c8ae28c663:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 9c76faa..36ad57e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,24 @@ /*********************************************************************** X3 ChangeLog +2009-01-24 Alex Schumann + + * src/mod-python.c: added plugin hook to log to x3 logs, and worked + out the basics of callback registration. + + * src/modpython.py: x3 logging hook and new callback registration + + * Makefile.am: install modpython.py and plugins/ during make install + + * install-r.sh: shell script to do recursive copy with exclusions + 2009-01-23 Alex Schumann * src/mod-python.c: refactor to use class-based hook manager. Seems to - run now. + run now. Also added better comments. - * src/modpython.py: refactored into classes. Seems to run now. + * src/modpython.py: refactored into classes. Seems to run now. Cleaned + up a bit. 2008-01-12 Neil Spierling