From ba82c09a4fad2c258eee6198c2c460fce28afd7b Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 3 Jan 2007 08:08:12 +0000 Subject: Utilize GLib's new g_timeout_add_seconds to reduce context switches and 2007-01-03 Diego Escalante Urrelo * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): * embed/ephy-history.c: (ephy_history_init): * lib/Makefile.am: * lib/ephy-glib-compat.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed): * src/ephy-dbus.c: (session_filter_func), (system_filter_func): * src/ephy-extensions-manager.c: (reload_cb): * src/ephy-session.c: (confirm_shutdown_cb): Utilize GLib's new g_timeout_add_seconds to reduce context switches and improve CPU/power efficiency. Patch by Chris Wilson. svn path=/trunk/; revision=6783 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29993eac2..ebb1ea5c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-01-03 Diego Escalante Urrelo + + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): + * embed/ephy-history.c: (ephy_history_init): + * lib/Makefile.am: + * lib/ephy-glib-compat.h: + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed): + * src/ephy-dbus.c: (session_filter_func), (system_filter_func): + * src/ephy-extensions-manager.c: (reload_cb): + * src/ephy-session.c: (confirm_shutdown_cb): + + Utilize GLib's new g_timeout_add_seconds to reduce context switches + and improve CPU/power efficiency. Patch by Chris Wilson. + + 2007-01-03 Diego Escalante Urrelo * data/glade/prefs-dialog.glade: -- cgit v1.2.3