aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-01-23 08:38:29 +0800
committerIain Holmes <iain@src.gnome.org>2001-01-23 08:38:29 +0800
commit6d6fbca005c1a275d5606b9592adcd2568a9a1dd (patch)
tree50793eadd8ce7b0737eae73ef37aba32a4028f04 /shell/ChangeLog
parent9908f0dba12569b2b9fe0b48de9d46ec3f2386bc (diff)
downloadgsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.tar
gsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.tar.gz
gsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.tar.bz2
gsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.tar.lz
gsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.tar.xz
gsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.tar.zst
gsoc2013-evolution-6d6fbca005c1a275d5606b9592adcd2568a9a1dd.zip
Changelog
svn path=/trunk/; revision=7730
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b33f999574..395eb19ef9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,41 @@
+2001-01-19 Iain Holmes <iain@ximian.com>
+
+ * importer/GNOME_Evolution_Importer.idl: Make the processItem oneway.
+ Make the Listener interface inherit from Bonobo::Unknown.
+
+ * importer/evolution-importer-client.[ch]: Remove all the crap to deal
+ with creating the Listener object.
+
+ * importer/evolution-importer-listener.[ch]: A new bonobo object to
+ implement the ImporterListener interface.
+
+ * importer/importer.c: Fix it up to use the new Listener object.
+
+2001-01-18 Iain Holmes <iain@ximian.com>
+
+ * e-shortcuts-view.c (show_new_group_dialog): Don't make the dialog
+ modal.
+
+2001-01-16 Iain Holmes <iain@ximian.com>
+
+ * importer/GNOME_Evolution_Importer.idl: Removed the ImporterFactory
+ interface and put the methods from it into the Importer interface.
+
+ * importer/evolution-importer-factory.[ch]: Removed.
+
+ * importer/evolution-importer.[ch]: Added the new methods.
+ Added inline documentation for all public functions.
+
+ * importer/evolution-importer-client.[ch]: Added new client support for
+ the new methods.
+ Added inline documentation for all public functions.
+
+ * importer/importer.c (create_plugin_menu): Changed the query to look for
+ IDL:GNOME/Evolution/Importer:1.0.
+ (start_import): Do all CORBA methods through the EvolutionImporterClient.
+ (get_iid_for_filetype): Change query to search for
+ IDL:GNOME/Evolution/Importer:1.0.
+
2001-01-19 Dan Winship <danw@ximian.com>
* evolution-storage.c (evolution_storage_folder_exists): New