summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBradley Smith2008-03-09 18:59:08 +0000
committerBradley Smith2008-03-09 18:59:08 +0000
commitf34397e432451371785161b7445dd27d04aceff5 (patch)
treedba7af7b8651ceaa95ac22e6e0828fd5a2f129a7 /ChangeLog
parentMisc cleanups and GType style conversion. (diff)
downloadgnurobots-f34397e432451371785161b7445dd27d04aceff5.tar.gz
Change x11plugin GType style.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ced7c6..d331819 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,10 +10,12 @@
Removed getopt.
* various:
Correct copyright headers.
- * include/grobot.h src/grobot.c src/map.c include/map.h:
+ * include/grobot.h src/grobot.c src/map.c include/map.h lib/x11plugin.c
+ lib/x11plugin.h:
Tidy up, and convert GObject style.
* src/userinterface.c include/userinterface.h:
Tidy up.
+ * lib/x11plugin.c:
2008-03-08 Bradley Smith <brad@brad-smith.co.uk>