aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-10 09:43:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-10 09:43:45 +0000
commitbae840d7f39f45a1acc966f4f91e9f57dae442e5 (patch)
tree1d20c4e48f5f33f7a7e5948a8b10bc6996455014 /ChangeLog
parentd9b86d2f241599edc381c8d58d5fb334b9bbe7e5 (diff)
fixed incompatibility of PGP sign with trailing spaces.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@107 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88edca70..29b154a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-02-10
+ * src/compose.c: compose_write_file(): force transfer encoding to
+ protect trailing spaces for PGP signing (fixes incompatibility
+ between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
+
+2005-02-10
+
* src/compose.c
src/sourcewindow.c: automatically show horizontal scroll bar.