No "(tiny change)" required, Andreas Seltenreich has signed papers.
[gnus] / lisp / ChangeLog
index 18bf852..0538e00 100644 (file)
@@ -1,3 +1,61 @@
+2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
+
+       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
+       newsgroups handling for NNTP overviews which don't include
+       Newsgroups.
+
+2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * message.el (message-resend): Bind message-generate-hashcash to
+       to nil.
+
+2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
+       when searching for already-paid recipients.
+
+2006-03-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
+       passphrases when it is not needed.
+       (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
+       passphrase stuff from gpg, should only be necessary when you use
+       gpg with a smartcard.
+
+2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el (mml-insert-mime): Ignore cached contents of
+       message/external-body part.
+
+       * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
+       (mm-insert-part): Ditto.
+
+2006-03-23  Simon Josefsson  <jas@extundo.com>
+
+       * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
+       Reiner.
+       (pgg-gpg-use-agent-p): Use it again.
+
+2006-03-23  Simon Josefsson  <jas@extundo.com>
+
+       * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
+       older emacsen.
+       (pgg-gpg-use-agent-p): Don't use it.
+
+2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
+       if we can.
+
+2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
+
+       * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
+       (pgg-gpg-update-agent): New function.
+       (pgg-gpg-use-agent-p): New function.
+       (pgg-gpg-process-region, pgg-gpg-encrypt-region)
+       (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
+       (pgg-gpg-sign-region): Use it.
+
 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.