aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-11-13 04:03:07 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-11-13 04:03:07 +0800
commitd808366b5f070f8700a4f116c473235063523e7f (patch)
treefca822eef57620c5ffcaf772b88618c3bdea65b6 /ChangeLog
parent8ef97f1b13849dc22c24b76e17cbfb8d23d7aa70 (diff)
downloadgsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.gz
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.bz2
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.lz
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.xz
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.zst
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.zip
** Part of fix for bug #524377
2008-11-12 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #524377 * configure.in: Bump eds minimum version to 2.25.2 because of camel's int camel_header_param_encode_filenames_in_rfc_2047. * mail/mail-config.glade: * mail/evolution-mail.schemas.in: * mail/em-composer-prefs.c: (em_composer_prefs_construct): * mail/mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init): Declare, be able to change and listen to changes on new key, '/apps/evolution/mail/composer/outlook_filenames' to encode file names header in camel based on the RFC 2047, instead of the correct RFC 2231. Note: Requires at least eds revision 9756. svn path=/trunk/; revision=36779
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7266005b67..4096164924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-12 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #524377
+
+ * configure.in: Bump eds minimum version to 2.25.2 because of
+ camel's int camel_header_param_encode_filenames_in_rfc_2047.
+
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #557581