diff options
author | Tor Lillqvist <tml@novell.com> | 2008-07-21 21:43:15 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-07-21 21:43:15 +0800 |
commit | 9a1aca2034d6adee742b0859c1da373746972e06 (patch) | |
tree | 11667f49ec77db5f29f9710028998b51f1b90eca /mail/ChangeLog | |
parent | cdeb76956de51c305ad944cac0f7f2787894adb8 (diff) | |
download | gsoc2013-evolution-9a1aca2034d6adee742b0859c1da373746972e06.tar.gz gsoc2013-evolution-9a1aca2034d6adee742b0859c1da373746972e06.tar.zst gsoc2013-evolution-9a1aca2034d6adee742b0859c1da373746972e06.zip |
Rearrange G_OS_WIN32 ifdefs a bit, as we need to compile more of this file
2008-07-21 Tor Lillqvist <tml@novell.com>
* em-migrate.c: Rearrange G_OS_WIN32 ifdefs a bit, as we need
to compile more of this file to support upgrade attempts from 2.12
and later.
svn path=/trunk/; revision=35803
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 7507e0af56..c8ef36b654 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2008-07-21 Tor Lillqvist <tml@novell.com> + + * em-migrate.c: Rearrange G_OS_WIN32 ifdefs a bit, as we need + to compile more of this file to support upgrade attempts from 2.12 + and later. + 2008-07-21 Bharath Acharya <abharath@novell.com> Fixed some compiler warnings for Templates specific hunk. |