<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/my-evolution/ChangeLog, branch ChangeLog</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-11-25T03:26:07+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'ChangeLog'.</title>
<updated>2002-11-25T03:26:07+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-11-25T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3dee5a41f00b0dcde1622849a8a5673e51ab582b'/>
<id>urn:sha1:3dee5a41f00b0dcde1622849a8a5673e51ab582b</id>
<content type='text'>
svn path=/tags/ChangeLog/; revision=18909
</content>
</entry>
<entry>
<title>(owner_unset_cb): bonobo_main_quit() instead</title>
<updated>2002-11-20T22:52:35+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-20T22:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d28115c20074ccef49fcdfe8142153c6ae96cc05'/>
<id>urn:sha1:d28115c20074ccef49fcdfe8142153c6ae96cc05</id>
<content type='text'>
of gtk_main_quit().
(component_destroy): Likewise.

svn path=/trunk/; revision=18868
</content>
</entry>
<entry>
<title>Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init):</title>
<updated>2002-11-20T22:46:40+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-20T22:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6a9d2e6b0d1db2dd9f1bc76413bd06e130f48fb8'/>
<id>urn:sha1:6a9d2e6b0d1db2dd9f1bc76413bd06e130f48fb8</id>
<content type='text'>
* component-factory.c: Removed unused #define
COMPONENT_FACTORY_ID.
(component_factory_init): Removed unused variable.

* GNOME_Evolution_Summary.server.in.in: Updated to not use a
factory, which is what the code actually expects.

svn path=/trunk/; revision=18867
</content>
</entry>
<entry>
<title>Use GConf.</title>
<updated>2002-11-20T21:57:43+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-20T21:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ba846b6b545490d957af46038c9b686b440ca25a'/>
<id>urn:sha1:ba846b6b545490d957af46038c9b686b440ca25a</id>
<content type='text'>
* e-summary.c (e_summary_init): Use GConf.

* e-summary-tasks.c: Replaced member config_listener in
ESummaryTasks with a gconf_client.
(setup_gconf_client): Renamed from setup_config_listener().  Set
up the GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_value_changed_cb and changed prototype to match
that of the "value_changed" signal in GConfClient.
(setup_task_folder): Updated to use GConf.

* e-summary-calendar.c: Replaced member config_listener with a
gconf_listener.
(setup_calendar): Use GConf.
(setup_gconf_client): Renamed from setup_config_listener.  Set up
a GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_key_changed_cb() and changed prototype to match
that of the "value_changed" signal in GConfClient.
(locale_uses_24h_time_format): Removed.
(e_summary_calendar_free): g_object_unref() the gconf_client.

* Makefile.am: Add rules to install the schemas.

* apps_evolution_summary.schemas: New.

* e-summary-preferences.c: Did a global GList -&gt; GSList switch.
(e_summary_preferences_restore): Use GConfClient instead of
EConfigListener.
(vector_from_folder_list): Removed since GConf makes this useless.
(folder_list_from_vector): Likewise.
(str_list_from_vector): Likewise.
(vector_from_str_list): Likewise.
(make_initial_weather_list): Likewise.
(make_initial_rdf_list): Likewise.
(make_initial_mail_list): Likewise.
(e_summary_preferences_save): Use GConf.
(e_summary_preferences_init): No need to set up defaults here.

* e-summary.h: Changed members display_folders, rdf_urls, stations
in ESummaryPrefs to be GSLists instead of GLists; updated all the
functions that use them accordingly.

svn path=/trunk/; revision=18863
</content>
</entry>
<entry>
<title>Added rule to generate GNOME_Evolution_Summary.server.in from</title>
<updated>2002-11-15T22:05:13+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-15T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e0edfe0bcaf6b554b190f92a1eb358db3804af56'/>
<id>urn:sha1:e0edfe0bcaf6b554b190f92a1eb358db3804af56</id>
<content type='text'>
* Makefile.am: Added rule to generate
GNOME_Evolution_Summary.server.in from
GNOME_Evolution_Summary.server.in.in, substituting @LIBEXECDIR@.
Also, install evolution-executive-summary in $libexecdir instead
of $bindir.

