diff options
author | Bradley Smith | 2008-03-09 16:44:18 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-09 16:44:18 +0000 |
commit | 55026928bd7e854e7ab2ef4775ece0f8be6ad08e (patch) | |
tree | a631d10bf68bdccec260f771d264affb214430be /ChangeLog | |
parent | Correctly handle ClientMessage. (diff) | |
download | gnurobots-55026928bd7e854e7ab2ef4775ece0f8be6ad08e.tar.gz |
Modified Changelog.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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> |