diff options
author | Bradley Smith | 2008-03-09 00:16:59 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-09 00:16:59 +0000 |
commit | 3ae61ef96f2051d955224f1a0d43a97b61c6b627 (patch) | |
tree | 04cef275ccb04ab7630031378155ca3cea1b4484 /ChangeLog | |
parent | Add needed headers to dist. (diff) | |
download | gnurobots-3ae61ef96f2051d955224f1a0d43a97b61c6b627.tar.gz |
Tidy up x11plugin.c and make window respond to close events.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-03-09 Bradley Smith <brad@brad-smith.co.uk> + + * src/api.c: + Change deprecated SCM_STRING_CHARS to scm_to_locale_string + * lib/x11plugin.c: + Make window respond to DestroyNotify and ClientMessage + 2008-03-08 Bradley Smith <brad@brad-smith.co.uk> * include/map.h: @@ -11,6 +18,7 @@ Add readline support to text plugin * lib/Makefile.am: Add readline libs/includes to text plugin + Add headers to dist. * src/Makefile.am: Change binary name to gnurobots |