Refactor mml-smime.el, mml1991.el, mml2015.el
[gnus.git] / contrib / ChangeLog
blob05b3527cb0f67ddc3fa646fc55600f5bfc7e6e12
1 2012-12-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
3         * gnus-namazu.el: Fix typo: (require 'gmm-util) -> (require 'gmm-utils)
5 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7         * gnus-namazu.el (gnus-namazu/update-p): Use gmm-labels.
9 2012-11-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11         * gnus-namazu.el (gnus-namazu/make-directory-table): Bind
12         file-name-handler-alist to nil, in order to avoid that semicolons
13         included in group names trigger tramp related handlers.
15 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17         * compface.el (uncompface): Update the header format of icon data for
18         the most recent icontopbm program.
20 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22         * smtpmail.el: Removed.
24         * ucs-tables.el: Removed.
26         * sendmail.el: Removed.
28 2010-09-26  Julien Danjou  <julien@danjou.info>
30         * ssl.el: Removed.
32         * xml.el: Removed.
34 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36         * gpg.el: Removed -- seems unused.
38 2009-04-09  Richard M Stallman  <rms@gnu.org>
40         * sendmail.el (sendmail-send-it): Replace any
41         pre-existing Content-type header if we insert one.
43 2009-03-15  Glenn Morris  <rgm@gnu.org>
45         * sendmail.el (mail-yank-prefix): Doc fix.
46         (mail-mode-map): Only enable the "Cite Original" menu-item when
47         appropriate.  Standardize the text used for other headers re hyphens.
49 2009-03-14  Glenn Morris  <rgm@gnu.org>
51         * sendmail.el (mail-interactive): Doc fix.
52         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
53         (mail-setup): Use the function mail-signature.
54         (mail-mode-hook): Doc fix.
55         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
56         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
57         (mail-signature): Check the signature file is readable.
58         With the argument ATPOINT, really insert at point.
59         Handle the case when the variable mail-signature is an expression.
61 2009-03-10  Glenn Morris  <rgm@gnu.org>
63         * sendmail.el (mail-archive-file-name, mail-default-headers):
64         Doc fixes.
65         (mail-mailing-lists): Remove leading `*' from defcustom doc.
67 2009-03-03  Simon Josefsson  <simon@josefsson.org>
69         * smtpmail.el (smtpmail-auth-supported): Mention that list is
70         in preference order.
71         (smtpmail-try-auth-methods): Improve which authentication
72         mechanism to use, so that the locally most preferred and mutually
73         supported mechanism is used.
75 009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
77         * sendmail.el (sendmail-send-it): `call-process-region' can return a
78         string.  (Bug#2428)
80 2009-02-07  Glenn Morris  <rgm@gnu.org>
82         * sendmail.el (mail-bury-selects-summary, mail-yank-original): Doc fix.
83         (rmail-output-to-rmail-buffer): Autoload it.
84         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
86 2009-01-23  Glenn Morris  <rgm@gnu.org>
88         * sendmail.el (mail-bury): Revert previous change now pmail is no more.
90 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
92         * README: Add gnus-kill-to-score.el.
94         * gnus-kill-to-score.el: New file from
95         <http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el>.
97 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
99         * smtpmail.el (smtpmail-open-stream): Use
100         `starttls-any-program-available'.  Auto-load starttls.el for it.
102 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * sendmail.el (mail-interactive): Change default.
106 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
108         * README: Remove entry about nnir.el.
110         * nnir.el: Move to ../lisp.
112 2008-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
114         * compface.el (uncompface): Make buffer, in which uncompface program
115         runs, unibyte.
117 2008-05-19  Teodor Zlatanov  <tzz@lifelogs.com>
119         * smtpmail.el: Add autoload for `auth-source-user-or-password'.
120         (smtpmail-try-auth-methods): Use it.
122 2008-05-15  Andreas Schwab  <schwab@suse.de>
124         * nnir.el (nnir-add-result): Properly substitute the parameters.
126 2008-05-08  Reiner Steib  <reiner.steib@gmx.de>
128         * nnir.el (nnir-run-waissearch, nnir-run-swish++): Remove unused local
129         variable.
130         (nnimap-server-buffer): Silence compiler warning.
132 2008-04-24  Christoph Conrad  <christoph.conrad@gmx.de>
134         * nnir.el: Fix byte compiler warnings.
135         (nnir-retrieve-headers): Don't set let-bound vars to nil.  Replace
136         mapcar called for effect with mapc.
137         (nnir-compose-result): Bind `group'.  Don't set let-bound vars to nil.
138         (nnir-run-imap, nnir-artlist-groups): Replace mapcar called for effect
139         with mapc.
140         (nnir-run-swish++, nnir-run-swish-e, nnir-run-namazu): Don't set
141         let-bound vars to nil.
143 2008-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
145         * nnir.el: Don't require cl at runtime.  Require gnus-util at runtime.
146         Autoload nnimap and imap functions.
148 2008-04-21  Justus Piater  <Justus-bulk@Piater.name>
150         * nnir.el (nnir-compose-result): Use `gnus-replace-in-string' instead
151         of `substitute' to avoid using cl at runtime.
153 2008-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
155         * nnir.el: Don't require edmacro anymore.  Remove bogus Emacs 19
156         compatibility code for `kbd'.  Replace `string-to-int' with
157         `string-to-number'.
158         (nnmaildir-base-name-to-article-number): Autoload.
159         (nnir-compose-result): Simplify the code.
161 2008-04-19  Justus Piater  <Justus-bulk@Piater.name>
163         * nnir.el (nnir-add-result): New helper macro.
164         (nnir-compose-result): Use it.  Fix inexistent file check for maildir.
166 2008-04-15  Christoph Conrad  <christoph.conrad@gmx.de>
168         * nnir.el (nnir-run-swish++): Fix inexistent file check for nnml.
170 2008-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
172         * nnir.el (nnir-run-swish++): Fix typo in doc string.  Move comment on
173         nnml-use-compressed-files to more suitable place.
175 2008-04-13  Daniel Pittman  <daniel@rimspace.net>
177         * nnir.el (nnir-run-imap): Add doc string.  Use `nnir-imap-make-query'.
178         (nnir-imap-make-query, nnir-imap-query-to-imap)
179         (nnir-imap-expr-to-imap, nnir-imap-parse-query, nnir-imap-next-expr)
180         (nnir-imap-peek-symbol, nnir-imap-next-symbol)
181         (nnir-imap-delimited-string, nnir-imap-end-of-input): New functions.
182         Implement a query language for IMAP search, parse that and compose the
183         back-end query from it.  This allows searches with AND, OR and fixed
184         strings, not just a single substring.
186 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
188         * nnir.el: Add assignment status.
189         (nnir-group-mode-hook): Remove XEmacs 19 compatibility code.
191 2008-04-13  Justus Piater  <Justus-bulk@Piater.name>
193         * nnir.el (nnir-run-swish++): Suppress non-existing files.
194         (nnir-group-server): For native groups, obtain the server name from
195         gnus-select-method.
196         (nnir-run-swish++, nnir-run-namazu): Support nnmaildir.
197         (nnir-compose-result): New function unifying some code formerly
198         duplicated between nnir-run-swish++ and nnir-run-namazu.
200 2008-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
202         * README: Clarify relevant Emacs versions for sendmail.el and
203         smtpmail.el.  Add fill-column.  Refill paragraphs.  Typographic fixes.
204         Add comment about gpg-ring.el and gpg.el.
206 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
208         * README: Remove hashcash.el.
210 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
212         * sendmail.el (dired-view-file, dired-get-filename): Declare as
213         functions.
215 2007-11-24  Kenichi Handa  <handa@m17n.org>
217         * ucs-tables.el (ucs-8859-7-alist): Update the table.
219 2007-11-20  Noah S. Friedman  <friedman@splode.com>
221         * vcard.el: Update to revision 1.11 2000/06/29.
223 2007-10-15  Sam Steingold  <sds@gnu.org>
225         * sendmail.el (sendmail-error-reporting-interactive)
226         (sendmail-error-reporting-non-interactive): New variables for
227         sendmail error reporting options to simplify support for imperfect
228         sendmail emulators.
229         (sendmail-send-it): Use them instead of list literals.
231 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
233         * Relicense "GPLv2 or later" files to "GPLv3 or later".
235 2007-09-23  Richard Stallman  <rms@gnu.org>
237         * sendmail.el (mail-bury): Delete the frame if this frame looks
238         like it was made for this message.
240 2007-09-16  Andreas Seltenreich  <andreas@gate450.dyndns.org>
242         * nnir.el (nnir-run-query): Add a find-grep engine.
244 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
246         * sendmail.el (mail-text, mail-mode): Revert extant pieces of
247         1995-05-19 doc changes.
249 2007-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
251         * nnir.el (gnus-group-make-nnir-group): Put a message-unique-id into
252         names of ephemeral groups to avoid gnus-backlog related caching
253         problems on repeated searches.
255 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
257         * smtpmail.el: Signal an error when used with Emacs 22+ or XEmacs.
258         (smtpmail-send-it): Remove NOMODIFY argument of
259         `set-buffer-file-coding-system' for compatibility with Emacs 21.
261 2007-02-20  Juanma Barranquero  <lekktu@gmail.com>
263         * smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
264         Fix typos in docstrings.
265         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
267 2007-01-06  Simon Josefsson  <simon@josefsson.org>
269         * README: Mention that smtpmail.el doesn't work on XEmacs.
271 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
273         * smtpmail.el (smtpmail-send-it):
274         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
275         MIME header for the message encoding.
276         Bind coding-system-for-write around the call to mail-do-fcc.
277         Use smtpmail-code-conv-from to encode queued mail messages.
279 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
281         * smtpmail.el (smtpmail-try-auth-methods): Fix typo in
282         2006-09-28 commit.
284 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp> (tiny change)
286         * smtpmail.el (smtpmail-try-auth-methods): Do not break long
287         lines in base64-encoded authentication response.
289 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
291         * sendmail.el (sendmail-program): Moved here from pathe.el.
293 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
295         * compface.el (uncompface): Use binary rather than raw-text-unix.
297 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
299         * compface.el (uncompface): Make sure the eol conversion doesn't take
300         place when communicating with the external programs.  Reported by
301         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
303 2006-07-17  Sascha Wilde  <wilde@sha-bang.de>
305         * nnir.el: Removed support for non free backends glimpse and excite.
306         Changed and updated copyright to Free Software Foundation.  Moved all
307         authors to head.
309 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
311         * sendmail.el (mail-send): Search explicitly for
312         mail-header-separator when checking for corrupted header lines.
314 2006-06-10  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
316         * nnir.el (nnir-read-server-parm): Do not unconditionally fall back to
317         global variables if nnir-mail-backend is nil.
318         (nnir-retrieve-headers): Error on void novitem.  It would just result
319         in a more obscure error later.
321 2006-06-09  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
323         * nnir.el (nnir-group-server): DTRT when called on native groups.  The
324         macro is called on groups without checking for foreigness, although the
325         docstring stated it was only for foreign ones.
327 2006-06-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
329         * nnir.el (nnir-retrieve-headers): Bind gnus-override-method before
330         calling gnus-retrieve-headers.  If we hit a group that isn't in
331         gnus-newsrc-hashtb, gnus-find-method-for-group invented a new select
332         method with empty parameters, possibly corrupting
333         gnus-server-method-cache on the next call to gnus-method-to-server.
335 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
337         * nnir.el (nnir-retrieve-headers): Revert last change; we might as well
338         see message-ids instead of article numbers.
339         (nnir-request-article): Actually check for message-ids.
341 2006-06-01  Reiner Steib  <Reiner.Steib@gmx.de>
343         * nnir.el (nnir-run-swish++): Compressed files might not have .gz
344         extension.
346 2006-05-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
348         * nnir.el (nnir-retrieve-headers, nnir-request-article): Move check for
349         message-id request.
351 2006-05-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
353         * nnir.el (nnir-retrieve-headers): Return correct article numbers when
354         less than the full range is selected.
356 2006-05-12  Simon Josefsson  <jas@extundo.com>
358         * nnir.el: Compare servers using gnus-server-equal, otherwise
359         string methods in nnir-mail-backend won't work.
361 2006-04-11  Sascha Wilde  <wilde@sha-bang.de>
363         * nnir.el (nnir-run-swish++): Allow matching gzipped files.
365 2006-02-11  Miles Bader  <miles@gnu.org>
367         * sendmail.el, smtpmail.el: New files, from Emacs tree.
369 2005-12-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
371         * gnus-namazu.el (gnus-namazu-remote-groups): Accept `t' as an
372         symbol that matches the method specified by `gnus-select-method'.
373         (gnus-namazu/make-directory-table): Follow the above change.
374         (gnus-namazu/call-namazu): Wrap a query string with quotes.
376 2005-12-05  Adrian Aichner  <adrian@xemacs.org>
378         * nnir.el: New variable nnir-swish-e-index-files to support
379         multiple swish-e index files.
380         * nnir.el (nnir-swish-e-index-file): Make obsolete.
381         * nnir.el (nnir-swish-e-index-files): New.
382         * nnir.el (nnir-run-swish-e): Use nnir-swish-e-index-files.
384 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
386         * nnir.el (nnir): Add :group.
388 2005-01-26  Steve Youngs  <steve@sxemacs.org>
390         * gpg.el: Add timer/itimer compatibility.
392 2004-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
394         * README (compface.el): Describe.
396 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
398         * compface.el: Move the version of ELisp-based uncompface program
399         from the lisp directory because of the copyright problem.
401 2004-09-27  Simon Josefsson  <jas@extundo.com>
403         * hashcash.el: Move to ../lisp/.
405 2004-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
407         * gnus-namazu.el (gnus-namazu/make-directory-table): Treat drive
408         letters when calcurating pathnames of remote groups.
409         From KOSEKI Yoshinori <kose@meadowy.org> (tiny change).
411 2004-05-27  Simon Josefsson  <jas@extundo.com>
413         * starttls.el: Moved to ../lisp/.
415 2004-05-26  Simon Josefsson  <jas@extundo.com>
417         * starttls.el: Sync with proposed Emacs version.
419 2004-05-13  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
421         * gnus-namazu.el (gnus-namazu/setup): Do not update indices
422         `gnus-namazu-command-prefix' is non-nil.
424 2004-05-12  Kai Grossjohann  <kai@emptydomain.de>
426         * README (nnir.el): Describe.
428 2004-05-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
430         * README (gnus-namazu.el): Describe.
432         * gnus-namazu.el: New file.
434 2004-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
436         * nnir.el (nnir-group-server): Fix doc-string, indent.
438 2004-04-05  Andreas Schwab  <schwab@suse.de>
440         * nnir.el (nnir-group-server): Move before first use.
442 2004-03-15  Adrian Lanz  <lanz@fowi.ethz.ch>  (tiny change)
444         * nnir.el (nnir-run-swish-e): Fixed typo.
446 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
448         * README: update.
450         * md5.el: Remove.
452         * base64.el: Remove.
454 2004-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
456         * nnir.el (nnir-run-glimpse): Fixed typo.  Reported by Patrick
457         Drechsler <patrick.drechsler@gmx.net>.
459 2003-11-15  Simon Josefsson  <jas@extundo.com>
461         * starttls.el: Sync with recent gnu.emacs.sources post.
463 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
465         * nnir.el: Autoload `read-kbd-macro' at compile time.
467 2003-09-30  Torsten Hilbrich  <torsten.hilbrich@gmx.net>
469         * nnir.el (nnir-imap-search-field, nnir-imap-search-arguments)
470         (nnir-imap-search-argument-history): New variables.
471         (nnir-engines, nnir-run-imap): Use them.
472         (nnir-read-parm): Support reading the new IMAP query parameters.
474 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
476         * README: Explain purpose of each file (well, most files).
478 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
480         * gpg.el (gpg-passphrase-forget): Check that gpg-passphrase is
481         set.
483 2003-04-17  Steve Youngs  <youngs@xemacs.org>
485         * hashcash.el (hashcash-point-at-bol): Move the fbound test
486         outside of the defalias.
487         (hashcash-point-at-eol): Ditto.
489 2003-03-19  Simon Josefsson  <jas@extundo.com>
491         * gnus-idna.el: Update.
493 2003-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
495         * hashcash.el (hashcash-version, hashcash-insert-payment): patch
496         from Paul Foley
498 2003-03-07  Simon Josefsson  <jas@extundo.com>
500         * gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to
501         head (otherwise forwarded mail break havoc).
503 2003-03-07  Teodor Zlatanov  <tzz@bwh.harvard.edu>
505         * hashcash.el: New version from Paul Foley with better variable
506         names, executable-find support, and no errors in GNU Emacs
507         (hashcash-version): return nil when invoked with a
508         nil token
510 2003-02-21  Simon Josefsson  <jas@extundo.com>
512         * hashcash.el (hashcash-point-at-bol):
513         (hashcash-point-at-eol): Defalias.
514         (hashcash-generate-payment):
515         (mail-check-payment): Use it.
517 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519         * hashcash.el: New version from Paul Foley with new
520         mail-check-payment function.
522 2002-06-22  Simon Josefsson  <jas@extundo.com>
524         * hashcash.el: New file.
525         (hashcash-default-payment, hashcash-payment-alist, hashcash):
526         Defcustom.
527         (hashcash-generate-payment): Update to recent hashcode command
528         line syntax.
529         (hashcash-insert-payment): Use X-Hashcode:.
530         (mail-add-payment): Also look at Newsgroups.
531         (top-level): Add provide and EOF comment.
532         (mail-add-payment): Autoload.
533         (hashcash-insert-payment): s/Hashcode/Hashcash/
534         (mail-add-payment): Doc fix.
536 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538         * gnus-mdrtn.el (gnus-moderated-groups): Removed (require 'gnus-load).
540 2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
542         * ucs-tables.el (featurep): Barf on XEmacs.
544 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
546         * ucs-tables.el: Copy from Emacs 21.
548 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
550         * xml.el: Sync with Emacs 21.
552 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
554         * gpg.el (gpg-command-decrypt): Enable the status-fd command line
555         option to gpg when decrypting so `mml2015-mailcrypt-decrypt' can
556         parse and display the output.
558 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560         * gnus-mdrtn.el (gnus-moderation-cancel-article): Insert an extra
561         newline.
563 2001-12-26  Florian Weimer  <fw@deneb.enyo.de>
565         * gpg.el (gpg-command-default-alist): Using gpg-2comp is no longer
566         the default.
568 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
570         * ChangeLog: changed buffer-file-coding-system back to
571         coding. (oops)
573 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
575         * ChangeLog: changed coding to buffer-file-coding-system
577 2001-11-22  Simon Josefsson  <jas@extundo.com>
579         * sha1.el: Removed. (A FSF copyrighted sha1-el.el file is in
580         ../lisp/).
582 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
584         * canlock.el, hex-util.el, sha1-el.el: Move to lisp.
586 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
588         * canlock.el (canlock-base64-encode-function): Removed.
589         (canlock-mmencode-program): Removed.
590         (canlock-mmencode-args-for-encoding): Removed.
591         (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
592         (canlock-openssl-args): Renamed from `canlock-ssleay-args'.
593         (canlock-load-hook): Removed.
594         (canlock-base64-encode-string-with-mmencode): Removed.
595         (canlock-sha1-with-openssl): Renamed from
596         `canlock-sha1-with-ssleay'.
597         (canlock-hex-string-to-int): Removed.
598         (canlock-fetch-fields): Don't use `mapcar'.
599         (canlock-fetch-id-for-key): Don't use Cancel header if there is no
600         cancel command.
601         (gnus-summary-canlock-verify): Removed.
602         (wl-summary-canlock-verify): Removed.
603         (canlock-mew-summary-display): Removed.
604         (mew-summary-canlock-verify): Removed.
605         (mh-summary-canlock-verify): Removed.
606         (vm-summary-canlock-verify): Removed.
607         (cmail-summary-canlock-verify): Removed.
608         (rmail-summary-canlock-verify): Removed.
610 2001-10-25  Simon Josefsson  <jas@extundo.com>
612         * canlock.el (canlock-password, canlock-password-for-verify)
613         (canlock-force-insert-header): Defcustom.
615 2001-10-17  Simon Josefsson  <jas@extundo.com>
617         * canlock.el (sha1-binary): Autoload `sha1-binary'.
618         (canlock-sha1-function): Use it.
619         (canlock-sha1-function-for-verify): Ditto.
621         * sha1-el.el: New file.
623         * hex-util.el: Ditto.
625 2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
627         * gpg.el (gpg-command-sign-detached): Doc fix.
629 2001-08-07  Andreas Jaeger  <aj@suse.de>
631         * gpg.el (gpg-passphrase-forget): Don't cache
632         gpg-passphrase-timer.
633         (gpg-passphrase-store): Check if gpg-passphrase-timer is
634         initialized already.
636 2001-07-30 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
637         From Andreas Fuchs <asf@void.at>
639         * gpg.el (gpg-command-verify): --status-fd 1
640         (gpg-unabbrev-trust-alist): New.
642 2001-01-18  Colin Marquardt  <colin.marquardt@usa.alcatel.com>
644         * gpg.el (gpg-make-temp-file): Error info.
646 2001-01-13 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
648         * gpg.el (gpg-build-arg-list): Use copy-sequence.
650 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
652         * gpg.el (defalias): Use eval-and-compile.
653         (gpg-command-all-arglist): Suggest by Jeff Senn <senn@maya.com>.
655 2000-12-15 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
657         * gpg.el (gpg-command-alist): Alist may not be defined.
659 2000-12-14 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
661         * gpg.el (gpg-make-temp-file): Don't check file-modes of M$Windows.
663 2000-12-14 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
665         * gpg.el (gpg-passphrase-store): Don't activate timer if it is live.
667 2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
669         * gpg.el (gpg-make-temp-file): Use expand-file-name.
670         (gpg-point-at-eol): New function.
671         (gpg-call-process): Use it.
672         (gpg-key-list-keys-parse-line): Ditto.
673         (gpg-with-passphrase-env): edebug-form-spec.
674         (gpg-with-temp-files): Ditto.
675         (gpg-show-result): Ditto.
677 2000-11-08  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
679         * gpg.el: In Xemacs it is called point-at-eol, not
680         line-end-position
682         * gpg.el (gpg-key-lessp): use string-lessp instead of
683         compare-strings (not available on XEmacs)
685 2000-11-16  Simon Josefsson  <sj@extundo.com>
687         * gpg.el (gpg-command-verify-cleartext): New variable.
688         (gpg-verify-cleartext): New function.
690 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
692         * gpg.el (gpg-verify): The last argument of apply is a list.
693         (gpg-encrypt): Add passphrase as a parameter.
695   Copyright (C) 2000-2016 Free Software Foundation, Inc.
697   This file is part of GNU Emacs.
699   GNU Emacs is free software; you can redistribute it and/or modify
700   it under the terms of the GNU General Public License as published by
701   the Free Software Foundation; either version 3, or (at your option)
702   any later version.
704   GNU Emacs is distributed in the hope that it will be useful,
705   but WITHOUT ANY WARRANTY; without even the implied warranty of
706   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
707   GNU General Public License for more details.
709   You should have received a copy of the GNU General Public License
710   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
712 ;; Local Variables:
713 ;; coding: iso-2022-7bit
714 ;; fill-column: 79
715 ;; add-log-time-zone-rule: t
716 ;; End: