summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@src.gnome.org>2009-03-22 23:49:48 +0000
committerJosé Alburquerque <jaalburqu@src.gnome.org>2009-03-22 23:49:48 +0000
commite39d4557badcb343dbc7273d3255b6c773c0eedb (patch)
tree2b839d8ae4f3d19169731590c13be93f5b7e197a
parentc38893a4b698013b996e754b2acef1c608a0ebbf (diff)
downloadglibmm-2-14.tar.gz
Forgot bug numbers to recent ChangeLog entries.glibmm-2-14
svn path=/branches/glibmm-2-14/; revision=799
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dd73bc7..90edbc11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,14 @@
* tools/m4/class_gobject.m4: Added _CUSTOM_CTOR_CAST to _CLASS_GOBJECT
for classes that need to include custom code in their cast and
construct_params constructors as is done with _CLASS_GTKOBJECT.
+ Bug #574861.
2009-03-18 José Alburquerque <jaalburqu@svn.gnome.org>
* tools/m4/base.m4: Modified _GET_TYPE_FUNC() to properly work with
types like GtkFOOBar producing, for example, gtk_foo_bar_get_type()
instead of gtk_fo_obar_get_type().
+ Bug #575870.
2007-12-28 Murray Cumming <murrayc@murrayc.com>