Add some introductory notes.
[platform/upstream/glib.git] / gobject /
2004-10-27 Matthias Clasen2.5.4 GTK_2_5_4
2004-10-27 Matthias ClasenFix srcdir != builddir builds. (#156447, Thomas Fitzsim...
2004-10-26 Matthias ClasenAdd new symbols.
2004-10-24 Matthias ClasenRename first parameter to check_data, since apparently...
2004-10-06 4applied patch from Jean-Yves Lefort <jylefort@brutele...
2004-10-04 Matthias ClasenImprove the warning if G_SIGNAL_NO_HOOKS is set. (...
2004-09-22 Tor Lillqvist[Win32] Add code to remove the bug-compatibility entrie...
2004-09-18 Matthias Clasen2.5.3 GLIB_2_5_3
2004-09-17 Manish Singhdon't hardcode lengths for cut, instead split on the...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-16 Matthias ClasenAdd ABI control using the same technique that is used...
2004-08-25 Matthias Clasen2.5.2 GLIB_2_5_2
2004-08-01 Matthias Clasen2.5.1 GLIB_2_5_1
2004-07-28 Matthias ClasenCatch cases of forgotten g_type_add_private(). (#148368...
2004-07-21 Matthias ClasenUse the correct fields for enums and flags. (#145015...
2004-07-18 Soeren Sandmann=== Released 2.5.0 === GLIB_2_5_0
2004-07-12 Matthias ClasenDon't choke on a zero handler_id.
2004-07-06 Matthias ClasenFix the declarations of the new functions to return...
2004-07-06 Matthias ClasenAdd g_type_module_register_enum() and g_type_module_reg...
2004-06-23 Matthias ClasenAdd an initializer for the g_define_type_info.value_table.
2004-06-23 Matthias ClasenFix a couple of typos.
2004-06-19 Matthias ClasenActually define the guard after checking for it. (...
2004-04-30 Matthias Clasen=== Released 2.4.1 === GLIB_2_4_1
2004-04-22 Matthias ClasenActually convert escape chars in --vprod. (#139058...
2004-04-15 Matthias ClasenCorrect the initial minimal value to be -G_MAXFLOAT...
2004-03-16 Owen Taylor=== Released 2.4.0 === GLIB_2_4_0
2004-03-16 Tor LillqvistMark the two entries that shouldn't be in the import...
2004-03-09 Owen Taylor=== Released 2.3.6 === GLIB_2_3_6
2004-03-06 Tor LillqvistUpdate.
2004-03-04 Tor LillqvistAnother of the glib DLL's functions was erronously...
2004-03-02 Owen Taylor=== Released 2.3.5 === GLIB_2_3_5
2004-03-01 Tor LillqvistAdd g_slist_remove_all back for ABI compatibility....
2004-02-29 Matthias Clasenforgotten changelog
2004-02-28 Hans Breueradded g_strv_get_type
2004-02-27 Matthias ClasenSupport parsing of intializers containing macros with...
2004-02-24 Owen Taylor=== Released 2.3.3 === GLIB_2_3_3
2004-02-20 Tim Janikadded (GTypeFlags) cast needed by C++.
2004-02-03 Tim Janikprovide a short-cut version for this macro in case
2004-01-24 Tim Janikprefixed the parent_class variable defined by G_DEFINE_...
2004-01-24 Tor LillqvistAdd a missing entry.
2004-01-11 Manish Singhwrap g_io_channel_ref in a function that returns the...
2004-01-10 Matthias ClasenDocument the lowercase_name trigraph option.
2004-01-10 Tim Janikmade G_DEFINE_TYPE_INTERNAL() public by renaming it to
2004-01-09 Matthias ClasenAdd a boxed type for nul-terminated string arrays....
2004-01-09 Tim Janikadded convenience macros G_IMPLEMENT_INTERFACE() and...
2003-12-30 Murray CummingAdded a lowercase_name option, to be used next to the...
2003-12-26 Matthias ClasenDon't acquire a read lock here. (#106433, Owen Taylor)
2003-12-17 Matthias ClasenUse g_assert() instead of g_return_val_if_fail(), sugge...
2003-12-13 Hans Breuergobject.def : update externals
2003-12-08 Owen Taylor=== Released 2.3.1 === GLIB_2_3_1
2003-11-29 Tim Janikfix g_object_set() whithin _init() implementations...
2003-11-27 Tim Janikvariant of class_peek() which works for static types...
2003-10-28 Matthias ClasenAdd /*< public >*/ and /*< private >*/ markers for...
2003-10-24 Matthias Clasen100%
2003-10-21 Owen TaylorAdd a new GParamSpecOverride type that is a pointer...
2003-10-20 Matthias ClasenDocumentation additions.
2003-10-17 Matthias ClasenAdd /*< public >*/ and /*< private >*/ markers for...
2003-10-02 Tim Janikfix post class_init interface initialization logic...
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check(), which allows...
2003-09-29 Owen TaylorAdd g_type_default_interface_ref/peek/unref for accessi...
2003-09-26 Owen TaylorYou can have instance_real_class_bsa be non-NULL, but...
2003-09-14 Matthias ClasenDon't generate code using deprecated APIs. (#122292...
2003-09-12 Owen TaylorAdd bug reference to ChangeLog
2003-09-12 Owen TaylorAdd g_signal_accumulator_true_handled(), to do TRUE...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2003-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-09-02 Tim Janikfix iterating over fundamental types.
2003-08-28 Manish Singhremoved stray change from previous commit.
2003-08-28 Manish Singhshut up cvs
2003-08-27 Owen TaylorAdd a detailed test case for interface initialization...
2003-08-25 Manish Singhfix typo in last commit, cast to GTypeValueTable *...
2003-08-25 Owen Tayloradd bug number
2003-08-25 Owen TaylorClarify docs on the return. Fix a memory leak if a...
2003-08-19 Tim Janikcheck private instance data after initialization.
2003-08-19 Tim Janikadapt to new gbsearcharray.h code. (g_value_register_tr...
2003-08-18 Tim Janikadded optimizations to skip NOP signal emissions.
2003-08-13 Tor Lillqvistglib/Makefile.am gmodule/Makefile.am gobject/Makefile...
2003-08-08 Matthias ClasenImprove the wording of the warning for invalid
2003-08-06 Owen TaylorAdd check for instance private usage within in instance...
2003-07-20 Hans Breuerupdated externals
2003-07-08 Soeren SandmannOnly access node->data->instance when the node is insta...
2003-07-08 Owen TaylorInitialize node->data->instance.private_size here rathe...
2003-06-17 Matthias Clasenforgotten ChangeLog
2003-06-17 Matthias ClasenNew macros to check for XML catalog contents and path...
2003-05-30 Owen TaylorOrder refs/unrefs so setting the same object back is...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-03-24 Sven Neumannremoved leftover debugging message (bug #109093).
2003-03-10 Owen TaylorAdd support for instance-private data. g_type_class_add...
2003-03-06 Matthias ClasenFix 0/FALSE confusion. (#107662, Morten Welinder)
2003-03-04 James Henstridgerequire automake 1.7. Add calls to libtoolize and gtkdo...
2003-02-17 Tim Janikdon't assert the types passed in to have value tables...
2003-02-09 Soeren Sandmannremove lookup of unused BoxedNode.
2003-02-07 Matthias ClasenRemove all docs from gobject at Tims request. Documenta...
2003-01-12 Tor LillqvistAdd g_type_interface_prerequisites. Thanks to Kenichi...
2003-01-04 Tor Lillqvist[Win32] Install also the .def files, to help users...
2002-12-18 Matthias ClasenAdd docs.
2002-12-18 Michael Nattererapplied patch I got from Tim Janik for testing which...
2002-12-16 Matthias ClasenRemove markup from doc comment, as GObject doesn't...
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-12 Matthias ClasenAdd a test for positional parameters in g_snprintf...
next