Added Gnus pkg subtree
[packages] / xemacs-packages / gnus / contrib / ChangeLog
diff --git a/xemacs-packages/gnus/contrib/ChangeLog b/xemacs-packages/gnus/contrib/ChangeLog
new file mode 100644 (file)
index 0000000..05b3527
--- /dev/null
@@ -0,0 +1,716 @@
+2012-12-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       * gnus-namazu.el: Fix typo: (require 'gmm-util) -> (require 'gmm-utils)
+
+2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-namazu.el (gnus-namazu/update-p): Use gmm-labels.
+
+2012-11-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-namazu.el (gnus-namazu/make-directory-table): Bind
+       file-name-handler-alist to nil, in order to avoid that semicolons
+       included in group names trigger tramp related handlers.
+
+2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Update the header format of icon data for
+       the most recent icontopbm program.
+
+2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * smtpmail.el: Removed.
+
+       * ucs-tables.el: Removed.
+
+       * sendmail.el: Removed.
+
+2010-09-26  Julien Danjou  <julien@danjou.info>
+
+       * ssl.el: Removed.
+
+       * xml.el: Removed.
+
+2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gpg.el: Removed -- seems unused.
+
+2009-04-09  Richard M Stallman  <rms@gnu.org>
+
+       * sendmail.el (sendmail-send-it): Replace any
+       pre-existing Content-type header if we insert one.
+
+2009-03-15  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-yank-prefix): Doc fix.
+       (mail-mode-map): Only enable the "Cite Original" menu-item when
+       appropriate.  Standardize the text used for other headers re hyphens.
+
+2009-03-14  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-interactive): Doc fix.
+       (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
+       (mail-setup): Use the function mail-signature.
+       (mail-mode-hook): Doc fix.
+       (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
+       (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
+       (mail-signature): Check the signature file is readable.
+       With the argument ATPOINT, really insert at point.
+       Handle the case when the variable mail-signature is an expression.
+
+2009-03-10  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-archive-file-name, mail-default-headers):
+       Doc fixes.
+       (mail-mailing-lists): Remove leading `*' from defcustom doc.
+
+2009-03-03  Simon Josefsson  <simon@josefsson.org>
+
+       * smtpmail.el (smtpmail-auth-supported): Mention that list is
+       in preference order.
+       (smtpmail-try-auth-methods): Improve which authentication
+       mechanism to use, so that the locally most preferred and mutually
+       supported mechanism is used.
+
+009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
+
+       * sendmail.el (sendmail-send-it): `call-process-region' can return a
+       string.  (Bug#2428)
+
+2009-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-bury-selects-summary, mail-yank-original): Doc fix.
+       (rmail-output-to-rmail-buffer): Autoload it.
+       (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
+
+2009-01-23  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-bury): Revert previous change now pmail is no more.
+
+2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Add gnus-kill-to-score.el.
+
+       * gnus-kill-to-score.el: New file from
+       <http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el>.
+
+2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * smtpmail.el (smtpmail-open-stream): Use
+       `starttls-any-program-available'.  Auto-load starttls.el for it.
+
+2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * sendmail.el (mail-interactive): Change default.
+
+2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Remove entry about nnir.el.
+
+       * nnir.el: Move to ../lisp.
+
+2008-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Make buffer, in which uncompface program
+       runs, unibyte.
+
+2008-05-19  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * smtpmail.el: Add autoload for `auth-source-user-or-password'.
+       (smtpmail-try-auth-methods): Use it.
+
+2008-05-15  Andreas Schwab  <schwab@suse.de>
+
+       * nnir.el (nnir-add-result): Properly substitute the parameters.
+
+2008-05-08  Reiner Steib  <reiner.steib@gmx.de>
+
+       * nnir.el (nnir-run-waissearch, nnir-run-swish++): Remove unused local
+       variable.
+       (nnimap-server-buffer): Silence compiler warning.
+
+2008-04-24  Christoph Conrad  <christoph.conrad@gmx.de>
+
+       * nnir.el: Fix byte compiler warnings.
+       (nnir-retrieve-headers): Don't set let-bound vars to nil.  Replace
+       mapcar called for effect with mapc.
+       (nnir-compose-result): Bind `group'.  Don't set let-bound vars to nil.
+       (nnir-run-imap, nnir-artlist-groups): Replace mapcar called for effect
+       with mapc.
+       (nnir-run-swish++, nnir-run-swish-e, nnir-run-namazu): Don't set
+       let-bound vars to nil.
+
+2008-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el: Don't require cl at runtime.  Require gnus-util at runtime.
+       Autoload nnimap and imap functions.
+
+2008-04-21  Justus Piater  <Justus-bulk@Piater.name>
+
+       * nnir.el (nnir-compose-result): Use `gnus-replace-in-string' instead
+       of `substitute' to avoid using cl at runtime.
+
+2008-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el: Don't require edmacro anymore.  Remove bogus Emacs 19
+       compatibility code for `kbd'.  Replace `string-to-int' with
+       `string-to-number'.
+       (nnmaildir-base-name-to-article-number): Autoload.
+       (nnir-compose-result): Simplify the code.
+
+2008-04-19  Justus Piater  <Justus-bulk@Piater.name>
+
+       * nnir.el (nnir-add-result): New helper macro.
+       (nnir-compose-result): Use it.  Fix inexistent file check for maildir.
+
+2008-04-15  Christoph Conrad  <christoph.conrad@gmx.de>
+
+       * nnir.el (nnir-run-swish++): Fix inexistent file check for nnml.
+
+2008-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el (nnir-run-swish++): Fix typo in doc string.  Move comment on
+       nnml-use-compressed-files to more suitable place.
+
+2008-04-13  Daniel Pittman  <daniel@rimspace.net>
+
+       * nnir.el (nnir-run-imap): Add doc string.  Use `nnir-imap-make-query'.
+       (nnir-imap-make-query, nnir-imap-query-to-imap)
+       (nnir-imap-expr-to-imap, nnir-imap-parse-query, nnir-imap-next-expr)
+       (nnir-imap-peek-symbol, nnir-imap-next-symbol)
+       (nnir-imap-delimited-string, nnir-imap-end-of-input): New functions.
+       Implement a query language for IMAP search, parse that and compose the
+       back-end query from it.  This allows searches with AND, OR and fixed
+       strings, not just a single substring.
+
+2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el: Add assignment status.
+       (nnir-group-mode-hook): Remove XEmacs 19 compatibility code.
+
+2008-04-13  Justus Piater  <Justus-bulk@Piater.name>
+
+       * nnir.el (nnir-run-swish++): Suppress non-existing files.
+       (nnir-group-server): For native groups, obtain the server name from
+       gnus-select-method.
+       (nnir-run-swish++, nnir-run-namazu): Support nnmaildir.
+       (nnir-compose-result): New function unifying some code formerly
+       duplicated between nnir-run-swish++ and nnir-run-namazu.
+
+2008-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Clarify relevant Emacs versions for sendmail.el and
+       smtpmail.el.  Add fill-column.  Refill paragraphs.  Typographic fixes.
+       Add comment about gpg-ring.el and gpg.el.
+
+2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Remove hashcash.el.
+
+2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * sendmail.el (dired-view-file, dired-get-filename): Declare as
+       functions.
+
+2007-11-24  Kenichi Handa  <handa@m17n.org>
+
+       * ucs-tables.el (ucs-8859-7-alist): Update the table.
+
+2007-11-20  Noah S. Friedman  <friedman@splode.com>
+
+       * vcard.el: Update to revision 1.11 2000/06/29.
+
+2007-10-15  Sam Steingold  <sds@gnu.org>
+
+       * sendmail.el (sendmail-error-reporting-interactive)
+       (sendmail-error-reporting-non-interactive): New variables for
+       sendmail error reporting options to simplify support for imperfect
+       sendmail emulators.
+       (sendmail-send-it): Use them instead of list literals.
+
+2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * Relicense "GPLv2 or later" files to "GPLv3 or later".
+
+2007-09-23  Richard Stallman  <rms@gnu.org>
+
+       * sendmail.el (mail-bury): Delete the frame if this frame looks
+       like it was made for this message.
+
+2007-09-16  Andreas Seltenreich  <andreas@gate450.dyndns.org>
+
+       * nnir.el (nnir-run-query): Add a find-grep engine.
+
+2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * sendmail.el (mail-text, mail-mode): Revert extant pieces of
+       1995-05-19 doc changes.
+
+2007-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (gnus-group-make-nnir-group): Put a message-unique-id into
+       names of ephemeral groups to avoid gnus-backlog related caching
+       problems on repeated searches.
+
+2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * smtpmail.el: Signal an error when used with Emacs 22+ or XEmacs.
+       (smtpmail-send-it): Remove NOMODIFY argument of
+       `set-buffer-file-coding-system' for compatibility with Emacs 21.
+
+2007-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
+       Fix typos in docstrings.
+       (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
+
+2007-01-06  Simon Josefsson  <simon@josefsson.org>
+
+       * README: Mention that smtpmail.el doesn't work on XEmacs.
+
+2006-11-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * smtpmail.el (smtpmail-send-it):
+       Copy buffer-file-coding-system from the mail buffer.  Possibly add a
+       MIME header for the message encoding.
+       Bind coding-system-for-write around the call to mail-do-fcc.
+       Use smtpmail-code-conv-from to encode queued mail messages.
+
+2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
+
+       * smtpmail.el (smtpmail-try-auth-methods): Fix typo in
+       2006-09-28 commit.
+
+2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp> (tiny change)
+
+       * smtpmail.el (smtpmail-try-auth-methods): Do not break long
+       lines in base64-encoded authentication response.
+
+2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * sendmail.el (sendmail-program): Moved here from pathe.el.
+
+2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Use binary rather than raw-text-unix.
+
+2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Make sure the eol conversion doesn't take
+       place when communicating with the external programs.  Reported by
+       ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
+
+2006-07-17  Sascha Wilde  <wilde@sha-bang.de>
+
+       * nnir.el: Removed support for non free backends glimpse and excite.
+       Changed and updated copyright to Free Software Foundation.  Moved all
+       authors to head.
+
+2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * sendmail.el (mail-send): Search explicitly for
+       mail-header-separator when checking for corrupted header lines.
+
+2006-06-10  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (nnir-read-server-parm): Do not unconditionally fall back to
+       global variables if nnir-mail-backend is nil.
+       (nnir-retrieve-headers): Error on void novitem.  It would just result
+       in a more obscure error later.
+
+2006-06-09  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (nnir-group-server): DTRT when called on native groups.  The
+       macro is called on groups without checking for foreigness, although the
+       docstring stated it was only for foreign ones.
+
+2006-06-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (nnir-retrieve-headers): Bind gnus-override-method before
+       calling gnus-retrieve-headers.  If we hit a group that isn't in
+       gnus-newsrc-hashtb, gnus-find-method-for-group invented a new select
+       method with empty parameters, possibly corrupting
+       gnus-server-method-cache on the next call to gnus-method-to-server.
+
+2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (nnir-retrieve-headers): Revert last change; we might as well
+       see message-ids instead of article numbers.
+       (nnir-request-article): Actually check for message-ids.
+
+2006-06-01  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el (nnir-run-swish++): Compressed files might not have .gz
+       extension.
+
+2006-05-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (nnir-retrieve-headers, nnir-request-article): Move check for
+       message-id request.
+
+2006-05-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnir.el (nnir-retrieve-headers): Return correct article numbers when
+       less than the full range is selected.
+
+2006-05-12  Simon Josefsson  <jas@extundo.com>
+
+       * nnir.el: Compare servers using gnus-server-equal, otherwise
+       string methods in nnir-mail-backend won't work.
+
+2006-04-11  Sascha Wilde  <wilde@sha-bang.de>
+
+       * nnir.el (nnir-run-swish++): Allow matching gzipped files.
+
+2006-02-11  Miles Bader  <miles@gnu.org>
+
+       * sendmail.el, smtpmail.el: New files, from Emacs tree.
+
+2005-12-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-namazu.el (gnus-namazu-remote-groups): Accept `t' as an
+       symbol that matches the method specified by `gnus-select-method'.
+       (gnus-namazu/make-directory-table): Follow the above change.
+       (gnus-namazu/call-namazu): Wrap a query string with quotes.
+
+2005-12-05  Adrian Aichner  <adrian@xemacs.org>
+
+       * nnir.el: New variable nnir-swish-e-index-files to support
+       multiple swish-e index files.
+       * nnir.el (nnir-swish-e-index-file): Make obsolete.
+       * nnir.el (nnir-swish-e-index-files): New.
+       * nnir.el (nnir-run-swish-e): Use nnir-swish-e-index-files.
+
+2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnir.el (nnir): Add :group.
+
+2005-01-26  Steve Youngs  <steve@sxemacs.org>
+
+       * gpg.el: Add timer/itimer compatibility.
+
+2004-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * README (compface.el): Describe.
+
+2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el: Move the version of ELisp-based uncompface program
+       from the lisp directory because of the copyright problem.
+
+2004-09-27  Simon Josefsson  <jas@extundo.com>
+
+       * hashcash.el: Move to ../lisp/.
+
+2004-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-namazu.el (gnus-namazu/make-directory-table): Treat drive
+       letters when calcurating pathnames of remote groups.
+       From KOSEKI Yoshinori <kose@meadowy.org> (tiny change).
+
+2004-05-27  Simon Josefsson  <jas@extundo.com>
+
+       * starttls.el: Moved to ../lisp/.
+
+2004-05-26  Simon Josefsson  <jas@extundo.com>
+
+       * starttls.el: Sync with proposed Emacs version.
+
+2004-05-13  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-namazu.el (gnus-namazu/setup): Do not update indices
+       `gnus-namazu-command-prefix' is non-nil.
+
+2004-05-12  Kai Grossjohann  <kai@emptydomain.de>
+
+       * README (nnir.el): Describe.
+
+2004-05-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * README (gnus-namazu.el): Describe.
+
+       * gnus-namazu.el: New file.
+
+2004-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el (nnir-group-server): Fix doc-string, indent.
+
+2004-04-05  Andreas Schwab  <schwab@suse.de>
+
+       * nnir.el (nnir-group-server): Move before first use.
+
+2004-03-15  Adrian Lanz  <lanz@fowi.ethz.ch>  (tiny change)
+
+       * nnir.el (nnir-run-swish-e): Fixed typo.
+
+2004-01-23  Jesper Harder  <harder@ifa.au.dk>
+
+       * README: update.
+
+       * md5.el: Remove.
+
+       * base64.el: Remove.
+
+2004-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el (nnir-run-glimpse): Fixed typo.  Reported by Patrick
+       Drechsler <patrick.drechsler@gmx.net>.
+
+2003-11-15  Simon Josefsson  <jas@extundo.com>
+
+       * starttls.el: Sync with recent gnu.emacs.sources post.
+
+2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
+
+       * nnir.el: Autoload `read-kbd-macro' at compile time.
+
+2003-09-30  Torsten Hilbrich  <torsten.hilbrich@gmx.net>
+
+       * 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\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * README: Explain purpose of each file (well, most files).
+
+2003-05-01  Vasily Korytov  <deskpot@despammed.com>
+
+       * gpg.el (gpg-passphrase-forget): Check that gpg-passphrase is
+       set.
+
+2003-04-17  Steve Youngs  <youngs@xemacs.org>
+
+       * hashcash.el (hashcash-point-at-bol): Move the fbound test
+       outside of the defalias.
+       (hashcash-point-at-eol): Ditto.
+
+2003-03-19  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-idna.el: Update.
+
+2003-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * hashcash.el (hashcash-version, hashcash-insert-payment): patch
+       from Paul Foley
+
+2003-03-07  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to
+       head (otherwise forwarded mail break havoc).
+
+2003-03-07  Teodor Zlatanov  <tzz@bwh.harvard.edu>
+
+       * 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  <jas@extundo.com>
+
+       * 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  <larsi@gnus.org>
+
+       * hashcash.el: New version from Paul Foley with new
+       mail-check-payment function.
+
+2002-06-22  Simon Josefsson  <jas@extundo.com>
+
+       * 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  <larsi@gnus.org>
+
+       * gnus-mdrtn.el (gnus-moderated-groups): Removed (require 'gnus-load).
+
+2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * ucs-tables.el (featurep): Barf on XEmacs.
+
+2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * ucs-tables.el: Copy from Emacs 21.
+
+2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * xml.el: Sync with Emacs 21.
+
+2002-01-25  Josh Huber  <huber@alum.wpi.edu>
+
+       * 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  <larsi@gnus.org>
+
+       * gnus-mdrtn.el (gnus-moderation-cancel-article): Insert an extra
+       newline.
+
+2001-12-26  Florian Weimer  <fw@deneb.enyo.de>
+
+       * gpg.el (gpg-command-default-alist): Using gpg-2comp is no longer
+       the default.
+
+2001-12-18  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog: changed buffer-file-coding-system back to
+       coding. (oops)
+
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog: changed coding to buffer-file-coding-system
+
+2001-11-22  Simon Josefsson  <jas@extundo.com>
+
+       * sha1.el: Removed. (A FSF copyrighted sha1-el.el file is in
+       ../lisp/).
+
+2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * canlock.el, hex-util.el, sha1-el.el: Move to lisp.
+
+2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * canlock.el (canlock-base64-encode-function): Removed.
+       (canlock-mmencode-program): Removed.
+       (canlock-mmencode-args-for-encoding): Removed.
+       (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
+       (canlock-openssl-args): Renamed from `canlock-ssleay-args'.
+       (canlock-load-hook): Removed.
+       (canlock-base64-encode-string-with-mmencode): Removed.
+       (canlock-sha1-with-openssl): Renamed from
+       `canlock-sha1-with-ssleay'.
+       (canlock-hex-string-to-int): Removed.
+       (canlock-fetch-fields): Don't use `mapcar'.
+       (canlock-fetch-id-for-key): Don't use Cancel header if there is no
+       cancel command.
+       (gnus-summary-canlock-verify): Removed.
+       (wl-summary-canlock-verify): Removed.
+       (canlock-mew-summary-display): Removed.
+       (mew-summary-canlock-verify): Removed.
+       (mh-summary-canlock-verify): Removed.
+       (vm-summary-canlock-verify): Removed.
+       (cmail-summary-canlock-verify): Removed.
+       (rmail-summary-canlock-verify): Removed.
+
+2001-10-25  Simon Josefsson  <jas@extundo.com>
+
+       * canlock.el (canlock-password, canlock-password-for-verify)
+       (canlock-force-insert-header): Defcustom.
+
+2001-10-17  Simon Josefsson  <jas@extundo.com>
+
+       * canlock.el (sha1-binary): Autoload `sha1-binary'.
+       (canlock-sha1-function): Use it.
+       (canlock-sha1-function-for-verify): Ditto.
+
+       * sha1-el.el: New file.
+
+       * hex-util.el: Ditto.
+
+2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
+
+       * gpg.el (gpg-command-sign-detached): Doc fix.
+
+2001-08-07  Andreas Jaeger  <aj@suse.de>
+
+       * gpg.el (gpg-passphrase-forget): Don't cache
+       gpg-passphrase-timer.
+       (gpg-passphrase-store): Check if gpg-passphrase-timer is
+       initialized already.
+
+2001-07-30 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Andreas Fuchs <asf@void.at>
+
+       * gpg.el (gpg-command-verify): --status-fd 1
+       (gpg-unabbrev-trust-alist): New.
+
+2001-01-18  Colin Marquardt  <colin.marquardt@usa.alcatel.com>
+
+       * gpg.el (gpg-make-temp-file): Error info.
+
+2001-01-13 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (gpg-build-arg-list): Use copy-sequence.
+
+2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (defalias): Use eval-and-compile.
+       (gpg-command-all-arglist): Suggest by Jeff Senn <senn@maya.com>.
+
+2000-12-15 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (gpg-command-alist): Alist may not be defined.
+
+2000-12-14 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (gpg-make-temp-file): Don't check file-modes of M$Windows.
+
+2000-12-14 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (gpg-passphrase-store): Don't activate timer if it is live.
+
+2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (gpg-make-temp-file): Use expand-file-name.
+       (gpg-point-at-eol): New function.
+       (gpg-call-process): Use it.
+       (gpg-key-list-keys-parse-line): Ditto.
+       (gpg-with-passphrase-env): edebug-form-spec.
+       (gpg-with-temp-files): Ditto.
+       (gpg-show-result): Ditto.
+
+2000-11-08  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
+
+       * gpg.el: In Xemacs it is called point-at-eol, not
+       line-end-position
+
+       * gpg.el (gpg-key-lessp): use string-lessp instead of
+       compare-strings (not available on XEmacs)
+
+2000-11-16  Simon Josefsson  <sj@extundo.com>
+
+       * gpg.el (gpg-command-verify-cleartext): New variable.
+       (gpg-verify-cleartext): New function.
+
+2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el (gpg-verify): The last argument of apply is a list.
+       (gpg-encrypt): Add passphrase as a parameter.
+
+  Copyright (C) 2000-2016 Free Software Foundation, Inc.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3, or (at your option)
+  any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
+;; Local Variables:
+;; coding: iso-2022-7bit
+;; fill-column: 79
+;; add-log-time-zone-rule: t
+;; End: