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