aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/proxy/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/proxy/ChangeLog')
-rw-r--r--plugins/proxy/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/proxy/ChangeLog b/plugins/proxy/ChangeLog
new file mode 100644
index 0000000000..af4dca65d2
--- /dev/null
+++ b/plugins/proxy/ChangeLog
@@ -0,0 +1,11 @@
+2005-07-11 Sankar P <psankar@novell.com>
+
+ * proxy.c :
+ (proxy_edit_account) : Added code to hide the contacts button
+ while editing proxy access rights for a proxy.
+ Fixes #309992
+
+2005-07-11 Sankar P <psankar@novell.com>
+
+ * proxy.c :
+ Included <string.h> header to avoid the compiler warnings.