* GNOME_Evolution_Summary.server.in.in: Removed the @OAF_SHLIB_*@
stuff and added @LIBEXECDIR@/ to the executable's name instead.

svn path=/trunk/; revision=18791
</content>
</entry>
<entry>
<title>Converted to Glade 2.</title>
<updated>2002-11-14T18:07:31+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-14T18:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c2effba7cf78ed636248da4c45ceefc2df52261b'/>
<id>urn:sha1:c2effba7cf78ed636248da4c45ceefc2df52261b</id>
<content type='text'>
svn path=/trunk/; revision=18755
</content>
</entry>
<entry>
<title>Replaced all gtk_signal_connect() calls with g_signal_connect() ones.</title>
<updated>2002-11-14T17:59:52+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-14T17:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=74b947cdfcc362f5d7709b97d4289b095b724d9a'/>
<id>urn:sha1:74b947cdfcc362f5d7709b97d4289b095b724d9a</id>
<content type='text'>
* e-summary-calendar.c: Replaced all gtk_signal_connect() calls
with g_signal_connect() ones.
* e-summary-mail.c: Likewise.
* e-summary-offline-handler.c: Likewise.
* e-summary-preferences.c: Likewise.
* e-summary-shown.c: Likewise.
* e-summary-tasks.c: Likewise.
* e-summary.c: Likewise.

svn path=/trunk/; revision=18754
</content>
</entry>
<entry>
<title>gtk_widget_destroy() instead of gtk_object_destroy().</title>
<updated>2002-11-11T21:19:24+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-11T21:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f7b3fabe5f53b57f9d6f6df048a9faf23e0837a'/>
<id>urn:sha1:8f7b3fabe5f53b57f9d6f6df048a9faf23e0837a</id>
<content type='text'>
* e-summary-factory.c (control_destroy_cb): gtk_widget_destroy()
instead of gtk_object_destroy().
(e_summary_factory_new_control): Likewise.

* e-summary-calendar.c: Use g_object_ref()/g_object_unref()
instead of gtk_object_ref()/gtk_object_unref().
* e-summary-preferences.c: Likewise.
* e-summary-shown.c: Likewise.
* e-summary-table.c: Likewise.
* e-summary-tasks.c: Likewise.
* e-summary.c: Likewise.

* e-summary-preferences.c (e_summary_preferences_make_mail_table):
g_object_set_data() instead of gtk_object_set_data().
(make_property_dialog): g_object_get_data() instead of
gtk_object_get_data().
(get_folders_from_view): Likewise.

* component-factory.c (create_view): Use
evolution_shell_client_corba_objref() instead of
bonobo_object_corba_objref() on the EvolutionShellClient object.
Also, use g_object_get_data() instead of gtk_object_get_data().
(owner_set_cb): Likewise.
(create_component): Use g_object_set_data() instead of
gtk_object_set_data().

svn path=/trunk/; revision=18710
</content>
</entry>
<entry>
<title>Convert to use libxml2.</title>
<updated>2002-11-11T20:30:10+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-11T20:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ff0a38871430eff88cecc59fc1db8d3d60ca0d6c'/>
<id>urn:sha1:ff0a38871430eff88cecc59fc1db8d3d60ca0d6c</id>
<content type='text'>
svn path=/trunk/; revision=18709
</content>
</entry>
<entry>
<title>Convert from GtkObject to GObject.</title>
<updated>2002-11-11T19:52:58+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-11T19:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=afc95fbc44aa6c768a5aaf4f7c7fe115e02b2d06'/>
<id>urn:sha1:afc95fbc44aa6c768a5aaf4f7c7fe115e02b2d06</id>
<content type='text'>
svn path=/trunk/; revision=18707
</content>
</entry>
</feed>
