diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-24 11:14:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-24 11:14:49 +0800 |
commit | c30c267aa16db0fa921cb9e8d832b8c16c5288c7 (patch) | |
tree | 2b27d68b98f9b69b9d3526a958f998f59e64dd0e /plugins/mail-account-disable/ChangeLog | |
parent | 2ac8b0ae3c0be1146258178a31ebe7d09d609405 (diff) | |
download | gsoc2013-evolution-c30c267aa16db0fa921cb9e8d832b8c16c5288c7.tar.gz gsoc2013-evolution-c30c267aa16db0fa921cb9e8d832b8c16c5288c7.tar.zst gsoc2013-evolution-c30c267aa16db0fa921cb9e8d832b8c16c5288c7.zip |
Remove the special case for win32, its a bug on all platforms, silly.
2005-08-23 Not Zed <NotZed@Ximian.com>
* Makefile.am: Remove the special case for win32, its a bug on all
platforms, silly.
* mail-account-disable.c (mail_account_disable): make signature
match usage.
svn path=/trunk/; revision=30230
Diffstat (limited to 'plugins/mail-account-disable/ChangeLog')
-rw-r--r-- | plugins/mail-account-disable/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/mail-account-disable/ChangeLog b/plugins/mail-account-disable/ChangeLog index ef98d8cfd2..98a0423d54 100644 --- a/plugins/mail-account-disable/ChangeLog +++ b/plugins/mail-account-disable/ChangeLog @@ -1,3 +1,11 @@ +2005-08-23 Not Zed <NotZed@Ximian.com> + + * Makefile.am: Remove the special case for win32, its a bug on all + platforms, silly. + + * mail-account-disable.c (mail_account_disable): make signature + match usage. + 2005-07-13 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES): Remove duplicated line. |