diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-06-06 09:50:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-06 09:50:42 +0800 |
commit | 77a5d97f7092dc485a0c8d38343f7c5928caa97d (patch) | |
tree | 4ed9016f4b46335205e16228a81cb019b209dd04 /plugins/exchange-operations/ChangeLog | |
parent | 7c1158d5451e080e8d6cfb602c1dde0b2ca4229c (diff) | |
download | gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.gz gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.bz2 gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.lz gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.xz gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.zst gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.zip |
Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will
2008-06-05 Matthew Barnes <mbarnes@redhat.com>
* mail/message-tag-followup.c:
Never undefine DISABLE_DEPRECATED macros in source code.
Yes, it will break the build if it's defined. That's the point!
svn path=/trunk/; revision=35600
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index c89ec9325d..0ff415ce36 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Matthew Barnes <mbarnes@redhat.com> + + * exchange-permissions-dialog.c: + Here too. + 2008-06-04 Matthew Barnes <mbarnes@redhat.com> * exchange-delegates-user.c: |