summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc-desktop.(none)>2007-07-21 23:05:24 +0200
committerMurray Cumming <murrayc@murrayc-desktop.(none)>2007-07-21 23:05:24 +0200
commit82b332f7ab32d5b82378b053bde90af714d9f07d (patch)
tree10938bfe5f015ee76b9b7c138fa479a613af123d
parent1e3ccbc4fb196d719f2f72167e2bcb0630a318ee (diff)
Fixed ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85aba64..c9e0c45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* cairomm/private.cc:
* cairomm/private.h: Use ifdef to replace throw_exception() with an empty
implementation when exceptions are disabled.
+ This allows cairomm to be built when using CXXFLAGS=-fno-exceptions.
2007-07-14 Jonathon Jongsma <jjongsma@gnome.org>