X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=contrib%2FChangeLog;h=1a879fb71a4c29f05da99200549b83093a938cc5;hb=b0f58a9b4d9f6c344f188cc286057044e3c87eea;hp=15a016eda336a98267a536292ffbb023dc64eaf0;hpb=1e6b3715f6dcab6ad641a47a1ae083167cccdb50;p=gnus diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 15a016eda..1a879fb71 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,7 +1,120 @@ +2004-01-23 Jesper Harder + + * README: update. + + * md5.el: Remove. + + * base64.el: Remove. + +2004-01-16 Reiner Steib + + * nnir.el (nnir-run-glimpse): Fixed typo. Reported by Patrick + Drechsler . + +2003-11-15 Simon Josefsson + + * starttls.el: Sync with recent gnu.emacs.sources post. + +2003-10-24 Steve Youngs + + * nnir.el: Autoload `read-kbd-macro' at compile time. + +2003-09-30 Kai Grossjohann + From Torsten Hilbrich . + + * nnir.el (nnir-imap-search-field, nnir-imap-search-arguments) + (nnir-imap-search-argument-history): New variables. + (nnir-engines, nnir-run-imap): Use them. + (nnir-read-parm): Support reading the new IMAP query parameters. + +2003-06-03 Kai Gro,A_(Bjohann + + * README: Explain purpose of each file (well, most files). + +2003-05-01 Vasily Korytov + + * gpg.el (gpg-passphrase-forget): Check that gpg-passphrase is + set. + +2003-04-17 Steve Youngs + + * hashcash.el (hashcash-point-at-bol): Move the fbound test + outside of the defalias. + (hashcash-point-at-eol): Ditto. + +2003-03-19 Simon Josefsson + + * gnus-idna.el: Update. + +2003-03-11 Teodor Zlatanov + + * hashcash.el (hashcash-version, hashcash-insert-payment): patch + from Paul Foley + +2003-03-07 Simon Josefsson + + * gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to + head (otherwise forwarded mail break havoc). + +2003-03-07 Teodor Zlatanov + + * hashcash.el: New version from Paul Foley with better variable + names, executable-find support, and no errors in GNU Emacs + (hashcash-version): return nil when invoked with a + nil token + +2003-02-21 Simon Josefsson + + * hashcash.el (hashcash-point-at-bol): + (hashcash-point-at-eol): Defalias. + (hashcash-generate-payment): + (mail-check-payment): Use it. + +2002-12-30 Lars Magne Ingebrigtsen + + * hashcash.el: New version from Paul Foley with new + mail-check-payment function. + +2002-06-22 Simon Josefsson + + * hashcash.el: New file. + (hashcash-default-payment, hashcash-payment-alist, hashcash): + Defcustom. + (hashcash-generate-payment): Update to recent hashcode command + line syntax. + (hashcash-insert-payment): Use X-Hashcode:. + (mail-add-payment): Also look at Newsgroups. + (top-level): Add provide and EOF comment. + (mail-add-payment): Autoload. + (hashcash-insert-payment): s/Hashcode/Hashcash/ + (mail-add-payment): Doc fix. + +2002-05-20 Lars Magne Ingebrigtsen + + * gnus-mdrtn.el (gnus-moderated-groups): Removed (require 'gnus-load). + +2002-04-24 Kai Gro,A_(Bjohann + + * ucs-tables.el (featurep): Barf on XEmacs. + +2002-03-06 ShengHuo ZHU + + * ucs-tables.el: Copy from Emacs 21. + +2002-03-05 ShengHuo ZHU + + * xml.el: Sync with Emacs 21. + +2002-01-25 Josh Huber + + * gpg.el (gpg-command-decrypt): Enable the status-fd command line + option to gpg when decrypting so `mml2015-mailcrypt-decrypt' can + parse and display the output. + 2002-01-01 Lars Magne Ingebrigtsen * gnus-mdrtn.el (gnus-moderation-cancel-article): Insert an extra - newline. + newline. 2001-12-26 Florian Weimer