aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-03 00:34:02 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-03 00:34:02 +0800
commit460542ead17a5cadc2597cd37a071ef756a7dbb1 (patch)
treefc17ed9c1a02f6772fbbb760ec4775952068a56e /shell/ChangeLog
parent0a0e1f2f03c47e3a3b1fa3e5e39924cfc803be8b (diff)
downloadgsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.tar
gsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.tar.gz
gsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.tar.bz2
gsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.tar.lz
gsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.tar.xz
gsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.tar.zst
gsoc2013-evolution-460542ead17a5cadc2597cd37a071ef756a7dbb1.zip
added "foldertype" argument to GNOME::Evolution::Importer.
2003-04-02 Rodrigo Moya <rodrigo@ximian.com> * importer/GNOME_Evolution_Importer.idl: * importer/evolution-importer.[ch]: added "foldertype" argument to GNOME::Evolution::Importer. * importer/evolution-importer-client.[ch] (evolution_importer_client_load_file): added "folder_type" argument and use it in the call to GNOME_Evolution_Importer_loadFile. * e-shell-importer.c (start_import): added "folder_type" argument and use it in the call to evolution_importer_client_load_file. (folder_selected): pass in the "folder_type" argument to start_import, svn path=/trunk/; revision=20643
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 325a3f1c6d..63c8c93b44 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,17 @@
+2003-04-02 Rodrigo Moya <rodrigo@ximian.com>
+
+ * importer/GNOME_Evolution_Importer.idl:
+ * importer/evolution-importer.[ch]: added "foldertype" argument to
+ GNOME::Evolution::Importer.
+
+ * importer/evolution-importer-client.[ch]
+ (evolution_importer_client_load_file): added "folder_type" argument
+ and use it in the call to GNOME_Evolution_Importer_loadFile.
+
+ * e-shell-importer.c (start_import): added "folder_type" argument and
+ use it in the call to evolution_importer_client_load_file.
+ (folder_selected): pass in the "folder_type" argument to start_import,
+
2003-04-02 Not Zed <NotZed@Ximian.com>
[#40652]