summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Smith2008-03-09 16:44:18 +0000
committerBradley Smith2008-03-09 16:44:18 +0000
commit55026928bd7e854e7ab2ef4775ece0f8be6ad08e (patch)
treea631d10bf68bdccec260f771d264affb214430be
parentCorrectly handle ClientMessage. (diff)
downloadgnurobots-55026928bd7e854e7ab2ef4775ece0f8be6ad08e.tar.gz
Modified Changelog.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fd1f20b..bd28fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,14 @@
* src/api.c:
Change deprecated SCM_STRING_CHARS to scm_to_locale_string
- * lib/x11plugin.c:
- Make window respond to DestroyNotify and ClientMessage
+ * lib/x11plugin.c lib/x11plugin.c:
+ Make window respond to WM_DESTROY_WINDOW
* configure.ac:
Change version to 1.0.90 for prerelease
+ * getopt/* Makefile.am configure.ac:
+ Removed getopt.
+ * various:
+ Correct copyright headers.
2008-03-08 Bradley Smith <brad@brad-smith.co.uk>