diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-03 09:42:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-03 09:42:50 +0800 |
commit | d49a387afc10d7e43f582eda2d14cda03ae2bfe5 (patch) | |
tree | c945756ee1110a282f24e27277034bea7ef6eaaf /camel/ChangeLog | |
parent | df61377255d37dbc7d0436c46e8d679c8053176c (diff) | |
download | gsoc2013-evolution-d49a387afc10d7e43f582eda2d14cda03ae2bfe5.tar.gz gsoc2013-evolution-d49a387afc10d7e43f582eda2d14cda03ae2bfe5.tar.zst gsoc2013-evolution-d49a387afc10d7e43f582eda2d14cda03ae2bfe5.zip |
Take a void object arg. (camel_object_remove_event): "
2002-06-27 Not Zed <NotZed@Ximian.com>
* camel-object.c (camel_object_hook_event): Take a void object arg.
(camel_object_remove_event): "
(camel_object_unhook_event): "
(camel_object_trigger_event): ", also, execute events in the same
order they were added, i.e. reverse hook-list order.
svn path=/trunk/; revision=17359
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d08438822d..b7e8038082 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-06-27 Not Zed <NotZed@Ximian.com> + + * camel-object.c (camel_object_hook_event): Take a void object arg. + (camel_object_remove_event): " + (camel_object_unhook_event): " + (camel_object_trigger_event): ", also, execute events in the same + order they were added, i.e. reverse hook-list order. + 2002-06-28 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_ctx_get_argv): Don't use @@ -62,6 +70,7 @@ * providers/local/camel-local-provider.c (camel_provider_module_init): Removed spoold provider. The spool provider does it now. + (): Spoold doesn't exist anymore, remove its header. 2002-06-25 Not Zed <NotZed@Ximian.com> |