summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBradley Smith2008-03-08 22:54:23 +0000
committerBradley Smith2008-03-08 22:54:23 +0000
commit99080bd960207a217ddd28bfefde6ffb867c426f (patch)
tree536e0269de5fb2820c4e8396b9ffffcfac11dca4 /ChangeLog
parentAdd -g to compile flags. (diff)
downloadgnurobots-99080bd960207a217ddd28bfefde6ffb867c426f.tar.gz
Add error message when given an invalid instruction.
Add initial ui update to avoid corruption. Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15c0ef2..decaefd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
Correct Map Type, and tidy up.
* lib/x11plugin.h:
Correct X11_Plugin Type, and tidy up.
+ * src/main.c:
+ Add error message when given an invalid instruction.
+ Add initial ui update to avoid corruption.
2008-03-07 Bradley Smith <brad@brad-smith.co.uk>