summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeff Garrett <jeff@jgarrett.org>2007-09-08 04:31:53 +0000
committerJeff Garrett <jeff@jgarrett.org>2007-09-08 04:31:53 +0000
commit5a7d30a04b77ecdbe2d108bab62e36cd9fca7dac (patch)
tree4eae1652d0863611f2d66c3695fef0181b3bcea5 /ChangeLog
parent4b93996c9f0d840085c7a6c6d32f71cfeab78fe4 (diff)
Do not use __unused as it may be reserved
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 796e5f8..09c936f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-09-08 Jeff Garrett <jeff@jgarrett.org>
+ * src/downloadmanager.c:
+ * src/locationeditwindow.c:
+ * src/locationset.h:
+ * src/mainwindow.c:
+ * src/mapinfowindow.c:
+ * src/scenemanager.c:
+ * src/tooltipwindow.c: Do not use __unused as it may be reserved
+
+2007-09-08 Jeff Garrett <jeff@jgarrett.org>
+
* src/mainwindow.c: Update website URL to point to the cairo wiki
2007-09-08 Jeff Garrett <jeff@jgarrett.org>