summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-06-09 19:58:22 -0700
committerBrendan Cully <brendan@kublai.com>2007-06-09 19:58:22 -0700
commitde8856f487b9ae5410b08cdc03e4fd285f4496dc (patch)
treece2e7c20ffe84017023a8403d429f83d5a6abc7d /ChangeLog
parenta83cb77b23c8b9c7fcd49a7251a600f209893d97 (diff)
Make GPGME backend generate a RFC3156-compliant micalg parameter
(blush). Based on a patch by Stefan Haun. Closes #2901.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aea6b892..54c45234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-06-09 01:03 +0200 Thomas Roessler <roessler@does-not-exist.org> (53e5e1105fd2)
+
+ * sendlib.c: remove unnecessary dprints
+
+ * sendlib.c: Fix header encoding corner case.
+
+2007-06-05 13:12 -0700 pywatson <pywatson@gmail.com> (9e90789518ad)
+
+ * ChangeLog, sort.c: Make sort by "To" stable (closes #2515).
+ compare_to() calls mutt_get_name(), which may return a static
+ pointer if it in turn calls mutt_addr_for_display(). If this static
+ pointer is used for a and b, the result is bad. The fix is to make a
+ copy of the first object.
+
2007-05-17 14:40 +0200 Christoph Berg <cb@df7cb.de> (edefe5e1f2b4)
* Muttrc.head: Temporarily set pipe_decode in the \cb urlview macro.