aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-02-15 02:37:40 +0800
committerIain Holmes <iain@src.gnome.org>2001-02-15 02:37:40 +0800
commit53659b16caf2b2172c46b261463b589ee12d19b0 (patch)
tree66f7d71f43b0c3a6c0418507bdd6d591a6f95588 /executive-summary/ChangeLog
parent59cb3688437bd26c4e2d2e3ea674b6a06d0da4e7 (diff)
downloadgsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar
gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.gz
gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.bz2
gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.lz
gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.xz
gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.zst
gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.zip
Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, add a new method to the HTMLView so it can handle funny URIs.
svn path=/trunk/; revision=8224
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r--executive-summary/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index 65142aff28..6e0f51c270 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,29 @@
+2001-02-14 Iain Holmes <iain@ximian.com>
+
+ * evolution-services/executive-summary-html-view.c
+ (executive_summary_html_view_destroy): Don't unref the event source.
+ (impl_GNOME_Evolution_Summary_HTMLView_handleURI): Emit the signal.
+ (corba_class_init): Hook up the handleURI method.
+ (executive_summary_html_view_class_init): Create the signal.
+
+ * idl/HTMLView.idl: Add the handleURI method.
+
+2001-02-13 Iain Holmes <iain@ximian.com>
+
+ * test-service/rdf-summary.c (property_control): Add an update now button.
+
+2001-02-12 Iain Holmes <iain@ximian.com>
+
+ * test-service/rdf-summary.c (property_control): Add a "Update" spinner.
+ (property_action): Only download a new RDF if the URL changed. Use a cached
+ version otherwise.
+
+2001-02-08 Iain Holmes <iain@ximian.com>
+
+ * component/e-summary-url.c (e_summary_url_click): Close and remove the
+ window on an idle, so that the whole desktop isn't locked by a
+ GNOME-VFS bug.
+
2001-02-13 Kjartan Maraas <kmaraas@gnome.org>
* Makefile.am: xml-i18n-tools setup for .oaf.in files.