summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2006-10-02 13:52:13 +0000
committerTim Janik <timj@src.gnome.org>2006-10-02 13:52:13 +0000
commit2d75227eb1b6ebaf4a97f2d71d444df84cfcf750 (patch)
tree667b891198cc65732b92ca70b80ca7b780d327da /gobject/ChangeLog
parent81115d312d41063bff5c73a28f7ad963d7f9435e (diff)
reverted a change to have an assert instead of a g_return_val_if_fail()
Mon Oct 2 15:50:16 2006 Tim Janik <timj@gtk.org> * gvalue.c (g_value_peek_pointer): reverted a change to have an assert instead of a g_return_val_if_fail() here. libraries (and programs) should only ever g_assert or g_error if there is no way to carry on with the current program state. that's clearly not the case here. * ChangeLog: added missing changelog entry for 2003-12-30.
Diffstat (limited to 'gobject/ChangeLog')
-rw-r--r--gobject/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 281183073..c25b3e229 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,13 @@
+Mon Oct 2 15:50:16 2006 Tim Janik <timj@gtk.org>
+
+ * gvalue.c (g_value_peek_pointer): reverted a change to have an
+ assert instead of a g_return_val_if_fail() here. libraries (and
+ programs) should only ever g_assert or g_error if there is no way
+ to carry on with the current program state. that's clearly not
+ the case here.
+
+ * ChangeLog: added missing changelog entry for 2003-12-30.
+
Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com>
* pltcheck.sh: Script to check PLT entries.
@@ -922,6 +932,13 @@ Fri Jan 9 15:34:15 2004 Tim Janik <timj@gtk.org>
* gtype.h: added convenience macros G_IMPLEMENT_INTERFACE() and
G_DEFINE_TYPE() plus variants.
+2003-12-30 Murray Cumming <murrayc@usa.net>
+
+ * gobject/glib-mkenums.in: Added a lowercase_name option, to be used
+ next to the enum declaration, where the flag option is already used,
+ when it is not possible to guess where to put the underscores in the
+ _get_type() function name, for instance for GNOMEVFSURIHide.
+
Fri Dec 26 01:34:01 2003 Matthias Clasen <maclas@gmx.de>
* gtype.c (g_type_class_peek_parent): Don't acquire a read lock