diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-03-19 21:25:33 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-03-19 21:25:33 +0800 |
commit | 84e13e55846950db7a5ab1debebdf9e3fd977343 (patch) | |
tree | 70929a45e6c411730f4c2c40a0432e398768966b /my-evolution/ChangeLog | |
parent | 02b379173a834e87d0db9ba141e725f26c1ed1cb (diff) | |
download | gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.gz gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.zst gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.zip |
Move the preferences from a per-view setting to a global setting
svn path=/trunk/; revision=16205
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
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 <iain@ximian.com> + + * 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 <iain@ximian.com> * Makefile.am: Add the e-summary-shown.[ch] files. |