summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBradley Smith2008-03-09 18:37:58 +0000
committerBradley Smith2008-03-09 18:37:58 +0000
commit1eac647d46231ec03bc9647b72d32dc093bf366d (patch)
treefbf409498759d5fcb08c44b986080a1cc6b32485 /ChangeLog
parentModified Changelog. (diff)
downloadgnurobots-1eac647d46231ec03bc9647b72d32dc093bf366d.tar.gz
Misc cleanups and GType style conversion.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd28fde..3ced7c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
Removed getopt.
* various:
Correct copyright headers.
+ * include/grobot.h src/grobot.c src/map.c include/map.h:
+ Tidy up, and convert GObject style.
+ * src/userinterface.c include/userinterface.h:
+ Tidy up.
2008-03-08 Bradley Smith <brad@brad-smith.co.uk>