From 84e13e55846950db7a5ab1debebdf9e3fd977343 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 19 Mar 2002 13:25:33 +0000 Subject: Move the preferences from a per-view setting to a global setting svn path=/trunk/; revision=16205 --- my-evolution/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'my-evolution/ChangeLog') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index b646f0e252..f53ea9b3da 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,25 @@ +2002-03-19 Iain Holmes + + * component-factory.c: Create a global_preferences structure. + (create_view): Pass in the global_preferences to the view. + (create_component): Initialise the preferences. + + * e-summary-factory.[ch] (e_summary_factory_new_control): Take a prefs + structure and pass it to the view creation. + + * e-summary-mail: Remove some debug spew. + + * e-summary-preferences.[ch]: Create a global_preferences structure. + (e_summary_preferences_init): just return the prefs instead of adding + a pointer to it. + (config_control_destroy_cb): Remove the old_prefs stuff. + (factory_fn): Ditto. + + * e-summary.[ch] (e_summary_init): Don't initialise the preferences + here. + (e_summary_new): Take a preferences structure and keep a pointer to + it. + 2002-03-15 Iain Holmes * Makefile.am: Add the e-summary-shown.[ch] files. -- cgit v1.2.3