X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-1-2;h=e5b481aa9058ccdff075186dfb281f859053d3c2;hb=9da85c7262325478e8730ae9f3e76bd0528a9a8c;hp=786951f554652e6867de431df9abbd2980ed5b73;hpb=9816c0fa175b4348f59de94f5b6fe674de9eb5f5;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 786951f..e5b481a 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -462,12 +462,12 @@ Sun Jan 17 14:13:52 1999 Tim Janik * gmain.c (g_source_add): set hook_destroy to G_HOOK_DEFERRED_DESTROY, instead of using an ugly _noop() hack, this is to avoid an uneccessary - function invokation. set hook_free to g_source_destroy_func, this way + function invocation. set hook_free to g_source_destroy_func, this way we always invoke the destroy notifiers for user_data and source_data after execution of dispatch(). thus, g_source_destroy_func() will always be called within the main_loop lock (this wasn't really assured before), and can release and reaquire the look around destroy notifier - invokation. + invocation. Sun Jan 17 11:01:40 1999 Tor Lillqvist @@ -1769,7 +1769,7 @@ Thu Oct 8 06:47:27 1998 Tim Janik added new functions g_dataset_id_remove_no_notify and g_datalist_id_remove_no_notify plus associated macros g_dataset_remove_no_notify and g_datalist_remove_no_notify, which - will remove a certain data portion without invokation of its destroy + will remove a certain data portion without invocation of its destroy notifier, this should only be used in very controled circumstances. Wed Oct 7 05:31:24 1998 Tim Janik @@ -1860,7 +1860,7 @@ Mon Sep 21 02:22:12 1998 Tim Janik * ghash.c: added some g_return_if_fail() statements. make g_hash_table_lookup_node() an inline function so we save an extra - function invokation on lookups. + function invocation on lookups. Sun Sep 20 18:21:46 1998 Owen Taylor @@ -2081,7 +2081,7 @@ Mon Aug 24 02:08:56 1998 Tim Janik removed g_attach_process(). g_on_error_stack_trace() should probably be handled with caution, i've seem several different linux versions (2.0.x) become unstable - after invokation of this function. + after invocation of this function. 1998-08-18: Elliot Lee