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 /mail/ChangeLog | |
parent | 7c1158d5451e080e8d6cfb602c1dde0b2ca4229c (diff) | |
download | gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.gz 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 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ded70d8136..11d5c120ca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2008-06-05 Matthew Barnes <mbarnes@redhat.com> + + * 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! + 2008-06-02 Jacob Brown <jeblinux@gmail.com> ** Fix for bug #529464 |