From: Thomas Roessler Date: Mon, 12 Apr 2004 20:33:54 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-15-rel~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f898bbd9377b2eb35fb46ba7fc79779fc0cf3d4;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 20ce65d7..967f6767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-04-12 20:33:33 Thomas Roessler (roessler) + + * commands.c, curs_main.c, mutt.h, mutt_crypt.h, pager.c, + recvattach.c: A belated fix for #1808 (Debian #233106): Make + sure check-traditional-pgp doesn't leave the pager context + unnecessarily. This makes message-hooks like this one safe: + + message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' + \ "exec check-traditional-pgp" + 2004-04-12 19:53:29 TAKAHASHI Tamotsu (roessler) * doc/manual.sgml.head, init.h: Various documentation fixes,