diff options
author | Rodney Dawes <dobey@novell.com> | 2005-05-03 00:46:14 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-05-03 00:46:14 +0800 |
commit | 59ea710a67311c57039c696855869aa0af84fb67 (patch) | |
tree | 81082bf937e63e603c48b6c046a6e0e49c0b8d5b /e-util/ChangeLog | |
parent | c3a1fe7200f6aa64ecabfa4e53f4cb1adee40585 (diff) | |
download | gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.gz gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.zst gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.zip |
This method is a no-op if we are building without ENABLE_PROFILE defined,
2005-05-02 Rodney Dawes <dobey@novell.com>
* e-profile-event.h (e_profile_event_emit): This method is a no-op if
we are building without ENABLE_PROFILE defined, so we don't need to
define a macro to no-op it, and change ABI at compile time
svn path=/trunk/; revision=29259
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 5eba0fe6a2..fd455769b2 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2005-05-02 Rodney Dawes <dobey@novell.com> + + * e-profile-event.h (e_profile_event_emit): This method is a no-op if + we are building without ENABLE_PROFILE defined, so we don't need to + define a macro to no-op it, and change ABI at compile time + 2005-04-28 Not Zed <NotZed@Ximian.com> * e-profile-event.[ch]: A profiling plugin hook. |