aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/proxy/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-201-40/+0
| | | | | | | | | 2005-07-19 Sankar P <psankar@novell.com> * Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. svn path=/trunk/; revision=29806
* NULL checks before we do anything else here (quite likely to be NULL)Vivek Jain2005-07-141-0/+6
| | | | | | | | | | 2005-07-14 Vivek Jain <jvivek@novell.com> * proxy.c: (proxy_commit),(proxy_abort): NULL checks before we do anything else here (quite likely to be NULL) **Fixes #310347 svn path=/trunk/; revision=29771
* Don't return a value from a void funtion.Tor Lillqvist2005-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-13 Tor Lillqvist <tml@novell.com> * calendar-weather/calendar-weather.c (e_calendar_weather_migrate): Don't return a value from a void funtion. * groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: Use SOEXT. * groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS): As the code does use functions from libevolution-mail, link with it. But OK, let's do it (at build time) only on Win32, then. * mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line. (LDFLAGS): Use NO_UNDEFINED. (LIBADD): Link with the required libraries, but let's do it only on Win32. * mail-account-disable/org-gnome-mail-account-disable.eplug.xml: Use SOEXT. * proxy/Makefile.am (LIBADD): Link with libeutil. * proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with libevolution-mail on Win32 only. (Have I understood correctly that it isn't considered a good idea on Unix to link plugins at link-time with libevolution-mail?) * proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT. svn path=/trunk/; revision=29753
* Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and addedSankar P2005-07-121-0/+6
| | | | | | | | | | 2005-07-12 Sankar P <psankar@novell.com> * Makefile.am : Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and added CLEANFILES. svn path=/trunk/; revision=29736
* Added missed header files to the SOURCES.Sankar P2005-07-121-0/+5
| | | | | | | | | 2005-07-12 Sankar P <psankar@novell.com> * Makefile.am : Added missed header files to the SOURCES. svn path=/trunk/; revision=29732
* Made changes so that the proxy list will be loaded only when the accountSankar P2005-07-111-0/+8
| | | | | | | | | | | | 2005-07-11 Sankar P <psankar@novell.com> * proxy.c : (org_gnome_proxy) Made changes so that the proxy list will be loaded only when the account edited is enabled. So a new connection need not be created, when an account is edited and a connection is not present. Fixes #309999 svn path=/trunk/; revision=29714
* Fix for #309992 and changes to avoid compiler warnings.Sankarasivasubramanian Pasupathilingam2005-07-111-0/+11
svn path=/trunk/; revision=29712