aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/shared-folder/ChangeLog
diff options
context:
space:
mode:
authorVivek Jain <jvivek@novell.com>2005-01-10 22:00:12 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-01-10 22:00:12 +0800
commit01c7f390e72140243c19477485fb4e88509f6365 (patch)
tree43ed2eed6ca4654b9db6e665e652db9e0ffd682d /plugins/shared-folder/ChangeLog
parent61e1d0ff645154d93a7421e94009f0e51f4f061a (diff)
downloadgsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.tar
gsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.tar.gz
gsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.tar.bz2
gsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.tar.lz
gsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.tar.xz
gsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.tar.zst
gsoc2013-evolution-01c7f390e72140243c19477485fb4e88509f6365.zip
Included * ChangeLog and * install-shared.c to accept a
2005-01-10 Vivek Jain <jvivek@novell.com> Included * ChangeLog and * install-shared.c to accept a shared-folder-notification and install a shared folder svn path=/trunk/; revision=28319
Diffstat (limited to 'plugins/shared-folder/ChangeLog')
-rw-r--r--plugins/shared-folder/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/plugins/shared-folder/ChangeLog b/plugins/shared-folder/ChangeLog
new file mode 100644
index 0000000000..d5deb26d3a
--- /dev/null
+++ b/plugins/shared-folder/ChangeLog
@@ -0,0 +1,38 @@
+
+2005-01-10 Vivek Jain <jvivek@novell.com> Included
+
+* install-shared.c : opens up a wizard on reading a shared folder
+notification and installs shared folder at the recepient end.
+* share-folder-common.c : added
+(refresh_folder_tree) : to refresh the folder tree when a folder is shared or
+a shared folder is created so that different icons are displayed
+(get_cnc): to get a connection
+(get_container_id):to get the container id of the folder user selects
+* share-folder.c : minor changes to fix the crash
+* Makefile.am : including install-shared.c in sources
+
+2004-12-15 Vivek Jain <jvivek@novell.com>
+
+Added (Create a shared folder) functionality in the plugin
+* org-gnome-shared-folder.eplug.in : added a plugin in the plugin list
+* share-folder-common.c : included functions to create a shared folder
+
+2004-12-15 Vivek Jain <jvivek@novell.com>
+
+* shared-folder-common.c : (org_gnome_shared_folder_factory)
+* shared-folder.c : some whitespace changes, typecasting widgets,
+in (on_add_clicked) removed assigning the rights portion
+
+2004-12-08 Vivek Jain <jvivek@novell.com>
+
+The following files are added as an initial check in for the plugin that
+implements shared-folder functionality in the groupwise folders
+* share-folder.c
+* share-folder.h
+* share-folder-common.c
+* properties.glade
+* Makefile.am
+* org-gnome-shared-folder.eplug.in
+
+
+